summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-19 16:43:32 +0200
committerJim Meyering <meyering@redhat.com>2008-05-26 08:40:33 +0200
commitd8382a4d264faadd6d45d8b0d6beed0bcca2071d (patch)
tree5fa5cbc06bb60223fcd7aa282cab0dcfdcb53c54 /src/touch.c
parent74a106985afed8fbbd880baa9511d5c98b679064 (diff)
downloadcoreutils-d8382a4d264faadd6d45d8b0d6beed0bcca2071d.tar.xz
convert the rest to use proper_name -- manually
* src/base64.c (AUTHORS): Rename from AUTHOR, for consistency.
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c
index 76c811fd3..37b598717 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -38,7 +38,11 @@
#define PROGRAM_NAME "touch"
#define AUTHORS \
-"Paul Rubin", "Arnold Robbins, Jim Kingdon, David MacKenzie", "Randy Smith"
+ proper_name ("Paul Rubin"), \
+ proper_name ("Arnold Robbins"), \
+ proper_name ("Jim Kingdon"), \
+ proper_name ("David MacKenzie"), \
+ proper_name ("Randy Smith")
/* Bitmasks for `change_times'. */
#define CH_ATIME 1