diff options
author | Alejandro Colomar <alx@kernel.org> | 2025-05-17 15:18:26 +0200 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2025-05-17 15:22:37 +0200 |
commit | f99f884ddb8161dd9e16eeda7bee49fc2bff78be (patch) | |
tree | 35a235ddd1246ec917a1a841ed7c737352d14e32 /scripts | |
parent | 978b017d93e4e32b752b33877e44a8365644630c (diff) | |
download | man-pages-f99f884ddb8161dd9e16eeda7bee49fc2bff78be.tar.gz |
*: grfix
Scripted change:
$ grep -rl 'The authors of the Linux man-pages' \
| xargs sed -i '/Copyright, The authors of the Linux man-pages project/s/The/the/';
Reported-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/FIXME_list.sh | 2 | ||||
-rwxr-xr-x | scripts/add_parens_for_own_funcs.sh | 2 | ||||
-rw-r--r-- | scripts/bash_aliases | 2 | ||||
-rwxr-xr-x | scripts/convert_to_utf_8.sh | 2 | ||||
-rwxr-xr-x | scripts/find_dots_no_parens.sh | 2 | ||||
-rwxr-xr-x | scripts/find_repeated_words.sh | 2 | ||||
-rwxr-xr-x | scripts/find_slashes_no_parens.sh | 2 | ||||
-rwxr-xr-x | scripts/unformat_parens.sh | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/scripts/FIXME_list.sh b/scripts/FIXME_list.sh index 050051a37f..2bfe828ed3 100755 --- a/scripts/FIXME_list.sh +++ b/scripts/FIXME_list.sh @@ -4,7 +4,7 @@ # # Display FIXME segments from man-pages source files # -# Copyright, The authors of the Linux man-pages project +# Copyright, the authors of the Linux man-pages project # 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 2 diff --git a/scripts/add_parens_for_own_funcs.sh b/scripts/add_parens_for_own_funcs.sh index f3a41934f3..78560164bd 100755 --- a/scripts/add_parens_for_own_funcs.sh +++ b/scripts/add_parens_for_own_funcs.sh @@ -53,7 +53,7 @@ # ###################################################################### # -# Copyright, The authors of the Linux man-pages project +# Copyright, the authors of the Linux man-pages project # 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 2 diff --git a/scripts/bash_aliases b/scripts/bash_aliases index eaf525e7c4..47e30f7591 100644 --- a/scripts/bash_aliases +++ b/scripts/bash_aliases @@ -1,4 +1,4 @@ -# Copyright, The authors of the Linux man-pages project +# Copyright, the authors of the Linux man-pages project # SPDX-License-Identifier: GPL-2.0-only ######################################################################## diff --git a/scripts/convert_to_utf_8.sh b/scripts/convert_to_utf_8.sh index e62561c590..4c9def9a8a 100755 --- a/scripts/convert_to_utf_8.sh +++ b/scripts/convert_to_utf_8.sh @@ -12,7 +12,7 @@ # ###################################################################### # -# Copyright, The authors of the Linux man-pages project +# Copyright, the authors of the Linux man-pages project # 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 2 diff --git a/scripts/find_dots_no_parens.sh b/scripts/find_dots_no_parens.sh index fae1411c35..7a4bc5b9fe 100755 --- a/scripts/find_dots_no_parens.sh +++ b/scripts/find_dots_no_parens.sh @@ -21,7 +21,7 @@ # ###################################################################### # -# Copyright, The authors of the Linux man-pages project +# Copyright, the authors of the Linux man-pages project # 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 2 diff --git a/scripts/find_repeated_words.sh b/scripts/find_repeated_words.sh index 7c5dac75e9..d5e0359713 100755 --- a/scripts/find_repeated_words.sh +++ b/scripts/find_repeated_words.sh @@ -10,7 +10,7 @@ # ###################################################################### # -# Copyright, The authors of the Linux man-pages project +# Copyright, the authors of the Linux man-pages project # 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 2 diff --git a/scripts/find_slashes_no_parens.sh b/scripts/find_slashes_no_parens.sh index 59a75eaf7a..4b2747cf7d 100755 --- a/scripts/find_slashes_no_parens.sh +++ b/scripts/find_slashes_no_parens.sh @@ -21,7 +21,7 @@ # ###################################################################### # -# Copyright, The authors of the Linux man-pages project +# Copyright, the authors of the Linux man-pages project # 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 2 diff --git a/scripts/unformat_parens.sh b/scripts/unformat_parens.sh index 8b1789f795..760c3446a2 100755 --- a/scripts/unformat_parens.sh +++ b/scripts/unformat_parens.sh @@ -20,7 +20,7 @@ # ###################################################################### # -# Copyright, The authors of the Linux man-pages project +# Copyright, the authors of the Linux man-pages project # 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 2 |