summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-04 06:21:03 +0000
committerJim Meyering <jim@meyering.net>2003-11-04 06:21:03 +0000
commit11e97f430c6f862b00c0c3d71b872cac37954f40 (patch)
tree7a860ae7bac509c3846ca8b43f3ffbea1efcb618 /src
parent45240f24819678065e0dab9e34a18ca53fa99a7b (diff)
downloadcoreutils-11e97f430c6f862b00c0c3d71b872cac37954f40.tar.xz
(AUTHORS): Add my name.
Diffstat (limited to 'src')
-rw-r--r--src/chmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c
index 5e5cf7d36..0a71d04b7 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -35,7 +35,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "chmod"
-#define AUTHORS "David MacKenzie"
+#define AUTHORS "David MacKenzie", "Jim Meyering"
enum Change_status
{