From d60e33e24129296d2feb6240d9b92a5782d00a37 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Thu, 16 Oct 2008 19:09:59 +0100 Subject: 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. --- src/expr.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3-54-g00ecf