]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
maint: remove a stray inter-word space in a 6x-repeated comment
authorJim Meyering <meyering@fb.com>
Sat, 4 Apr 2020 15:11:47 +0000 (08:11 -0700)
committerJim Meyering <meyering@fb.com>
Sat, 4 Apr 2020 15:11:47 +0000 (08:11 -0700)
Induce the changes by running this:
  re='by  perl'; g grep -l "$re"|xargs perl -pi -e "s/$re/by perl/"
* build-aux/announce-gen: Change "by  perl" to "by perl".
* build-aux/gitlog-to-changelog: Likewise.
* build-aux/prefix-gnulib-mk: Likewise.
* build-aux/update-copyright: Likewise.
* build-aux/useless-if-before-free: Likewise.
* tests/test-update-copyright.sh: Likewise.

ChangeLog
build-aux/announce-gen
build-aux/gitlog-to-changelog
build-aux/prefix-gnulib-mk
build-aux/update-copyright
build-aux/useless-if-before-free
tests/test-update-copyright.sh

index e4d2b7925dee435dd7a82c58eb596ebac0c3de46..989a61d36a9ca77cf7b5fddcc084ee212dfc79fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2020-04-04  Jim Meyering  <meyering@fb.com>
+
+       maint: remove a stray inter-word space in a 6x-repeated comment
+       Induce the changes by running this:
+         re='by  perl'; g grep -l "$re"|xargs perl -pi -e "s/$re/by perl/"
+       * build-aux/announce-gen: Change "by  perl" to "by perl".
+       * build-aux/gitlog-to-changelog: Likewise.
+       * build-aux/prefix-gnulib-mk: Likewise.
+       * build-aux/update-copyright: Likewise.
+       * build-aux/useless-if-before-free: Likewise.
+       * tests/test-update-copyright.sh: Likewise.
+
 2020-03-28  Bruno Haible  <bruno@clisp.org>
 
        Use module 'filename' instead of module 'dosname'.
index aebb86f6224b56c93f99870bde607390457ed80c..a59031f9e7a91f58a75d9a2e7e934e2ba4f6d2fe 100755 (executable)
 # are valid code in both sh and perl.  When executed by sh, they re-execute
 # the script through the perl program found in $PATH.  The '-x' option
 # is essential as well; without it, perl would re-execute the script
-# through /bin/sh.  When executed by  perl, the next two lines are a no-op.
+# through /bin/sh.  When executed by perl, the next two lines are a no-op.
 eval 'exec perl -wSx "$0" "$@"'
      if 0;
 
-my $VERSION = '2018-03-07 03:46'; # UTC
+my $VERSION = '2020-04-04 15:07'; # 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 511276757f5b6aaf616082fee2db6d77ef7b1c2b..be8082e7ffd95ebe5051330c60b9e43058918a51 100755 (executable)
 # are valid code in both sh and perl.  When executed by sh, they re-execute
 # the script through the perl program found in $PATH.  The '-x' option
 # is essential as well; without it, perl would re-execute the script
-# through /bin/sh.  When executed by  perl, the next two lines are a no-op.
+# through /bin/sh.  When executed by perl, the next two lines are a no-op.
 eval 'exec perl -wSx "$0" "$@"'
      if 0;
 
-my $VERSION = '2018-03-07 03:47'; # UTC
+my $VERSION = '2020-04-04 15:07'; # 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 674615aa9397b0347e66dce0a17a0b0394aeda01..81ca8a14665f2116d80d60a4c50cf9bfd78a3b11 100755 (executable)
 # are valid code in both sh and perl.  When executed by sh, they re-execute
 # the script through the perl program found in $PATH.  The '-x' option
 # is essential as well; without it, perl would re-execute the script
-# through /bin/sh.  When executed by  perl, the next two lines are a no-op.
+# through /bin/sh.  When executed by perl, the next two lines are a no-op.
 eval 'exec perl -wSx "$0" "$@"'
      if 0;
 
-my $VERSION = '2012-01-21 17:13'; # UTC
+my $VERSION = '2020-04-04 15:07'; # 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 4f79b56be785428555aa7e8b569626006ccd2156..d9b7f683a0887f281a43f1634548fd8a64ac975b 100755 (executable)
 # are valid code in both sh and perl.  When executed by sh, they re-execute
 # the script through the perl program found in $PATH.  The '-x' option
 # is essential as well; without it, perl would re-execute the script
-# through /bin/sh.  When executed by  perl, the next two lines are a no-op.
+# through /bin/sh.  When executed by perl, the next two lines are a no-op.
 eval 'exec perl -wSx -0777 -pi "$0" "$@"'
      if 0;
 
-my $VERSION = '2018-03-07.03:47'; # UTC
+my $VERSION = '2020-04-04.15:07'; # 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 fa9a3680964d0e54ddf72fca84a69e046467d4a5..c9a168f2d0c80bf411878b544a7ef5bf06df6104 100755 (executable)
 # are valid code in both sh and perl.  When executed by sh, they re-execute
 # the script through the perl program found in $PATH.  The '-x' option
 # is essential as well; without it, perl would re-execute the script
-# through /bin/sh.  When executed by  perl, the next two lines are a no-op.
+# through /bin/sh.  When executed by perl, the next two lines are a no-op.
 eval 'exec perl -wSx "$0" "$@"'
      if 0;
 
-my $VERSION = '2018-03-07 03:47'; # UTC
+my $VERSION = '2020-04-04 15:07'; # 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 adba7799fe83a11be36cf666523f80412924f7c4..be6195d2bdf6b75d7b77e6a2e8d598cb30b428f6 100755 (executable)
@@ -50,7 +50,7 @@ cat <<\EOF > $s
 # are valid code in both sh and perl.  When executed by sh, they re-execute
 # the script through the perl program found in $PATH.  The '-x' option
 # is essential as well; without it, perl would re-execute the script
-# through /bin/sh.  When executed by  perl, the next two lines are a no-op.
+# through /bin/sh.  When executed by perl, the next two lines are a no-op.
 eval 'exec perl -wSx -pi "$0" "$@"'
      if 0;