]> Savannah Git Hosting - gnulib.git/commitdiff
maint: Update copyright notices in --version output.
authorBruno Haible <bruno@clisp.org>
Fri, 1 Jan 2021 11:50:28 +0000 (12:50 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 1 Jan 2021 11:50:28 +0000 (12:50 +0100)
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.

ChangeLog
build-aux/declared.sh
build-aux/libtool-next-version
build-aux/run-test
check-module
lib/git-merge-changelog.c

index 0b7254982e4de72ea7482019acc978cb7d5a9bd0..ec7011e60c330ff367344aec0cf5c2ee77ca1b25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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+
index b981d8f2f2f48730d22c3a7fdf0003280aec060e..204e6287ffd2a5af13a23aad3bd6210745fb4998 100755 (executable)
@@ -47,7 +47,7 @@ Report bugs to <bruno@clisp.org>."
 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."
index 7087ade2d54575beedcfada3e22c73cd3aff446d..66e3b7755f49a4a4ac2c1e04acfc68e11bed385b 100755 (executable)
@@ -69,7 +69,7 @@ Report bugs to <bruno@clisp.org>."
 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."
index f3029a4757b5ffb0354f323b3e3925d8aab5add3..44f9a5c1c5b1267977358c39ea4ee2021a2b10a1 100755 (executable)
@@ -48,7 +48,7 @@ func_version ()
 {
   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.
index 7a26e4ca348f3652a8f92806c5078ad6ad262e87..173f2a56392fe2ab50094ca305b6e2ca92a0df88 100755 (executable)
@@ -40,7 +40,7 @@ use Getopt::Long;
 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";
index 7b74a490e0f33ca53062759a526b077fd0e75a13..0301f8fff56a7f5b6fdbe6a3c0de2bdbdef1fa07 100644 (file)
@@ -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);
     }