From: Andre Noll Date: Tue, 25 May 2021 15:08:30 +0000 (+0200) Subject: Update copyright year. X-Git-Tag: v0.6.4~23 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=506845e0093b17b0854c8a4beb4f9f91f469bbce;p=paraslash.git Update copyright year. --- diff --git a/Makefile.real b/Makefile.real index ddf85b58..b88de225 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 := 2020 +COPYRIGHT_YEAR := 2021 ifeq ("$(origin O)", "command line") build_dir := $(O)