(WRITTEN_BY): Rename from AUTHORS.
[platform/upstream/coreutils.git] / src / dd.c
index 187764c..9df0542 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -39,7 +39,7 @@
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "dd"
 
-#define AUTHORS N_ ("Paul Rubin, David MacKenzie, and Stuart Kemp")
+#define WRITTEN_BY _("Written by Paul Rubin, David MacKenzie, and Stuart Kemp.")
 
 #ifndef SIGINFO
 # define SIGINFO SIGUSR1
@@ -1161,7 +1161,7 @@ main (int argc, char **argv)
   atexit (close_stdout_wrapper);
 
   parse_long_options (argc, argv, PROGRAM_NAME, PACKAGE, VERSION,
-                     AUTHORS, usage);
+                     WRITTEN_BY, usage);
 
   /* Don't close stdout on exit from here on.  */
   closeout_func = NULL;