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