717c345
Signed-off-by: Ondřej Vašík <ovasik@redhat.com>
717c345
Signed-off-by: Jim Meyering <meyering@redhat.com>
717c345
717c345
* src/echo.c (AUTHORS) : Use bash builtin echo authors instead of FIXME unknown
717c345
* src/basename.c (AUTHORS): List David as the author.
717c345
* AUTHORS: Update here, too.
717c345
---
717c345
 AUTHORS        |    4 ++--
717c345
 src/basename.c |    2 +-
717c345
 src/echo.c     |    4 +++-
717c345
 3 files changed, 6 insertions(+), 4 deletions(-)
717c345
diff --git a/src/basename.c b/src/basename.c
717c345
index 38e8879..69b708f 100644
717c345
--- a/src/basename.c
717c345
+++ b/src/basename.c
717c345
@@ -37,7 +37,7 @@
717c345
 /* The official name of this program (e.g., no `g' prefix).  */
717c345
 #define PROGRAM_NAME "basename"
717c345
 
717c345
-#define AUTHORS proper_name ("FIXME unknown")
717c345
+#define AUTHORS proper_name ("David MacKenzie")
717c345
 
717c345
 void
717c345
 usage (int status)
717c345
diff --git a/AUTHORS b/AUTHORS
717c345
index 404cf70..666edc1 100644
717c345
--- a/AUTHORS
717c345
+++ b/AUTHORS
717c345
@@ -3,7 +3,7 @@ each followed by the name(s) of its author(s).
717c345
 
717c345
 arch: David MacKenzie, Karel Zak
717c345
 base64: Simon Josefsson
717c345
-basename: FIXME unknown
717c345
+basename: David MacKenzie
717c345
 cat: Torbjörn Granlund, Richard M. Stallman
717c345
 chcon: Russell Coker, Jim Meyering
717c345
 chgrp: David MacKenzie, Jim Meyering
717c345
@@ -22,7 +22,7 @@ dir: Richard M. Stallman, David MacKenzie
717c345
 dircolors: H. Peter Anvin
717c345
 dirname: David MacKenzie, Jim Meyering
717c345
 du: Torbjörn Granlund, David MacKenzie, Paul Eggert, Jim Meyering
717c345
-echo: FIXME unknown
717c345
+echo: Brian Fox, Chet Ramey
717c345
 env: Richard Mlynarik, David MacKenzie
717c345
 expand: David MacKenzie
717c345
 expr: Mike Parker
717c345
diff --git a/src/echo.c b/src/echo.c
717c345
index ebbf5b8..11e648e 100644
717c345
--- a/src/echo.c
717c345
+++ b/src/echo.c
717c345
@@ -24,7 +24,9 @@
717c345
 /* The official name of this program (e.g., no `g' prefix).  */
717c345
 #define PROGRAM_NAME "echo"
717c345
 
717c345
-#define AUTHORS proper_name ("FIXME unknown")
717c345
+#define AUTHORS \
717c345
+  proper_name ("Brian Fox"), \
717c345
+  proper_name ("Chet Ramey")
717c345
 
717c345
 /* echo [-neE] [arg ...]
717c345
 Output the ARGs.  If -n is specified, the trailing newline is