From 87e6634b28df65084321fed22f60d114a0931d21 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Tue, 4 Jan 2022 00:16:50 +0100 Subject: 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. --- gnulib-tool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnulib-tool') diff --git a/gnulib-tool b/gnulib-tool index 40a604ba3d..02d4f8661d 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -4,7 +4,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, @@ -391,7 +391,7 @@ func_emit_copyright_notice () echo "#" echo "# This file is free software; you can redistribute it and/or modify" echo "# it under the terms of the GNU General Public License as published by" - echo "# the Free Software Foundation; either version 3 of the License, or" + echo "# the Free Software Foundation, either version 3 of the License, or" echo "# (at your option) any later version." echo "#" echo "# This file is distributed in the hope that it will be useful," -- cgit v1.2.1