]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(AUTHORS): Remove Larry McVoy's name, since the relatively
authorJim Meyering <jim@meyering.net>
Wed, 3 Sep 2003 08:53:19 +0000 (08:53 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 3 Sep 2003 08:53:19 +0000 (08:53 +0000)
small amount of code from him was first moved to lib/human.c, and was
subsequently rewritten entirely.

src/df.c
src/du.c

index 72a1f4e6e71d7c469a0944c83ee4b2571da64bcf..af8c2bf1d6a6164a79c773e5d521d841e7d5bcf0 100644 (file)
--- 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;
index 760173cc8f299ed8ea1d567334fc729697e7e147..890abeda0475b968486646ba8ca707756c7abd72 100644 (file)
--- 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