1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(WRITTEN_BY): Rename from AUTHORS.

Begin each WRITTEN_BY string with `Written by ' and end it with `.'.
Mark each WRITTEN_BY string as translatable.
This commit is contained in:
Jim Meyering
2003-09-18 22:19:03 +00:00
parent 424b8a4ff8
commit bafd927f03
85 changed files with 175 additions and 175 deletions

View File

@@ -35,7 +35,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "factor"
#define AUTHORS "Paul Rubin"
#define WRITTEN_BY _("Written by Paul Rubin.")
/* Token delimiters when reading from a file. */
#define DELIM "\n\t "
@@ -202,7 +202,7 @@ main (int argc, char **argv)
atexit (close_stdout);
parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
AUTHORS, usage);
WRITTEN_BY, usage);
/* The above handles --help and --version.
Since there is no other invocation of getopt, handle `--' here. */
if (argc > 1 && STREQ (argv[1], "--"))