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 /man/man8 | |
| 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 'man/man8')
| -rw-r--r-- | man/man8/iconvconfig.8 | 2 | ||||
| -rw-r--r-- | man/man8/intro.8 | 2 | ||||
| -rw-r--r-- | man/man8/ld.so.8 | 2 | ||||
| -rw-r--r-- | man/man8/ldconfig.8 | 2 | ||||
| -rw-r--r-- | man/man8/nscd.8 | 2 | ||||
| -rw-r--r-- | man/man8/sln.8 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/man/man8/iconvconfig.8 b/man/man8/iconvconfig.8 index 69e6a37021..fd8b0ea936 100644 --- a/man/man8/iconvconfig.8 +++ b/man/man8/iconvconfig.8 @@ -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-or-later .\" diff --git a/man/man8/intro.8 b/man/man8/intro.8 index 64a7f53e37..a24e8d82c2 100644 --- a/man/man8/intro.8 +++ b/man/man8/intro.8 @@ -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-or-later .\" diff --git a/man/man8/ld.so.8 b/man/man8/ld.so.8 index 0c9ea56593..e98c56ce10 100644 --- a/man/man8/ld.so.8 +++ b/man/man8/ld.so.8 @@ -1,4 +1,4 @@ -.\" Copyright, The contributors to the Linux man-pages project +.\" Copyright, The authors of the Linux man-pages project .\" .\" %%%LICENSE_START(PUBLIC_DOMAIN) .\" This is in the public domain diff --git a/man/man8/ldconfig.8 b/man/man8/ldconfig.8 index 4a653924c5..40f6c2e69c 100644 --- a/man/man8/ldconfig.8 +++ b/man/man8/ldconfig.8 @@ -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-or-later .\" diff --git a/man/man8/nscd.8 b/man/man8/nscd.8 index 5ab9e33e2e..e3182f56e0 100644 --- a/man/man8/nscd.8 +++ b/man/man8/nscd.8 @@ -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-or-later .\" diff --git a/man/man8/sln.8 b/man/man8/sln.8 index 5fe906d298..9f83b14c83 100644 --- a/man/man8/sln.8 +++ b/man/man8/sln.8 @@ -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: Linux-man-pages-copyleft .\" |
