From: Paul Eggert <eggert@cs.ucla.edu> Date: Sun, 7 Jan 2024 04:03:36 +0000 (-0800) Subject: * build-aux/update-copyright: Fix grammar in comment (taken from Emacs). X-Git-Tag: v1.0~542 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b6470fd8dcd72efcf8cae1eac63fa80189f27e61;p=gnulib.git * build-aux/update-copyright: Fix grammar in comment (taken from Emacs). --- diff --git a/build-aux/update-copyright b/build-aux/update-copyright index efda754862..50eccfe3cc 100755 --- a/build-aux/update-copyright +++ b/build-aux/update-copyright @@ -123,7 +123,7 @@ # 5. Set UPDATE_COPYRIGHT_HOLDER if the copyright holder is other # than "Free Software Foundation, Inc.". -# This is a prologue that allows to run a perl script as an executable +# This is a prologue that allows running a perl script as an executable # on systems that are compliant to a POSIX version before POSIX:2017. # On such systems, the usual invocation of an executable through execlp() # or execvp() fails with ENOEXEC if it is a script that does not start @@ -138,7 +138,7 @@ eval 'exec perl -wSx -0777 -pi "$0" "$@"' if 0; -my $VERSION = '2023-10-03.12:14'; # UTC +my $VERSION = '2024-01-07.04:02'; # 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