maint: add Bernhard Voelker to authors listed in --version output
James Youngman <[email protected]> Sun, 28 Jun 2026 11:43:41 +0100
| Newsgroups | gmane.comp.gnu.findutils.bugs |
|---|---|
| Message-ID | <CAGwX767kjE8VP17yob9oF5fnQmn_Qmtro8BW99oTZ_xbA5DyUw@mail.gmail.com> |
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.
0001-maint-add-Bernhard-Voelker-to-authors-listed-in-vers.patch
(text/x-patch, 1.6 KB)
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