From: Andre Noll Date: Sun, 20 Jan 2019 10:50:12 +0000 (+0100) Subject: Change copyright year to 2019. X-Git-Tag: v0.6.3~50 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=33f0b06890621bf888f81be77d185b2c80d4a92a Change copyright year to 2019. --- diff --git a/Makefile.real b/Makefile.real index 1d98ec11..5df27bad 100644 --- a/Makefile.real +++ b/Makefile.real @@ -18,7 +18,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 := 2018 +COPYRIGHT_YEAR := 2019 ifeq ("$(origin O)", "command line") build_dir := $(O)