From: Jim Meyering Date: Mon, 19 Feb 2001 08:53:24 +0000 (+0000) Subject: (AUTHORS): Add Paul Eggert. X-Git-Tag: TEXTUTILS-2_0_12~55 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d4142ec88eac337acf4167879bcddf1f70a786ff;p=thirdparty%2Fcoreutils.git (AUTHORS): Add Paul Eggert. --- diff --git a/src/sort.c b/src/sort.c index 5672b5bbb7..9e064bbb4e 100644 --- a/src/sort.c +++ b/src/sort.c @@ -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