diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/bin/diffman-git | 2 | ||||
| -rwxr-xr-x | src/bin/mansect | 2 | ||||
| -rwxr-xr-x | src/bin/pdfman | 2 | ||||
| -rwxr-xr-x | src/bin/sortman | 2 |
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&/' \ |
