diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2020-04-29 12:41:52 +0200 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2020-05-01 07:54:54 +0200 |
commit | 5a58370864e04f5dbb05b0ae453e6fa592a93175 (patch) | |
tree | 58687a028891ef03bafbb1cd5e6e424e6ab93b5b /src | |
parent | 7c0c1e7772a190fd601bdc033952b19864abc242 (diff) | |
download | gnutls-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.in | 2 |
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."; |