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. --- build-aux/vcstocl/frontend_c.py | 2 +- build-aux/vcstocl/misc_util.py | 2 +- build-aux/vcstocl/projectquirks.py | 2 +- build-aux/vcstocl/vcs_git.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'build-aux/vcstocl') diff --git a/build-aux/vcstocl/frontend_c.py b/build-aux/vcstocl/frontend_c.py index f70c2a84d5..13fcdaca16 100644 --- a/build-aux/vcstocl/frontend_c.py +++ b/build-aux/vcstocl/frontend_c.py @@ -3,7 +3,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, diff --git a/build-aux/vcstocl/misc_util.py b/build-aux/vcstocl/misc_util.py index 58723f118b..3a93d6c293 100644 --- a/build-aux/vcstocl/misc_util.py +++ b/build-aux/vcstocl/misc_util.py @@ -3,7 +3,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, diff --git a/build-aux/vcstocl/projectquirks.py b/build-aux/vcstocl/projectquirks.py index 15ed938629..61c63d69b7 100644 --- a/build-aux/vcstocl/projectquirks.py +++ b/build-aux/vcstocl/projectquirks.py @@ -3,7 +3,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, diff --git a/build-aux/vcstocl/vcs_git.py b/build-aux/vcstocl/vcs_git.py index d4db537fd4..fbd151c74b 100644 --- a/build-aux/vcstocl/vcs_git.py +++ b/build-aux/vcstocl/vcs_git.py @@ -3,7 +3,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, -- cgit v1.2.1