]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Update copyright year.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 3 Jan 2022 19:32:18 +0000 (20:32 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 3 Jan 2022 19:32:18 +0000 (20:32 +0100)
Happy new year.

Makefile.real

index e0296b1fe2f1909b785b6a329238e334d456168b..b4af64e42c0c8325da84ec6fb10a241696fc2182 100644 (file)
@@ -20,7 +20,7 @@ uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS")
 uname_rs := $(shell uname -rs)
 cc_version := $(shell $(CC) --version | head -n 1)
 GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h)
-COPYRIGHT_YEAR := 2021
+COPYRIGHT_YEAR := 2022
 
 ifeq ("$(origin O)", "command line")
        build_dir := $(O)