From: Andre Noll Date: Sun, 7 Jan 2024 20:45:52 +0000 (+0100) Subject: Update copyright year. X-Git-Tag: v0.7.3~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9b6c71b05beb750da78bea312b8b9347d8fda21f Update copyright year. --- diff --git a/Makefile.real b/Makefile.real index d67c9bff..bd2bd9d9 100644 --- a/Makefile.real +++ b/Makefile.real @@ -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 := 2023 +COPYRIGHT_YEAR := 2024 ifeq ("$(origin O)", "command line") build_dir := $(O)