diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-03 05:22:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-03 05:22:05 +0000 |
commit | 1d47220ab215c10e3883915a24ae1318213fb4da (patch) | |
tree | 076a4e3786254bb51b7f29294d385cd54498dd1a /src/csplit.c | |
parent | cf691ec714de68d0a2d0dec53704b02e2ab52009 (diff) | |
download | coreutils-1d47220ab215c10e3883915a24ae1318213fb4da.tar.gz coreutils-1d47220ab215c10e3883915a24ae1318213fb4da.tar.bz2 coreutils-1d47220ab215c10e3883915a24ae1318213fb4da.zip |
Insert AUTHORS definition.
Diffstat (limited to 'src/csplit.c')
-rw-r--r-- | src/csplit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/csplit.c b/src/csplit.c index 9e1148c6f..2680d29d5 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 <stdlib.h> #endif |