diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-03 08:53:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-03 08:53:19 +0000 |
commit | 6f3fcc3168c82c736941b7694324933b705ccdd6 (patch) | |
tree | 23af303495339e50eb7e0f1444357ca0b83c90eb /src | |
parent | ae8c5ba47ace07a425d25912748b65c0311875ed (diff) | |
download | coreutils-6f3fcc3168c82c736941b7694324933b705ccdd6.tar.xz |
(AUTHORS): Remove Larry McVoy's name, since the relatively
small amount of code from him was first moved to lib/human.c, and was
subsequently rewritten entirely.
Diffstat (limited to 'src')
-rw-r--r-- | src/df.c | 2 | ||||
-rw-r--r-- | src/du.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ #define PROGRAM_NAME "df" #define AUTHORS \ - N_ ("Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert") + N_ ("Torbjorn Granlund, David MacKenzie, and Paul Eggert") /* Name this program was run with. */ char *program_name; @@ -46,7 +46,7 @@ #define PROGRAM_NAME "du" #define AUTHORS \ - N_ ("Torbjorn Granlund, David MacKenzie, Larry McVoy, Paul Eggert, and Jim Meyering") + N_ ("Torbjorn Granlund, David MacKenzie, Paul Eggert, and Jim Meyering") /* Initial size of the hash table. */ #define INITIAL_TABLE_SIZE 103 |