summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-06-23 14:54:33 +0200
committerJim Meyering <meyering@redhat.com>2008-06-23 14:54:33 +0200
commit4f4700cca8927c961ea3319b830b866f036cd990 (patch)
tree04135bcf6a11922c26d9760f9caad19672eafdd5
parent2e6fa14d16ffda65ffb45fad94140fc340b84f26 (diff)
downloadcoreutils-4f4700cca8927c961ea3319b830b866f036cd990.tar.xz
basename: List David MacKenzie as the author.
* src/basename.c (AUTHORS): List David as the author. * AUTHORS: Update here, too.
-rw-r--r--AUTHORS2
-rw-r--r--src/basename.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 666edc16b..eab9bec17 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,7 +3,7 @@ each followed by the name(s) of its author(s).
arch: David MacKenzie, Karel Zak
base64: Simon Josefsson
-basename: FIXME unknown
+basename: David MacKenzie
cat: Torbjörn Granlund, Richard M. Stallman
chcon: Russell Coker, Jim Meyering
chgrp: David MacKenzie, Jim Meyering
diff --git a/src/basename.c b/src/basename.c
index 38e887923..69b708fe7 100644
--- a/src/basename.c
+++ b/src/basename.c
@@ -37,7 +37,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "basename"
-#define AUTHORS proper_name ("FIXME unknown")
+#define AUTHORS proper_name ("David MacKenzie")
void
usage (int status)