[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Tue, 15 Aug 2023 06:12:47 -0400 (EDT) |
branch: master
commit 5d334810cf77151cd9172a163e8fe40a8878cd2d
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Aug 15 10:46:30 2023 +0100
* tp/maintain/regenerate_cmd_tests.sh,
* tp/maintain/regenerate_docstr.sh: do not place copyright year
in generated files as this complicates updating copyright years.
* tp/maintain/regenerate_docstr.sh: add a comment as to the
purpose of this file.
---
ChangeLog | 8 ++++++++
tp/maintain/regenerate_cmd_tests.sh | 2 +-
tp/maintain/regenerate_docstr.sh | 4 +++-
tp/tests/Makefile.onetst | 2 +-
4 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4457c42063..3e3266b580 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-08-15 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/maintain/regenerate_cmd_tests.sh,
+ * tp/maintain/regenerate_docstr.sh: do not place copyright year
+ in generated files as this complicates updating copyright years.
+ * tp/maintain/regenerate_docstr.sh: add a comment as to the
+ purpose of this file.
+
2023-08-15 Gavin Smith <gavinsmith0123@gmail.com>
* README-hacking: tweak advice on updating copyright years
diff --git a/tp/maintain/regenerate_cmd_tests.sh
b/tp/maintain/regenerate_cmd_tests.sh
index 72d338ecb8..7b139c7c41 100755
--- a/tp/maintain/regenerate_cmd_tests.sh
+++ b/tp/maintain/regenerate_cmd_tests.sh
@@ -139,7 +139,7 @@ basefile=`basename $outfile`
cat >$outfile <<END_HEADER
# $basefile generated by $0.
#
-# Copyright 2023 Free Software Foundation, Inc.
+# Copyright Free Software Foundation, Inc.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
diff --git a/tp/maintain/regenerate_docstr.sh b/tp/maintain/regenerate_docstr.sh
index 5d36c3ed4c..f366a8e0de 100755
--- a/tp/maintain/regenerate_docstr.sh
+++ b/tp/maintain/regenerate_docstr.sh
@@ -10,6 +10,8 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# Originally written by Patrice Dumas.
+#
+# This script is used by doc/Makefile.am to regenerate Makefile.docstr
dir=`echo $0 | sed 's,/[^/]*$,,'`
outfile=$1
@@ -26,7 +28,7 @@ basefile=`basename $outfile`
cat >$outfile <<END_HEADER
# $basefile generated by $0.
#
-# Copyright 2023 Free Software Foundation, Inc.
+# Copyright Free Software Foundation, Inc.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
diff --git a/tp/tests/Makefile.onetst b/tp/tests/Makefile.onetst
index 06a1f2df5f..7aaec6c94d 100644
--- a/tp/tests/Makefile.onetst
+++ b/tp/tests/Makefile.onetst
@@ -1,6 +1,6 @@
# Makefile.onetst generated by ../maintain/regenerate_cmd_tests.sh.
#
-# Copyright 2023 Free Software Foundation, Inc.
+# Copyright Free Software Foundation, Inc.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without