From: Andre Noll Date: Mon, 3 Jan 2022 19:32:18 +0000 (+0100) Subject: Update copyright year. X-Git-Tag: v0.7.0~9 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=6b06f52a8b8437ec779581ca63e6fba4359fbb9e;p=paraslash.git Update copyright year. Happy new year. --- diff --git a/Makefile.real b/Makefile.real index e0296b1f..b4af64e4 100644 --- a/Makefile.real +++ b/Makefile.real @@ -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)