I installed the attached patch, which is long overdue.

Sorry for taking so long to do this Bernhard, and thanks for
everything you have done so far.
From 1444ace9f0c5bf44b949f2d2c164e77e6f527df1 Mon Sep 17 00:00:00 2001
From: James Youngman <[email protected]>
Date: Sun, 28 Jun 2026 11:37:35 +0100
Subject: [PATCH] maint: add Bernhard Voelker to authors listed in --version
 output.

This is long overdue.  Sorry, Bernhard, and thanks for everything you
have done so far.

* lib/findutils-version.c (display_findutils_version): Add Bernhard.
* THANKS: mention that people should also look at the AUTHORS file.
---
 THANKS                  | 4 +++-
 lib/findutils-version.c | 5 +++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/THANKS b/THANKS
index 904d72e3..4f5569cb 100644
--- a/THANKS
+++ b/THANKS
@@ -1,4 +1,6 @@
-Thanks to the following people for support, code, patches, etc:
+Thanks to the following people for support, code, patches, etc.  See
+also AUTHORS for a list of people who have made more substantial
+contributions.
 
 A Costa <[email protected]>
 Aaron S. Hawley
diff --git a/lib/findutils-version.c b/lib/findutils-version.c
index 718cfd5f..62c73f13 100644
--- a/lib/findutils-version.c
+++ b/lib/findutils-version.c
@@ -46,8 +46,13 @@ display_findutils_version (const char *official_name)
   fflush (stderr);
   version_etc (stdout,
                official_name, PACKAGE_NAME, version_string,
+	       /* TRANSLATORS: This is a proper name. */
                _("Eric B. Decker"),
+	       /* TRANSLATORS: This is a proper name. */
                _("James Youngman"),
+	       /* TRANSLATORS: This is a proper name. */
+               _("Bernhard Voelker"),
+	       /* TRANSLATORS: This is a proper name. */
                _("Kevin Dalley"),
                (const char*) NULL);
 }
-- 
2.47.3

Reply via email to