summaryrefslogtreecommitdiff
path: root/src/dircolors.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-04 14:44:45 +0000
committerJim Meyering <jim@meyering.net>1999-04-04 14:44:45 +0000
commit25abb410d417faa40faa7833c55e19ee2819f804 (patch)
treea41648fb3d4f00d362ebf49a409bfb45a7ab1676 /src/dircolors.c
parentbaa8cd4493d6c067e2a8b5e43f8f72162857a9ea (diff)
downloadcoreutils-25abb410d417faa40faa7833c55e19ee2819f804.tar.xz
define/use AUTHORS
Diffstat (limited to 'src/dircolors.c')
-rw-r--r--src/dircolors.c4
1 files changed, 3 insertions, 1 deletions
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);