]> Savannah Git Hosting - gnulib.git/commitdiff
maint: update copyright notices
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2020 01:33:19 +0000 (17:33 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2020 01:33:48 +0000 (17:33 -0800)
Before doing the following changes done by hand, I also ran ‘make
update-copyright’ and ‘config/srclist-update <config/srclist.txt’
to do most of the copyright years automatically.  A few upstream
sources are still in 2019 but these should eventually be changed
automatically too.
* build-aux/declared.sh (func_version):
* build-aux/libtool-next-version (func_version):
* build-aux/run-test (func_version):
Update these notices by hand.  Put just the last year
in output of programs, as per GNU coding standards.

ChangeLog
build-aux/declared.sh
build-aux/libtool-next-version
build-aux/run-test

index 9d01d3ad3eae3fbe8d8dd0f97fb2c3423b284634..2083a633370136f62aa30718d61962ea92bd8aff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2019-12-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       maint: update copyright notices
+       Before doing the following changes done by hand, I also ran ‘make
+       update-copyright’ and ‘config/srclist-update <config/srclist.txt’
+       to do most of the copyright years automatically.  A few upstream
+       sources are still in 2019 but these should eventually be changed
+       automatically too.
+       * build-aux/declared.sh (func_version):
+       * build-aux/libtool-next-version (func_version):
+       * build-aux/run-test (func_version):
+       Update these notices by hand.  Put just the last year
+       in output of programs, as per GNU coding standards.
+
 2019-12-31  Bruno Haible  <bruno@clisp.org>
 
        uchar: Add C++ tests.
index b101510e9555d9c9e0893a049b4fee44fa29a7a0..b2b71a6e7992d21a036a7a5c1f891e01bf328c18 100755 (executable)
@@ -47,7 +47,7 @@ Report bugs to <bruno@clisp.org>."
 func_version ()
 {
   echo "declared.sh (GNU gnulib)"
-  echo "Copyright (C) 2006-2019 Free Software Foundation, Inc.
+  echo "Copyright (C) 2020 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 01fbef25cbed0c143cb32b0da83d172a6eb5222f..85269ff8faf2b963e5e8b8c5be4c5f24ee707e77 100755 (executable)
@@ -69,7 +69,7 @@ Report bugs to <bruno@clisp.org>."
 func_version ()
 {
   echo "libtool-next-version (GNU gnulib)"
-  echo "Copyright (C) 2019 Free Software Foundation, Inc.
+  echo "Copyright (C) 2020 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 d7fd20b9ce40da466cefe5fbee2be05640f16a43..a0301d8073927ffbf518847ed2864b577ca09ab3 100755 (executable)
@@ -48,7 +48,7 @@ func_version ()
 {
   echo "\
 run-test (GNU gnulib)
-Copyright (C) 2009-2019 Free Software Foundation, Inc.
+Copyright (C) 2020 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.