]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Update copyright year.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 25 May 2021 15:08:30 +0000 (17:08 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 25 May 2021 15:08:30 +0000 (17:08 +0200)
Makefile.real

index ddf85b58d06a1b0b9c87a6d8d1890a8facbf5480..b88de22533048979bcfef8f3396b7608297afb3b 100644 (file)
@@ -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)
 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)
 
 ifeq ("$(origin O)", "command line")
        build_dir := $(O)