aboutsummaryrefslogtreecommitdiffstats
path: root/src/chmod.c
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/chmod.c
parent(main): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'. (diff)
downloadcoreutils-11e97f430c6f862b00c0c3d71b872cac37954f40.tar.gz
coreutils-11e97f430c6f862b00c0c3d71b872cac37954f40.zip
(AUTHORS): Add my name.
Diffstat (limited to 'src/chmod.c')
-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
{