+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
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;
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."
#!/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.
#
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
# 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.
#!/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.
#
# 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.
# - 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.
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;