]> Savannah Git Hosting - gnulib.git/commitdiff
maint: Update copyright notices
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 27 Jan 2022 18:57:02 +0000 (10:57 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 27 Jan 2022 18:57:30 +0000 (10:57 -0800)
* build-aux/announce-gen, build-aux/declared.sh:
* build-aux/git-version-gen, build-aux/gitlog-to-changelog:
* build-aux/gnu-web-doc-update, build-aux/gnupload:
* build-aux/increment-serial, build-aux/libtool-next-version:
* build-aux/useless-if-before-free:
Update some copyright notices by hand, that were not
updated automatically.

ChangeLog
build-aux/announce-gen
build-aux/declared.sh
build-aux/git-version-gen
build-aux/gitlog-to-changelog
build-aux/gnu-web-doc-update
build-aux/gnupload
build-aux/increment-serial
build-aux/libtool-next-version
build-aux/useless-if-before-free

index 1e9fa104327f10aef9d6e3dafae98f8da35f73d0..31aa1567fc4119f43de571759d25d8e0fdb117cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2022-01-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       maint: Update copyright notices
+       * build-aux/announce-gen, build-aux/declared.sh:
+       * build-aux/git-version-gen, build-aux/gitlog-to-changelog:
+       * build-aux/gnu-web-doc-update, build-aux/gnupload:
+       * build-aux/increment-serial, build-aux/libtool-next-version:
+       * build-aux/useless-if-before-free:
+       Update some copyright notices by hand, that were not
+       updated automatically.
+
 2022-01-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        calloc-gnu: fix misspelling in 2022-01-03 patch
index 9bdaa93f7860ba973410cd7cb7c5b74630436621..5c35e3d5649ebbc962bc531f4e9875451914dfca 100755 (executable)
 eval 'exec perl -wSx "$0" "$@"'
      if 0;
 
-my $VERSION = '2021-08-04 09:17'; # UTC
+my $VERSION = '2022-01-27 18:48'; # UTC
 # The definition above must lie within the first 8 lines in order
 # for the Emacs time-stamp write hook (at end) to update it.
 # If you change this file with Emacs, please let the write hook
 # do its job.  Otherwise, update this string manually.
 
-my $copyright_year = '2021';
+my $copyright_year = '2022';
 
 use strict;
 use Getopt::Long;
index 3ba764a1dd8c9144d985ace9269a9e598f9a49ee..5a6a6793a777098158018f1c0bf37ae966e62477 100755 (executable)
@@ -47,7 +47,7 @@ Report bugs to <bruno@clisp.org>."
 func_version ()
 {
   echo "declared.sh (GNU gnulib)"
-  echo "Copyright (C) 2021 Free Software Foundation, Inc.
+  echo "Copyright (C) 2022 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 cdc1d610ed32265e6f1d0c39742f75626f66d456..a44f5d5c905c5dcd8078a66a91a856846f2e8b91 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Print a version string.
-scriptversion=2021-12-22.22; # UTC
+scriptversion=2022-01-27.18; # UTC
 
 # Copyright (C) 2007-2022 Free Software Foundation, Inc.
 #
index 1c6847ae3b39231c2d1133aa93ce5e646b9b9231..82d9f9733666157250394523e8dbedb634782e86 100755 (executable)
@@ -35,7 +35,7 @@
 eval 'exec perl -wSx "$0" "$@"'
      if 0;
 
-my $VERSION = '2021-02-24 23:42'; # UTC
+my $VERSION = '2022-01-27 18:49'; # UTC
 # The definition above must lie within the first 8 lines in order
 # for the Emacs time-stamp write hook (at end) to update it.
 # If you change this file with Emacs, please let the write hook
index 72128d1488aa7ddece104749083192d6a2b2994b..c041364fbe329298d872ec7397b392227165131d 100755 (executable)
@@ -2,7 +2,7 @@
 # Run this after each non-alpha release, to update the web documentation at
 # https://www.gnu.org/software/$pkg/manual/
 
-VERSION=2021-01-09.09; # UTC
+VERSION=2022-01-27.18; # UTC
 
 # Copyright (C) 2009-2022 Free Software Foundation, Inc.
 
index 567726a5f8663ca7d02323837b17a7d28c8c58ff..b97e566f9dc0e3900dcba11eb81222e89851da5f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Sign files and upload them.
 
-scriptversion=2021-04-11.09; # UTC
+scriptversion=2022-01-27.18; # UTC
 
 # Copyright (C) 2004-2022 Free Software Foundation, Inc.
 #
index 08e5f5a757b3460b14a5b3b2a65b0e01040e4b2f..1059b5932e19419c1e57f4b546b3d79ee4cfb4cc 100755 (executable)
@@ -16,7 +16,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-scriptversion=2021-04-11
+scriptversion=2022-01-27
 
 copyright_year=`echo "$scriptversion" | sed -e 's/[^0-9].*//'`
 copyright="Copyright (C) ${copyright_year} Free Software Foundation, Inc.
index c887a7708ba1cf413a5dd7b26c502b5184066fd6..21f704ba9d8c4946a01d99e74edef0566f354ce3 100755 (executable)
@@ -42,7 +42,7 @@
 #   - It does not enforce that applying the third or fourth rule is only
 #     possible after applying the second rule.
 
-scriptversion=2021-04-11
+scriptversion=2022-01-27
 
 # func_usage
 # outputs to stdout the --help usage message.
index 92ca10be4392fa030c3af5e6879f4a5e4e76bb95..1a027a5d5fe37f4388a68defafa740e556896d58 100755 (executable)
 eval 'exec perl -wSx "$0" "$@"'
      if 0;
 
-my $VERSION = '2021-04-11 10:11'; # UTC
+my $VERSION = '2022-01-27 18:51'; # UTC
 # The definition above must lie within the first 8 lines in order
 # for the Emacs time-stamp write hook (at end) to update it.
 # If you change this file with Emacs, please let the write hook
 # do its job.  Otherwise, update this string manually.
 
-my $copyright_year = '2021';
+my $copyright_year = '2022';
 
 use strict;
 use warnings;