From: Jim Meyering Date: Sat, 3 Apr 1999 05:22:05 +0000 (+0000) Subject: Insert AUTHORS definition. X-Git-Tag: FILEUTILS-4_0e~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d47220ab215c10e3883915a24ae1318213fb4da;p=thirdparty%2Fcoreutils.git Insert AUTHORS definition. --- diff --git a/src/cat.c b/src/cat.c index 38596731c2..abc8033e2d 100644 --- a/src/cat.c +++ b/src/cat.c @@ -38,6 +38,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "cat" +#define AUTHORS "Torbjorn Granlund and Richard M. Stallman" + /* Undefine, to avoid warning about redefinition on some systems. */ #undef max #define max(h,i) ((h) > (i) ? (h) : (i)) diff --git a/src/cksum.c b/src/cksum.c index 60ed6d4c8d..0e6baff1c9 100644 --- a/src/cksum.c +++ b/src/cksum.c @@ -45,6 +45,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "cksum" +#define AUTHORS "Q. Frank Xia" + #ifdef CRCTAB # include diff --git a/src/comm.c b/src/comm.c index 504a15763e..c907e73ca7 100644 --- a/src/comm.c +++ b/src/comm.c @@ -30,6 +30,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "comm" +#define AUTHORS "Richard Stallman and David MacKenzie" + /* Undefine, to avoid warning about redefinition on some systems. */ #undef min #define min(x, y) ((x) < (y) ? (x) : (y)) diff --git a/src/csplit.c b/src/csplit.c index 9e1148c6f0..2680d29d5a 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -39,6 +39,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "csplit" +#define AUTHORS "Stuart Kemp and David MacKenzie" + #ifdef STDC_HEADERS # include #endif diff --git a/src/cut.c b/src/cut.c index 94360c1e04..e8443a9b8d 100644 --- a/src/cut.c +++ b/src/cut.c @@ -72,6 +72,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "cut" +#define AUTHORS "David Ihnat, David MacKenzie, and Jim Meyering" + char *xstrdup (); #define FATAL_ERROR(Message) \ diff --git a/src/expand.c b/src/expand.c index d4484842bb..035a2dbd50 100644 --- a/src/expand.c +++ b/src/expand.c @@ -45,6 +45,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "expand" +#define AUTHORS "David MacKenzie" + /* The number of bytes added at a time to the amount of memory allocated for the output line. */ #define OUTPUT_BLOCK 256 diff --git a/src/fmt.c b/src/fmt.c index bc1a97a877..73890de155 100644 --- a/src/fmt.c +++ b/src/fmt.c @@ -34,6 +34,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "fmt" +#define AUTHORS "Ross Paterson" + /* The following parameters represent the program's idea of what is "best". Adjust to taste, subject to the caveats given. */ diff --git a/src/fold.c b/src/fold.c index 630a2f8c45..ed0221f1d0 100644 --- a/src/fold.c +++ b/src/fold.c @@ -31,6 +31,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "fold" +#define AUTHORS "David MacKenzie" + /* The name this program was run with. */ char *program_name; diff --git a/src/head.c b/src/head.c index 3a890dfa50..91544adaef 100644 --- a/src/head.c +++ b/src/head.c @@ -38,6 +38,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "head" +#define AUTHORS "David MacKenzie" + /* FIXME: someday, make this really *be* `long long'. */ typedef long int U_LONG_LONG; diff --git a/src/join.c b/src/join.c index 8073a56364..1e38cb5e7c 100644 --- a/src/join.c +++ b/src/join.c @@ -39,6 +39,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "join" +#define AUTHORS "Mike Haertel" + #define join system_join /* Undefine, to avoid warning about redefinition on some systems. */ diff --git a/src/md5sum.c b/src/md5sum.c index 93ae441341..a30769abb8 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -35,6 +35,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "md5sum" +#define AUTHORS "Ulrich Drepper" + /* Most systems do not distinguish between external and internal text representations. */ /* FIXME: This begs for an autoconf test. */ diff --git a/src/nl.c b/src/nl.c index 6f686875de..4df5714852 100644 --- a/src/nl.c +++ b/src/nl.c @@ -36,6 +36,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "nl" +#define AUTHORS "Scott Bartram and David MacKenzie" + #ifndef TRUE # define TRUE 1 # define FALSE 0 diff --git a/src/od.c b/src/od.c index 42a2cd956c..61c3d924a5 100644 --- a/src/od.c +++ b/src/od.c @@ -31,6 +31,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "od" +#define AUTHORS "Jim Meyering" + #if defined(__GNUC__) || defined(STDC_HEADERS) # include #endif diff --git a/src/paste.c b/src/paste.c index d3a6488836..9f4a2b8633 100644 --- a/src/paste.c +++ b/src/paste.c @@ -50,6 +50,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "paste" +#define AUTHORS "David M. Ihnat" + /* Indicates that no delimiter should be added in the current position. */ #define EMPTY_DELIM '\0' diff --git a/src/pr.c b/src/pr.c index 87729d4a08..4de2064d88 100644 --- a/src/pr.c +++ b/src/pr.c @@ -308,6 +308,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "pr" +#define AUTHORS "Pete TerMaat and Roland Huebner" + #ifndef TRUE # define TRUE 1 # define FALSE 0 diff --git a/src/ptx.c b/src/ptx.c index 06a315b9a0..f19f07f684 100644 --- a/src/ptx.c +++ b/src/ptx.c @@ -34,6 +34,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "ptx" +#define AUTHORS "François Pinard" + /* Number of possible characters in a byte. */ #define CHAR_SET_SIZE 256 diff --git a/src/sort.c b/src/sort.c index c0c98ead78..780717a620 100644 --- a/src/sort.c +++ b/src/sort.c @@ -36,6 +36,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "sort" +#define AUTHORS "Mike Haertel" + #if defined ENABLE_NLS && HAVE_LANGINFO_H # include #endif diff --git a/src/split.c b/src/split.c index a350aa8759..6d9de4ddb9 100644 --- a/src/split.c +++ b/src/split.c @@ -36,6 +36,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "split" +#define AUTHORS "Torbjorn Granlund and Richard M. Stallman" + int full_write (); /* The name this program was run with. */ diff --git a/src/sum.c b/src/sum.c index 8a76c23e0c..a543d35f47 100644 --- a/src/sum.c +++ b/src/sum.c @@ -32,6 +32,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "sum" +#define AUTHORS "Kayvan Aghaiepour and David MacKenzie" + /* The name this program was run with. */ char *program_name; diff --git a/src/tac.c b/src/tac.c index dca32bde45..d65a50925b 100644 --- a/src/tac.c +++ b/src/tac.c @@ -51,6 +51,8 @@ tac -r -s '.\| /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "tac" +#define AUTHORS "Jay Lepreau and David MacKenzie" + #if defined __MSDOS__ || defined _WIN32 /* Define this to non-zero on systems for which the regular mechanism (of unlinking an open file and expecting to be able to write, seek diff --git a/src/tail.c b/src/tail.c index 0f0177a551..6fa4a23dda 100644 --- a/src/tail.c +++ b/src/tail.c @@ -40,6 +40,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "tail" +#define AUTHORS "Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering" + #ifndef OFF_T_MIN # define OFF_T_MIN TYPE_MINIMUM (off_t) #endif diff --git a/src/tr.c b/src/tr.c index 8e52293e74..1576e17655 100644 --- a/src/tr.c +++ b/src/tr.c @@ -33,6 +33,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "tr" +#define AUTHORS "Jim Meyering" + #define N_CHARS (UCHAR_MAX + 1) /* A pointer to a function that returns an int. */ diff --git a/src/tsort.c b/src/tsort.c index e7fdc349e6..e4da143574 100644 --- a/src/tsort.c +++ b/src/tsort.c @@ -37,6 +37,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "tsort" +#define AUTHORS "Mark Kettenis" + /* Token delimiters when reading from a file. */ #define DELIM " \t\n" diff --git a/src/unexpand.c b/src/unexpand.c index 22fa0fd664..e649a6eb01 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -48,6 +48,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "unexpand" +#define AUTHORS "David MacKenzie" + /* The number of bytes added at a time to the amount of memory allocated for the output line. */ #define OUTPUT_BLOCK 256 diff --git a/src/uniq.c b/src/uniq.c index c3457c302b..035efafad8 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -33,6 +33,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "uniq" +#define AUTHORS "Richard Stallman and David MacKenzie" + /* Undefine, to avoid warning about redefinition on some systems. */ #undef min #define min(x, y) ((x) < (y) ? (x) : (y)) diff --git a/src/wc.c b/src/wc.c index db2365c96f..87c3c55b04 100644 --- a/src/wc.c +++ b/src/wc.c @@ -35,6 +35,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "wc" +#define AUTHORS "Paul Rubin and David MacKenzie" + /* Size of atomic reads. */ #define BUFFER_SIZE (16 * 1024)