(AUTHORS): Add Paul Eggert.
authorJim Meyering <jim@meyering.net>
Mon, 19 Feb 2001 08:53:24 +0000 (08:53 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 19 Feb 2001 08:53:24 +0000 (08:53 +0000)
src/sort.c

index 5672b5b..9e064bb 100644 (file)
@@ -52,7 +52,7 @@ struct rlimit { size_t rlim_cur; };
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "sort"
 
-#define AUTHORS "Mike Haertel"
+#define AUTHORS "Mike Haertel and Paul Eggert"
 
 #if defined ENABLE_NLS && HAVE_LANGINFO_H
 # include <langinfo.h>