commit: 33dff25e203d1baddf671308deb24877bd15631b parent d2af268b16dd00dd3638b8ad92913ad2dea7e2fd Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Date: Sat, 24 Feb 2024 08:37:13 +0100 Remove current year from copyright Too much of a hassle to keep up-to-date for basically no gain, first year kept for tagURI-like purposes.Diffstat:
27 files changed, 27 insertions(+), 27 deletions(-)diff --git a/.gitignore b/.gitignore@@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +# SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> # SPDX-License-Identifier: BSD-3-Clause /deblobdiff --git a/.reuse/dep5 b/.reuse/dep5@@ -4,5 +4,5 @@ Upstream-Contact: deblob Authors <https://hacktivis.me/projects/deblob> Source: https://hacktivis.me/projects/deblob Files: test/fixtures/pyc/*.pyc test/fixtures/pickle/*.pickle test/fixtures/hello.luac* test/fixtures/hello.class test/fixtures/hello.jar test/fixtures/hello.nqp.moarvm test/fixtures/hello.pir.pbc test/fixtures/perl_storage.pst test/fixtures/hello.beam test/fixtures/empty.dtb test/fixtures/hello-chez.so test/fixtures/hello.n test/fixtures/hello-ocaml.* test/fixtures/compiled/hello-racket_rkt.zo test/fixtures/hello.elc test/fixtures/hello.cnut -Copyright: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +Copyright: 2019 deblob Authors <https://hacktivis.me/projects/deblob> License: BSD-3-Clausediff --git a/Makefile b/Makefile@@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +# SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> # SPDX-License-Identifier: BSD-3-Clause PREFIX ?= /usr/localdiff --git a/README.md b/README.md@@ -21,6 +21,6 @@ Those are only needed during development. See <./test/fixtures/README.md>. <!-- -SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> SPDX-License-Identifier: BSD-3-Clause -->diff --git a/deblob.1 b/deblob.1@@ -1,4 +1,4 @@ -.\" SPDX-FileCopyrightText: 2019-2023 deblob Authors <https://hacktivis.me/projects/deblob> +.\" SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> .\" SPDX-License-Identifier: BSD-3-Clause .Dd 2023-09-24 .Dt DEBLOB 1diff --git a/main.ha b/main.ha@@ -1,4 +1,4 @@ -// Copyright © 2019-2023 deblob Authors <https://hacktivis.me/projects/deblob> +// Copyright © 2019 deblob Authors <https://hacktivis.me/projects/deblob> // SPDX-License-Identifier: BSD-3-Clause use bytes; use endian;diff --git a/test/fixtures/Makefile b/test/fixtures/Makefile@@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +# SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> # SPDX-License-Identifier: BSD-3-Clause AR ?= ardiff --git a/test/fixtures/README.md b/test/fixtures/README.md@@ -32,6 +32,6 @@ The following fixtures are either manually built or copied from another project - `qemu_vga.ndrv` is `pc-bios/qemu_vga.ndrv` from QEMU 7.0.0 <!-- -SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> SPDX-License-Identifier: BSD-3-Clause -->diff --git a/test/fixtures/empty.dts b/test/fixtures/empty.dts@@ -1,5 +1,5 @@ /dts-v1/; -// SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +// SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> // SPDX-License-Identifier: BSD-3-Clause / { };diff --git a/test/fixtures/hello-chez.ss b/test/fixtures/hello-chez.ss@@ -1,4 +1,4 @@ -; SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +; SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> ; SPDX-License-Identifier: BSD-3-Clause (import (rnrs base (6))diff --git a/test/fixtures/hello-ocaml.ml b/test/fixtures/hello-ocaml.ml@@ -1,4 +1,4 @@ -(* SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +(* SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> * SPDX-License-Identifier: BSD-3-Clause *)diff --git a/test/fixtures/hello-racket.rkt b/test/fixtures/hello-racket.rkt@@ -1,4 +1,4 @@ -; SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +; SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> ; SPDX-License-Identifier: BSD-3-Clause #lang racket (displayln "Hello, World!")diff --git a/test/fixtures/hello.1 b/test/fixtures/hello.1@@ -1,4 +1,4 @@ -.\" SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +.\" SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> .\" SPDX-License-Identifier: BSD-3-Clause .Dd 2019-12-12 .Dt hello 1diff --git a/test/fixtures/hello.c b/test/fixtures/hello.c@@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +// SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> // SPDX-License-Identifier: BSD-3-Clause #include <stdio.h> /* printf() */diff --git a/test/fixtures/hello.cs b/test/fixtures/hello.cs@@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +// SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> // SPDX-License-Identifier: BSD-3-Clause using System;diff --git a/test/fixtures/hello.el b/test/fixtures/hello.el@@ -1,4 +1,4 @@ -; SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +; SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> ; SPDX-License-Identifier: BSD-3-Clause (defun hello() (princ "Hello, World!\n")diff --git a/test/fixtures/hello.erl b/test/fixtures/hello.erl@@ -1,4 +1,4 @@ -% SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +% SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> % SPDX-License-Identifier: BSD-3-Clause -module(hello). -export([main/0]).diff --git a/test/fixtures/hello.exe.license b/test/fixtures/hello.exe.license@@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> SPDX-License-Identifier: BSD-3-Clause Source-File: hello.csdiff --git a/test/fixtures/hello.java b/test/fixtures/hello.java@@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +// SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> // SPDX-License-Identifier: BSD-3-Clause public class hello {diff --git a/test/fixtures/hello.lua b/test/fixtures/hello.lua@@ -1,4 +1,4 @@ --- SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +-- SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> -- SPDX-License-Identifier: BSD-3-Clause print("Hello, World!") \ No newline at end of filediff --git a/test/fixtures/hello.neko b/test/fixtures/hello.neko@@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +// SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> // SPDX-License-Identifier: BSD-3-Clause $print("Hello World!\n");diff --git a/test/fixtures/hello.nqp b/test/fixtures/hello.nqp@@ -1,5 +1,5 @@ #!/usr/bin/env nqp -# SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +# SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> # SPDX-License-Identifier: BSD-3-Clause say("Hello, World!")diff --git a/test/fixtures/hello.pir b/test/fixtures/hello.pir@@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +# SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> # SPDX-License-Identifier: BSD-3-Clause .sub main say "Hello, World!"diff --git a/test/fixtures/hello.py b/test/fixtures/hello.py@@ -1,5 +1,5 @@ #!/usr/bin/python -# SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +# SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> # SPDX-License-Identifier: BSD-3-Clause print("hello world")diff --git a/test/fixtures/perl_storage.pm b/test/fixtures/perl_storage.pm@@ -1,5 +1,5 @@ #!/usr/bin/env perl -# SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +# SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> # SPDX-License-Identifier: BSD-3-Clause use Storable qw(store);diff --git a/test/python_compile.py b/test/python_compile.py@@ -1,5 +1,5 @@ #!/usr/bin/python -# SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +# SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> # SPDX-License-Identifier: BSD-3-Clause import py_compilediff --git a/test/python_pickle.py b/test/python_pickle.py@@ -1,5 +1,5 @@ #!/usr/bin/python -# SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob> +# SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob> # SPDX-License-Identifier: BSD-3-Clause import pickle