From 03087cbd5161db0ff94e578b02d318d0bba2742d Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Tue, 4 Jan 2022 00:16:50 +0100 Subject: [PATCH] Fix GPLv3 license headers to use a comma instead of semicolon See: https://www.gnu.org/licenses/gpl-3.0.html#howto Update license headers automatically using the following script: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * config.guess: Adjust via the above command. (timestamp): Update. * config.sub: Likewise. * doc/config.guess.1: Regenerate. * doc/config.sub.1: Likewise. Signed-off-by: Dmitry V. Levin --- config.guess | 4 ++-- config.sub | 4 ++-- doc/config.guess.1 | 2 +- doc/config.sub.1 | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.guess b/config.guess index c2d121a..b7806a8 100755 --- a/config.guess +++ b/config.guess @@ -4,11 +4,11 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2022-01-01' +timestamp='2022-01-03' # 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, but diff --git a/config.sub b/config.sub index 14c1b36..dba16e8 100755 --- a/config.sub +++ b/config.sub @@ -4,11 +4,11 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2022-01-01' +timestamp='2022-01-03' # 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, but diff --git a/doc/config.guess.1 b/doc/config.guess.1 index 65679d2..f9a925e 100644 --- a/doc/config.guess.1 +++ b/doc/config.guess.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. -.TH CONFIG.GUESS "1" "January 2022" "GNU config.guess (2022-01-01)" "User Commands" +.TH CONFIG.GUESS "1" "January 2022" "GNU config.guess (2022-01-03)" "User Commands" .SH NAME config.guess \- guess the build system triplet .SH SYNOPSIS diff --git a/doc/config.sub.1 b/doc/config.sub.1 index ac82772..0fa31e3 100644 --- a/doc/config.sub.1 +++ b/doc/config.sub.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. -.TH CONFIG.SUB "1" "January 2022" "GNU config.sub (2022-01-01)" "User Commands" +.TH CONFIG.SUB "1" "January 2022" "GNU config.sub (2022-01-03)" "User Commands" .SH NAME config.sub \- validate and canonicalize a configuration triplet .SH SYNOPSIS