+2021-01-01 Bruno Haible <bruno@clisp.org>
+
+ 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.
+
2020-12-31 Paul Eggert <eggert@cs.ucla.edu>
filename: change filename.h comment to LGPLv2.1+
func_version ()
{
echo "declared.sh (GNU gnulib)"
- echo "Copyright (C) 2020 Free Software Foundation, Inc.
+ echo "Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."
func_version ()
{
echo "libtool-next-version (GNU gnulib)"
- echo "Copyright (C) 2020 Free Software Foundation, Inc.
+ echo "Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."
{
echo "\
run-test (GNU gnulib)
-Copyright (C) 2020 Free Software Foundation, Inc.
+Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
use File::Basename;
#use Coda;
-my $COPYRIGHT_NOTICE = "Copyright (C) 2006 Free Software Foundation, Inc.\n".
+my $COPYRIGHT_NOTICE = "Copyright (C) 2012 Free Software Foundation, Inc.\n".
"This is free software. You may redistribute copies of it under the terms of\n".
"the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.\n".
"There is NO WARRANTY, to the extent permitted by law.\n";
/* 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
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);
}