From: Andre Noll Date: Sat, 11 Apr 2020 16:24:45 +0000 (+0200) Subject: Update copyright year. X-Git-Tag: v0.6.3~19 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=e5e7cf0b78313ca5e696a56e8339c7090bf0cca0 Update copyright year. Fortunately, there is only a single location that needs to be updated. --- diff --git a/Makefile.real b/Makefile.real index 7d4eff4f..ddf85b58 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 := 2019 +COPYRIGHT_YEAR := 2020 ifeq ("$(origin O)", "command line") build_dir := $(O)