From: Jim Meyering Date: Sun, 4 Apr 1999 14:44:45 +0000 (+0000) Subject: define/use AUTHORS X-Git-Tag: FILEUTILS-4_0e~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25abb410d417faa40faa7833c55e19ee2819f804;p=thirdparty%2Fcoreutils.git define/use AUTHORS --- diff --git a/src/dircolors.c b/src/dircolors.c index 88c2ec3134..8241e23b3e 100644 --- a/src/dircolors.c +++ b/src/dircolors.c @@ -34,6 +34,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "dircolors" +#define AUTHORS "H. Peter Anvin" + #define obstack_chunk_alloc malloc #define obstack_chunk_free free @@ -446,7 +448,7 @@ main (int argc, char **argv) case_GETOPT_HELP_CHAR; - case_GETOPT_VERSION_CHAR (PROGRAM_NAME, "H. Peter Anvin"); + case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS); default: usage (1);