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

@@ -31,7 +31,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "seq"
#define AUTHORS "Ulrich Drepper"
#define WRITTEN_BY _("Written by Ulrich Drepper.")
/* If nonzero print all number with equal width. */
static int equal_width;
@@ -362,7 +362,7 @@ main (int argc, char **argv)
case_GETOPT_HELP_CHAR;
case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS);
case_GETOPT_VERSION_CHAR (PROGRAM_NAME, WRITTEN_BY);
default:
usage (EXIT_FAILURE);