Skip to content

Commit

Permalink
Remove copyright end year in source files [skip CI].
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Jan 10, 2025
1 parent 2a8d747 commit e8200c9
Show file tree
Hide file tree
Showing 696 changed files with 696 additions and 696 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

environment:
CCACHE_BASEDIR: $CIRRUS_WORKING_DIR
Expand Down
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

---
Language: Cpp
Expand Down
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

---
Checks: '
Expand Down
2 changes: 1 addition & 1 deletion .clang-tidy.toolchain
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

---
InheritParentConfig: true
Expand Down
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

build*
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

/build*
tmp
Expand Down
2 changes: 1 addition & 1 deletion .gitlint
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

# Edit this file as you like.
#
Expand Down
2 changes: 1 addition & 1 deletion .lgtm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

path_classifiers:
library:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
#
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

version: 2

Expand Down
2 changes: 1 addition & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

[files]
extend-exclude = [
Expand Down
2 changes: 1 addition & 1 deletion .update-changes.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

new_commit_msg="Update CHANGES."
show_authors=1
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

cmake_minimum_required(VERSION 3.15.0)

Expand Down
2 changes: 1 addition & 1 deletion CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
filter=-,+readability/casting
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

FROM ubuntu:22.04

Expand Down
2 changes: 1 addition & 1 deletion ci/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

# Helper for building Docker image locally for testing.

Expand Down
2 changes: 1 addition & 1 deletion ci/fuzz/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

# Declares a new fuzzer target.
function (fuzz_parser)
Expand Down
2 changes: 1 addition & 1 deletion ci/fuzz/fuzz.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

#include <cassert>
#include <cstddef>
Expand Down
2 changes: 1 addition & 1 deletion ci/prepare_freebsd.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

echo "Preparing FreeBSD environment"
sysctl hw.model hw.machine hw.ncpu
Expand Down
2 changes: 1 addition & 1 deletion ci/run-ci
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
#
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
#
# Runs selected stages of the CI pipeline. Each stage assumes the
# preceesing one has been successfully executed already.
Expand Down
2 changes: 1 addition & 1 deletion cmake/CheckCompiler.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

# Adapted from Zeek.

Expand Down
2 changes: 1 addition & 1 deletion cmake/FindGoldLinker.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

## Enable Gold linker if available.

Expand Down
2 changes: 1 addition & 1 deletion cmake/TypeErase.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

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

Expand Down
2 changes: 1 addition & 1 deletion cmake/Util.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

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

Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
#
# Convenience wrapper for easily viewing/setting options that
# the project's CMake scripts will recognize
Expand Down
2 changes: 1 addition & 1 deletion doc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

!Makefile
doxygen-output
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
#
# Doxyfile 1.9.1

Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

# Minimal makefile for Sphinx documentation
#
Expand Down
2 changes: 1 addition & 1 deletion doc/_static/tftp-no-accept.spicy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
#
# Trivial File Transfer Protocol
#
Expand Down
2 changes: 1 addition & 1 deletion doc/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details. -->
<!-- Copyright (c) 2020-now by the Zeek Project. See LICENSE for details. -->

{% extends '!layout.html' %}

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
#
# Configuration file for the Sphinx documentation builder.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

# Note: beware of https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
# and broken behavior with docutils 0.17.
Expand Down
2 changes: 1 addition & 1 deletion doc/scripts/autogen-architecture-diagram
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env python3
#
# Copyright (c) 2020-2024 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

# Graphviz shapes: https://graphviz.gitlab.io/doc/info/shapes.html
# Graphviz attributes: https://www.graphviz.org/doc/info/attrs.html
Expand Down
2 changes: 1 addition & 1 deletion doc/scripts/autogen-docs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
#
# This script regenerates documentation files. Running it again a `main`
# commit should not produce any changes.
Expand Down
2 changes: 1 addition & 1 deletion doc/scripts/autogen-spicy-lib
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
#
# Preprocess lib/spicy.spicy for including its content into the
# documentation.
Expand Down
2 changes: 1 addition & 1 deletion doc/scripts/spicy-doc-to-rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

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

Expand Down
2 changes: 1 addition & 1 deletion doc/scripts/spicy-pygments.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

from pygments.lexer import RegexLexer, bygroups, include, words
from pygments.token import (
Expand Down
2 changes: 1 addition & 1 deletion doc/scripts/spicy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

"""X
The Spicy domain for Sphinx.
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.alpine-3.18
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

FROM alpine:3.18

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.centos-stream-9
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

FROM quay.io/centos/centos:stream9

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.debian-11
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

FROM debian:bullseye-slim

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.debian-12
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

FROM debian:bookworm-slim

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.fedora-40
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

FROM fedora:40

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.fedora-41
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

FROM fedora:41

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.opensuse-15.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

FROM opensuse/leap:15.5

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.ubuntu-20
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

FROM ubuntu:focal

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.ubuntu-22
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

FROM ubuntu:jammy

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.ubuntu-24
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

FROM ubuntu:noble

Expand Down
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

all: help

Expand Down
2 changes: 1 addition & 1 deletion docker/docker-helper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
#
# Helper for the Makefile to trigger Docker commands with the desired image.

Expand Down
2 changes: 1 addition & 1 deletion hilti/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

add_subdirectory(lib)
add_subdirectory(runtime)
Expand Down
2 changes: 1 addition & 1 deletion hilti/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/ DESTINATION ${CMAKE_INSTALL_DATADIR}/hilti
PATTERN "CMakeLists.txt" EXCLUDE)
2 changes: 1 addition & 1 deletion hilti/lib/hilti.hlt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

module hilti {

Expand Down
2 changes: 1 addition & 1 deletion hilti/runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
# Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

set(AUTOGEN_H "${PROJECT_BINARY_DIR}/include/hilti/rt/autogen")
set(AUTOGEN_CC "${PROJECT_BINARY_DIR}/hilti/runtime/src/autogen")
Expand Down
2 changes: 1 addition & 1 deletion hilti/runtime/include/any.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion hilti/runtime/include/backtrace.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion hilti/runtime/include/compiler-setup.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
//
// This file is included at the beginning of each generated
// C++ file to setup compiler options.
Expand Down
2 changes: 1 addition & 1 deletion hilti/runtime/include/config.h.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion hilti/runtime/include/configuration.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion hilti/runtime/include/context.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion hilti/runtime/include/debug-logger.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion hilti/runtime/include/deferred-expression.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion hilti/runtime/include/doctest.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
//
// Wrapper for including doctest.h.

Expand Down
2 changes: 1 addition & 1 deletion hilti/runtime/include/exception.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2023 by the Zeek Project. See LICENSE for details.
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.

#pragma once

Expand Down
Loading

0 comments on commit e8200c9

Please sign in to comment.