From: Bruno Haible Date: Sat, 30 Jun 2007 22:52:40 +0000 (+0000) Subject: Use the standard --version output. X-Git-Tag: v0.17~304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67d0871a8c56a7c4a5629b4a93ccbf59f55a8526;p=thirdparty%2Fgettext.git Use the standard --version output. --- diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index ef5d3be18..1d4426829 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -1,3 +1,10 @@ +2007-06-30 Bruno Haible + + * envsubst.c (main): Use the standard --version output, see + . + * gettext.c (main): Likewise. + * ngettext.c (main): Likewise. + 2007-06-08 Bruno Haible * gettext.c (main): Update year in --version output. diff --git a/gettext-runtime/src/envsubst.c b/gettext-runtime/src/envsubst.c index a52802a37..3228e9e0c 100644 --- a/gettext-runtime/src/envsubst.c +++ b/gettext-runtime/src/envsubst.c @@ -111,8 +111,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 \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\ "), "2003-2007"); printf (_("Written by %s.\n"), proper_name ("Bruno Haible")); diff --git a/gettext-runtime/src/gettext.c b/gettext-runtime/src/gettext.c index 9e57045da..5cc6dbf75 100644 --- a/gettext-runtime/src/gettext.c +++ b/gettext-runtime/src/gettext.c @@ -132,8 +132,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 \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\ "), "1995-1997, 2000-2007"); printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper")); diff --git a/gettext-runtime/src/ngettext.c b/gettext-runtime/src/ngettext.c index d65d8f2c6..979d07231 100644 --- a/gettext-runtime/src/ngettext.c +++ b/gettext-runtime/src/ngettext.c @@ -122,8 +122,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 \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\ "), "1995-1997, 2000-2007"); printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));