summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-12-31 17:33:19 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-12-31 17:33:48 -0800
commitddebebc220757a029b0610d4474ecae1c2fb459c (patch)
treea0f92a7e73cdaa594d15f765158edb98dc1881cb
parent49c81bedc0ba6dd3003266e9ec9ca504571b428b (diff)
downloadgnulib-ddebebc220757a029b0610d4474ecae1c2fb459c.tar.gz
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.
-rw-r--r--ChangeLog14
-rwxr-xr-xbuild-aux/declared.sh2
-rwxr-xr-xbuild-aux/libtool-next-version2
-rwxr-xr-xbuild-aux/run-test2
4 files changed, 17 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d01d3ad3e..2083a63337 100644
--- 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.
diff --git a/build-aux/declared.sh b/build-aux/declared.sh
index b101510e95..b2b71a6e79 100755
--- a/build-aux/declared.sh
+++ b/build-aux/declared.sh
@@ -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."
diff --git a/build-aux/libtool-next-version b/build-aux/libtool-next-version
index 01fbef25cb..85269ff8fa 100755
--- a/build-aux/libtool-next-version
+++ b/build-aux/libtool-next-version
@@ -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."
diff --git a/build-aux/run-test b/build-aux/run-test
index d7fd20b9ce..a0301d8073 100755
--- a/build-aux/run-test
+++ b/build-aux/run-test
@@ -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.