]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Bump copyright year to 2023.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 1 Jan 2023 14:37:58 +0000 (15:37 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 9 Jan 2023 16:29:10 +0000 (17:29 +0100)
Happy new year.

Makefile.real

index dc658fe1b65747e66407e2f3f67f3b929f256d13..95b6863010b5e0281a5d6cb41a784e78f0305857 100644 (file)
@@ -21,7 +21,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 := 2022
+COPYRIGHT_YEAR := 2023
 
 ifeq ("$(origin O)", "command line")
        build_dir := $(O)