summaryrefslogtreecommitdiff
path: root/src/rm.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/rm.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/rm.c')
-rw-r--r--src/rm.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/rm.c b/src/rm.c
index 820646f36..c3d6e05b2 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -1,5 +1,5 @@
/* `rm' file deletion utility for GNU.
- Copyright (C) 88, 90, 91, 1994-2007 Free Software Foundation, Inc.
+ Copyright (C) 88, 90, 91, 1994-2008 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -61,7 +61,10 @@
#define PROGRAM_NAME "rm"
#define AUTHORS \
- "Paul Rubin", "David MacKenzie, Richard Stallman", "Jim Meyering"
+ proper_name ("Paul Rubin"), \
+ proper_name ("David MacKenzie"), \
+ proper_name ("Richard Stallman"), \
+ proper_name ("Jim Meyering")
/* Name this program was run with. */
char *program_name;