summaryrefslogtreecommitdiff
path: root/build-aux/gen-changelog.sh
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2022-01-05 21:54:16 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2022-01-05 21:54:16 +0100
commit17e3183c1a0adb7ad3e2b514a3f366bb23c29217 (patch)
tree0cb057138458ecf741fc5a84d2a37692ea3265d1 /build-aux/gen-changelog.sh
parentdb5ec614a70ebd847bf51288293a0cd0c87741ae (diff)
downloadfindutils-17e3183c1a0adb7ad3e2b514a3f366bb23c29217.tar.gz
maint: fix GPLv3 texts to use a comma instead of semicolon
See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * bootstrap.conf: Adjust GPLv3 header via the above command. * build-aux/gen-changelog.sh: Likewise. * lib/die.h: Likewise.
Diffstat (limited to 'build-aux/gen-changelog.sh')
-rwxr-xr-xbuild-aux/gen-changelog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/gen-changelog.sh b/build-aux/gen-changelog.sh
index 5e8e8eac..ce119794 100755
--- a/build-aux/gen-changelog.sh
+++ b/build-aux/gen-changelog.sh
@@ -6,7 +6,7 @@
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,