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 | 14 ++++++++++++++ build-aux/declared.sh | 2 +- build-aux/libtool-next-version | 2 +- build-aux/run-test | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 9d01d3ad3..2083a6333 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2019-12-31 Paul Eggert <[email protected]> + + 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 <[email protected]> uchar: Add C++ tests. diff --git a/build-aux/declared.sh b/build-aux/declared.sh index b101510e9..b2b71a6e7 100755 --- a/build-aux/declared.sh +++ b/build-aux/declared.sh @@ -47,7 +47,7 @@ Report bugs to <[email protected]>." 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 01fbef25c..85269ff8f 100755 --- a/build-aux/libtool-next-version +++ b/build-aux/libtool-next-version @@ -69,7 +69,7 @@ Report bugs to <[email protected]>." 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 d7fd20b9c..a0301d807 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. -- 2.24.1
