Hi Jim, Jim Meyering <j...@meyering.net> writes:
> Go ahead and list David as the author there. > > I suspect the issue was that he didn't list himself as author, so there was > always the possibility that the code was contributed by somebody else. Now, > it's been so long, and that code is so small that this seems a fair > compromise. > > Thanks for the due diligence. Thanks for checking. I have pushed the attached patch. Collin
>From 37bca77c4d6fc6a2f1149ed8a2dd6dfcad25ce14 Mon Sep 17 00:00:00 2001 Message-ID: <37bca77c4d6fc6a2f1149ed8a2dd6dfcad25ce14.1755575244.git.collin.fu...@gmail.com> From: Collin Funk <collin.fu...@gmail.com> Date: Mon, 18 Aug 2025 20:42:48 -0700 Subject: [PATCH] logname: list David MacKenzie as the author * src/logname.c (AUTHORS): List David as the author. * AUTHORS: Likewise. --- AUTHORS | 2 +- src/logname.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index d5c12aa97..04bcd306e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -44,7 +44,7 @@ join: Mike Haertel kill: Paul Eggert link: Michael Stone ln: Mike Parker, David MacKenzie -logname: FIXME: unknown +logname: David MacKenzie ls: Richard M. Stallman, David MacKenzie md5sum: Ulrich Drepper, Scott Miller, David Madore mkdir: David MacKenzie diff --git a/src/logname.c b/src/logname.c index ee1220d5c..5a725e448 100644 --- a/src/logname.c +++ b/src/logname.c @@ -25,7 +25,7 @@ /* The official name of this program (e.g., no 'g' prefix). */ #define PROGRAM_NAME "logname" -#define AUTHORS proper_name ("FIXME: unknown") +#define AUTHORS proper_name ("David MacKenzie") void usage (int status) -- 2.50.1