[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] maint: Update copyright notices
From: |
Paul Eggert |
Subject: |
[PATCH] maint: Update copyright notices |
Date: |
Thu, 27 Jan 2022 10:58:17 -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 | 11 +++++++++++
build-aux/announce-gen | 4 ++--
build-aux/declared.sh | 2 +-
build-aux/git-version-gen | 2 +-
build-aux/gitlog-to-changelog | 2 +-
build-aux/gnu-web-doc-update | 2 +-
build-aux/gnupload | 2 +-
build-aux/increment-serial | 2 +-
build-aux/libtool-next-version | 2 +-
build-aux/useless-if-before-free | 4 ++--
10 files changed, 22 insertions(+), 11 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1e9fa10432..31aa1567fc 100644
--- 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
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index 9bdaa93f78..5c35e3d564 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -35,13 +35,13 @@
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;
diff --git a/build-aux/declared.sh b/build-aux/declared.sh
index 3ba764a1dd..5a6a6793a7 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) 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."
diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen
index cdc1d610ed..a44f5d5c90 100755
--- a/build-aux/git-version-gen
+++ b/build-aux/git-version-gen
@@ -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.
#
diff --git a/build-aux/gitlog-to-changelog b/build-aux/gitlog-to-changelog
index 1c6847ae3b..82d9f97336 100755
--- a/build-aux/gitlog-to-changelog
+++ b/build-aux/gitlog-to-changelog
@@ -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
diff --git a/build-aux/gnu-web-doc-update b/build-aux/gnu-web-doc-update
index 72128d1488..c041364fbe 100755
--- a/build-aux/gnu-web-doc-update
+++ b/build-aux/gnu-web-doc-update
@@ -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.
diff --git a/build-aux/gnupload b/build-aux/gnupload
index 567726a5f8..b97e566f9d 100755
--- a/build-aux/gnupload
+++ b/build-aux/gnupload
@@ -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.
#
diff --git a/build-aux/increment-serial b/build-aux/increment-serial
index 08e5f5a757..1059b5932e 100755
--- a/build-aux/increment-serial
+++ b/build-aux/increment-serial
@@ -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.
diff --git a/build-aux/libtool-next-version b/build-aux/libtool-next-version
index c887a7708b..21f704ba9d 100755
--- a/build-aux/libtool-next-version
+++ b/build-aux/libtool-next-version
@@ -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.
diff --git a/build-aux/useless-if-before-free b/build-aux/useless-if-before-free
index 92ca10be43..1a027a5d5f 100755
--- a/build-aux/useless-if-before-free
+++ b/build-aux/useless-if-before-free
@@ -36,13 +36,13 @@
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;
--
2.32.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] maint: Update copyright notices,
Paul Eggert <=