aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2025-05-09 20:56:52 +0200
committerAlejandro Colomar <alx@kernel.org>2025-05-10 00:19:24 +0200
commit4ffde404c2e262fc40ea105bfd53e7278efb8efa (patch)
tree47c7c637683cc8c6e39383b63e8eb55a6ae32cbe /src
parent265b9898dfe2f31c221a01e8c17c3055e72784bc (diff)
downloadman-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 'src')
-rwxr-xr-xsrc/bin/diffman-git2
-rwxr-xr-xsrc/bin/mansect2
-rwxr-xr-xsrc/bin/pdfman2
-rwxr-xr-xsrc/bin/sortman2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/diffman-git b/src/bin/diffman-git
index 9722f21b8e..2a8e39af00 100755
--- a/src/bin/diffman-git
+++ b/src/bin/diffman-git
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright, The contributors to the Linux man-pages project
+# Copyright, The authors of the Linux man-pages project
# SPDX-License-Identifier: GPL-3.0-or-later
set -Eeuo pipefail;
diff --git a/src/bin/mansect b/src/bin/mansect
index 4b907f0d56..57da29e351 100755
--- a/src/bin/mansect
+++ b/src/bin/mansect
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright, The contributors to the Linux man-pages project
+# Copyright, The authors of the Linux man-pages project
# SPDX-License-Identifier: GPL-3.0-or-later
set -Eeuo pipefail;
diff --git a/src/bin/pdfman b/src/bin/pdfman
index 720390139e..68beeecb8a 100755
--- a/src/bin/pdfman
+++ b/src/bin/pdfman
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright, The contributors to the Linux man-pages project
+# Copyright, The authors of the Linux man-pages project
# SPDX-License-Identifier: GPL-3.0-or-later
set -Eeuo pipefail;
diff --git a/src/bin/sortman b/src/bin/sortman
index 9efca6cae1..9cea2a916f 100755
--- a/src/bin/sortman
+++ b/src/bin/sortman
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright, The contributors to the Linux man-pages project
+# Copyright, The authors of the Linux man-pages project
# SPDX-License-Identifier: GPL-3.0-or-later
sed -E '/\/intro./ s/.*\.([[:digit:]])/\10\t&/' \