aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/diffman-git
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2025-05-17 15:18:26 +0200
committerAlejandro Colomar <alx@kernel.org>2025-05-17 15:22:37 +0200
commitf99f884ddb8161dd9e16eeda7bee49fc2bff78be (patch)
tree35a235ddd1246ec917a1a841ed7c737352d14e32 /src/bin/diffman-git
parent978b017d93e4e32b752b33877e44a8365644630c (diff)
downloadman-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 'src/bin/diffman-git')
-rwxr-xr-xsrc/bin/diffman-git2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/diffman-git b/src/bin/diffman-git
index 2a8e39af00..2b7701548a 100755
--- a/src/bin/diffman-git
+++ b/src/bin/diffman-git
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright, The authors of 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;