Skip to content

Commit e8200c9

Browse files
committed
Remove copyright end year in source files [skip CI].
1 parent 2a8d747 commit e8200c9

File tree

696 files changed

+696
-696
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

696 files changed

+696
-696
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
environment:
44
CCACHE_BASEDIR: $CIRRUS_WORKING_DIR

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
---
44
Language: Cpp

.clang-tidy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
---
44
Checks: '

.clang-tidy.toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
---
44
InheritParentConfig: true

.dockerignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
build*

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
/build*
44
tmp

.gitlint

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
# Edit this file as you like.
44
#

.lgtm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
path_classifiers:
44
library:

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22
#
33
# See https://pre-commit.com for more information
44
# See https://pre-commit.com/hooks.html for more hooks

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
version: 2
44

.typos.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
[files]
44
extend-exclude = [

.update-changes.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
new_commit_msg="Update CHANGES."
44
show_authors=1

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
cmake_minimum_required(VERSION 3.15.0)
44

CPPLINT.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22
filter=-,+readability/casting

ci/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
FROM ubuntu:22.04
44

ci/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
# Helper for building Docker image locally for testing.
44

ci/fuzz/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
# Declares a new fuzzer target.
44
function (fuzz_parser)

ci/fuzz/fuzz.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
#include <cassert>
44
#include <cstddef>

ci/prepare_freebsd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
3+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
44

55
echo "Preparing FreeBSD environment"
66
sysctl hw.model hw.machine hw.ncpu

ci/run-ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env bash
22
#
3-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
3+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
44
#
55
# Runs selected stages of the CI pipeline. Each stage assumes the
66
# preceesing one has been successfully executed already.

cmake/CheckCompiler.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
# Adapted from Zeek.
44

cmake/FindGoldLinker.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
## Enable Gold linker if available.
44

cmake/TypeErase.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
# TODO: Clean this up. Turn into functions with named parameters.
44

cmake/Util.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
### A collection of small helpers for the HILTI/Spicy build system.
44

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
3+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
44
#
55
# Convenience wrapper for easily viewing/setting options that
66
# the project's CMake scripts will recognize

doc/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
!Makefile
44
doxygen-output

doc/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22
#
33
# Doxyfile 1.9.1
44

doc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
# Minimal makefile for Sphinx documentation
44
#

doc/_static/tftp-no-accept.spicy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22
#
33
# Trivial File Transfer Protocol
44
#

doc/_templates/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details. -->
1+
<!-- Copyright (c) 2020-now by the Zeek Project. See LICENSE for details. -->
22

33
{% extends '!layout.html' %}
44

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22
#
33
# Configuration file for the Sphinx documentation builder.
44
#

doc/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
# Note: beware of https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
44
# and broken behavior with docutils 0.17.

doc/scripts/autogen-architecture-diagram

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python3
22
#
3-
# Copyright (c) 2020-2024 by the Zeek Project. See LICENSE for details.
3+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
44

55
# Graphviz shapes: https://graphviz.gitlab.io/doc/info/shapes.html
66
# Graphviz attributes: https://www.graphviz.org/doc/info/attrs.html

doc/scripts/autogen-docs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
3+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
44
#
55
# This script regenerates documentation files. Running it again a `main`
66
# commit should not produce any changes.

doc/scripts/autogen-spicy-lib

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
3+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
44
#
55
# Preprocess lib/spicy.spicy for including its content into the
66
# documentation.

doc/scripts/spicy-doc-to-rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
3+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
44
#
55
# Turn the output spicy-doc into reST.
66

doc/scripts/spicy-pygments.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
from pygments.lexer import RegexLexer, bygroups, include, words
44
from pygments.token import (

doc/scripts/spicy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
"""X
44
The Spicy domain for Sphinx.

docker/Dockerfile.alpine-3.18

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
FROM alpine:3.18
44

docker/Dockerfile.centos-stream-9

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
FROM quay.io/centos/centos:stream9
44

docker/Dockerfile.debian-11

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
FROM debian:bullseye-slim
44

docker/Dockerfile.debian-12

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
FROM debian:bookworm-slim
44

docker/Dockerfile.fedora-40

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
FROM fedora:40
44

docker/Dockerfile.fedora-41

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
FROM fedora:41
44

docker/Dockerfile.opensuse-15.5

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
FROM opensuse/leap:15.5
44

docker/Dockerfile.ubuntu-20

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
FROM ubuntu:focal
44

docker/Dockerfile.ubuntu-22

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
FROM ubuntu:jammy
44

docker/Dockerfile.ubuntu-24

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
FROM ubuntu:noble
44

docker/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
all: help
44

docker/docker-helper

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
2+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
33
#
44
# Helper for the Makefile to trigger Docker commands with the desired image.
55

hilti/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
add_subdirectory(lib)
44
add_subdirectory(runtime)

hilti/lib/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/ DESTINATION ${CMAKE_INSTALL_DATADIR}/hilti
44
PATTERN "CMakeLists.txt" EXCLUDE)

hilti/lib/hilti.hlt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
module hilti {
44

hilti/runtime/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
set(AUTOGEN_H "${PROJECT_BINARY_DIR}/include/hilti/rt/autogen")
44
set(AUTOGEN_CC "${PROJECT_BINARY_DIR}/hilti/runtime/src/autogen")

hilti/runtime/include/any.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
#pragma once
44

hilti/runtime/include/backtrace.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
#pragma once
44

hilti/runtime/include/compiler-setup.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22
//
33
// This file is included at the beginning of each generated
44
// C++ file to setup compiler options.

hilti/runtime/include/config.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
#pragma once
44

hilti/runtime/include/configuration.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
#pragma once
44

hilti/runtime/include/context.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
#pragma once
44

hilti/runtime/include/debug-logger.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
#pragma once
44

hilti/runtime/include/deferred-expression.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
#pragma once
44

hilti/runtime/include/doctest.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22
//
33
// Wrapper for including doctest.h.
44

hilti/runtime/include/exception.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
1+
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
22

33
#pragma once
44

0 commit comments

Comments
 (0)