diff options
author | Bruno Haible <bruno@clisp.org> | 2007-06-30 22:58:58 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:59 +0200 |
commit | 3ad5aac4731a34b4c12b2cb38a07953ea8d282a2 (patch) | |
tree | 373009b797dff83b6803f55b532ff16553da47bf /gettext-tools/src/msguniq.c | |
parent | 67d0871a8c56a7c4a5629b4a93ccbf59f55a8526 (diff) | |
download | external_gettext-3ad5aac4731a34b4c12b2cb38a07953ea8d282a2.zip external_gettext-3ad5aac4731a34b4c12b2cb38a07953ea8d282a2.tar.gz external_gettext-3ad5aac4731a34b4c12b2cb38a07953ea8d282a2.tar.bz2 |
Use the standard --version output.
Diffstat (limited to 'gettext-tools/src/msguniq.c')
-rw-r--r-- | gettext-tools/src/msguniq.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gettext-tools/src/msguniq.c b/gettext-tools/src/msguniq.c index ee4adf6..c8c01eb 100644 --- a/gettext-tools/src/msguniq.c +++ b/gettext-tools/src/msguniq.c @@ -246,8 +246,9 @@ main (int argc, char **argv) printf ("%s (GNU %s) %s\n", basename (program_name), PACKAGE, VERSION); /* xgettext: no-wrap */ printf (_("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\ +License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n\ +This is free software: you are free to change and redistribute it.\n\ +There is NO WARRANTY, to the extent permitted by law.\n\ "), "2001-2007"); printf (_("Written by %s.\n"), proper_name ("Bruno Haible")); |