summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2008-10-16 19:09:59 +0100
committerPádraig Brady <P@draigBrady.com>2008-10-20 15:40:50 +0100
commitd60e33e24129296d2feb6240d9b92a5782d00a37 (patch)
tree52f708f168d944ae64095df5b78baee7a0898f73 /src
parent31a884dab7510d84a689ef8092132c93e3dcc4ad (diff)
downloadcoreutils-d60e33e24129296d2feb6240d9b92a5782d00a37.tar.xz
expr: Fixup authors
* src/expr.c: Standardise the format of AUTHORS to that used in other utils with multiple authors. Also add Paul Eggert since he basically rewrote it with his bignum fixes. * AUTHORS (expr): Add Paul Eggert.
Diffstat (limited to 'src')
-rw-r--r--src/expr.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c
index de7a63de3..65e74af9f 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -145,7 +145,10 @@ mpz_out_str (FILE *stream, int base, mpz_t z)
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "expr"
-#define AUTHORS proper_name ("Mike Parker"), proper_name ("James Youngman")
+#define AUTHORS \
+ proper_name ("Mike Parker"), \
+ proper_name ("James Youngman"), \
+ proper_name ("Paul Eggert")
/* Exit statuses. */
enum