From: Andre Noll Date: Sun, 1 Jan 2023 14:37:58 +0000 (+0100) Subject: Bump copyright year to 2023. X-Git-Tag: v0.7.2~10 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=6bbc7c29dd69ed34ef90dac72951abbfd7cc1877 Bump copyright year to 2023. Happy new year. --- diff --git a/Makefile.real b/Makefile.real index dc658fe1..95b68630 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 := 2022 +COPYRIGHT_YEAR := 2023 ifeq ("$(origin O)", "command line") build_dir := $(O)