From 5a58370864e04f5dbb05b0ae453e6fa592a93175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Wed, 29 Apr 2020 12:41:52 +0200 Subject: New make target 'update-copyright-year' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/args-std.def.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 '; 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."; -- cgit v1.2.1