summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2020-04-29 12:41:52 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2020-05-01 07:54:54 +0200
commit5a58370864e04f5dbb05b0ae453e6fa592a93175 (patch)
tree58687a028891ef03bafbb1cd5e6e424e6ab93b5b /src
parent7c0c1e7772a190fd601bdc033952b19864abc242 (diff)
downloadgnutls-5a58370864e04f5dbb05b0ae453e6fa592a93175.tar.gz
New make target 'update-copyright-year'tmp-reproducible-build
We don't want to automatically update the copyright year as this prevents reproducible builds. Instead, 'make update-copyright-year' has to be executed at the start of each new year and the changes have to be pushed. Closes #980 Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'src')
-rw-r--r--src/args-std.def.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/args-std.def.in b/src/args-std.def.in
index 93634a1857..4a92c448d2 100644
--- a/src/args-std.def.in
+++ b/src/args-std.def.in
@@ -10,7 +10,7 @@ no-misuse-usage;
export = '#include <gettext.h>';
copyright = {
- date = "2000-@YEAR@";
+ date = "2000-2020";
owner = "Free Software Foundation, and others";
author = "Nikos Mavrogiannopoulos, Simon Josefsson and others; "
"see /usr/share/doc/gnutls/AUTHORS for a complete list.";