summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2022-01-04 00:16:50 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2022-01-05 11:56:23 +0100
commit87e6634b28df65084321fed22f60d114a0931d21 (patch)
tree23d8de2a03938fe083cecd5ed3fb051254cf91ad /config
parentb79766eae6e003159754f6157969f1f2b89caddd (diff)
downloadgnulib-87e6634b28df65084321fed22f60d114a0931d21.tar.gz
license: 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/' * All files using GPLv3: Adjust via the above command.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/srclist-update6
-rwxr-xr-xconfig/srclistvars.sh2
2 files changed, 4 insertions, 4 deletions
diff --git a/config/srclist-update b/config/srclist-update
index d650460c92..0ef9796d54 100755
--- a/config/srclist-update
+++ b/config/srclist-update
@@ -27,7 +27,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,
@@ -62,7 +62,7 @@ fixlicense='
/^[[:space:]]*#[[:space:]]*Th[ei][ s].* is free software/,/^[[:space:]]*#.*USA\./c\
# 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,\
@@ -76,7 +76,7 @@ fixlicense='
/Th[ei][ s].* is free software/,/\*\//c\
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,\
diff --git a/config/srclistvars.sh b/config/srclistvars.sh
index a428d3d6e0..28c3d4b474 100755
--- a/config/srclistvars.sh
+++ b/config/srclistvars.sh
@@ -5,7 +5,7 @@
# This file 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,