From 25abb410d417faa40faa7833c55e19ee2819f804 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 4 Apr 1999 14:44:45 +0000 Subject: define/use AUTHORS --- src/dircolors.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/dircolors.c b/src/dircolors.c index 88c2ec313..8241e23b3 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); -- cgit v1.2.3-54-g00ecf