aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCollin Funk <collin.funk1@gmail.com>2025-08-18 20:42:48 -0700
committerCollin Funk <collin.funk1@gmail.com>2025-08-18 20:42:48 -0700
commit37bca77c4d6fc6a2f1149ed8a2dd6dfcad25ce14 (patch)
tree3982a81a90e58ff492a3985eb6842b345c1d956f
parentrealpath: improve doc and NEWS (diff)
downloadcoreutils-37bca77c4d6fc6a2f1149ed8a2dd6dfcad25ce14.tar.gz
coreutils-37bca77c4d6fc6a2f1149ed8a2dd6dfcad25ce14.zip
logname: list David MacKenzie as the author
* src/logname.c (AUTHORS): List David as the author. * AUTHORS: Likewise.
-rw-r--r--AUTHORS2
-rw-r--r--src/logname.c2
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)