diff options
author | Alejandro Colomar <alx@kernel.org> | 2025-05-09 20:56:52 +0200 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2025-05-10 00:19:24 +0200 |
commit | 4ffde404c2e262fc40ea105bfd53e7278efb8efa (patch) | |
tree | 47c7c637683cc8c6e39383b63e8eb55a6ae32cbe /scripts | |
parent | 265b9898dfe2f31c221a01e8c17c3055e72784bc (diff) | |
download | man-pages-4ffde404c2e262fc40ea105bfd53e7278efb8efa.tar.gz |
*, AUTHORS: Consistently refer to authors
- Rename the file CREDITS => AUTHORS
- Say 'authors' in the copyright notice. Scripted change:
$ grep -rn 'The contributors to the Linux man-pages' -l \
| xargs sed -i '/Copyright, The contributors to the Linux man-pages project/s/contributors to/authors of/'
Suggested-by: Dave Martin <Dave.Martin@arm.com>
Acked-by: "G. Branden Robinson" <branden@debian.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 d2482c4157..050051a37f 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 contributors to 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 558fa943f6..f3a41934f3 100755 --- a/scripts/add_parens_for_own_funcs.sh +++ b/scripts/add_parens_for_own_funcs.sh @@ -53,7 +53,7 @@ # ###################################################################### # -# Copyright, The contributors to 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 177ee41242..eaf525e7c4 100644 --- a/scripts/bash_aliases +++ b/scripts/bash_aliases @@ -1,4 +1,4 @@ -# Copyright, The contributors to 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 ce18529b3b..e62561c590 100755 --- a/scripts/convert_to_utf_8.sh +++ b/scripts/convert_to_utf_8.sh @@ -12,7 +12,7 @@ # ###################################################################### # -# Copyright, The contributors to 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 2c69df68b8..fae1411c35 100755 --- a/scripts/find_dots_no_parens.sh +++ b/scripts/find_dots_no_parens.sh @@ -21,7 +21,7 @@ # ###################################################################### # -# Copyright, The contributors to 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 cb64b1e9cf..7c5dac75e9 100755 --- a/scripts/find_repeated_words.sh +++ b/scripts/find_repeated_words.sh @@ -10,7 +10,7 @@ # ###################################################################### # -# Copyright, The contributors to 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 7a9ffe81b1..59a75eaf7a 100755 --- a/scripts/find_slashes_no_parens.sh +++ b/scripts/find_slashes_no_parens.sh @@ -21,7 +21,7 @@ # ###################################################################### # -# Copyright, The contributors to 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 a65a410038..8b1789f795 100755 --- a/scripts/unformat_parens.sh +++ b/scripts/unformat_parens.sh @@ -20,7 +20,7 @@ # ###################################################################### # -# Copyright, The contributors to 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 |