From 6f3fcc3168c82c736941b7694324933b705ccdd6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 3 Sep 2003 08:53:19 +0000 Subject: (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. --- src/df.c | 2 +- src/du.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/df.c b/src/df.c index 72a1f4e6e..af8c2bf1d 100644 --- a/src/df.c +++ b/src/df.c @@ -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; diff --git a/src/du.c b/src/du.c index 760173cc8..890abeda0 100644 --- a/src/du.c +++ b/src/du.c @@ -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 -- cgit v1.2.3-70-g09d2