diff options
Diffstat (limited to 'catgets/gencat.c')
-rw-r--r-- | catgets/gencat.c | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/catgets/gencat.c b/catgets/gencat.c index 55fea2e..7ba9258 100644 --- a/catgets/gencat.c +++ b/catgets/gencat.c @@ -165,8 +165,15 @@ main (int argc, char *argv[]) /* Version information is requested. */ if (do_version) { - fprintf (stderr, "%s - GNU %s %s\n", program_invocation_name, - PACKAGE, VERSION); + fprintf (stderr, "gencat - GNU %s %s\n", PACKAGE, VERSION); + fprintf (stderr, _("\ +Copyright (C) %s Free Software Foundation, Inc.\n\ +This is free software; see the source for copying conditions. There is NO\n\ +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ +"), "1996"); + fprintf (stderr, _("Written by %s\n"), + "Ulrich Drepper <drepper@cygnus.com>"); + exit (EXIT_SUCCESS); } |