summaryrefslogtreecommitdiff
path: root/lib/git-merge-changelog.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-01-01 12:50:28 +0100
committerBruno Haible <bruno@clisp.org>2021-01-01 12:50:28 +0100
commitbe147a9ba1f14fbec0641206ebc2562be1275d1b (patch)
treeb5805183be39555c966a2fa7464f9efc92afd444 /lib/git-merge-changelog.c
parent4b948321967ac9215b03d9a00931ba6f33f616f9 (diff)
downloadgnulib-be147a9ba1f14fbec0641206ebc2562be1275d1b.tar.gz
maint: Update copyright notices in --version output.
List the most recent year in which changes were made, per <https://www.gnu.org/prep/standards/html_node/_002d_002dversion.html>. * build-aux/declared.sh (func_version): Say 2019. * build-aux/libtool-next-version (func_version): Likewise. * build-aux/run-test (func_version): Likewise. * check-module (COPYRIGHT_NOTICE): Say 2012. * lib/git-merge-changelog.c (main): Say 2020.
Diffstat (limited to 'lib/git-merge-changelog.c')
-rw-r--r--lib/git-merge-changelog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/git-merge-changelog.c b/lib/git-merge-changelog.c
index 7b74a490e0..0301f8fff5 100644
--- a/lib/git-merge-changelog.c
+++ b/lib/git-merge-changelog.c
@@ -1,5 +1,5 @@
/* git-merge-changelog - git "merge" driver for GNU style ChangeLog files.
- Copyright (C) 2008-2020 Bruno Haible <bruno@clisp.org>
+ Copyright (C) 2008-2021 Bruno Haible <bruno@clisp.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -1045,7 +1045,7 @@ License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl.html>\n
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
",
- "2008");
+ "2020");
printf ("Written by %s.\n", "Bruno Haible");
exit (EXIT_SUCCESS);
}