summaryrefslogtreecommitdiff
path: root/locale/programs/localedef.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/programs/localedef.c')
-rw-r--r--locale/programs/localedef.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c
index 9df5d128de..1eae6e75d0 100644
--- a/locale/programs/localedef.c
+++ b/locale/programs/localedef.c
@@ -173,8 +173,15 @@ main (int argc, char *argv[])
/* Version information is requested. */
if (do_version)
{
- fprintf (stderr, "%s - GNU %s %s\n", program_invocation_short_name,
- PACKAGE, VERSION);
+ fprintf (stderr, "localedef - 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\
+"), "1995, 1996");
+ fprintf (stderr, _("Written by %s\n"),
+ "Ulrich Drepper <drepper@cygnus.com>");
+
exit (0);
}