diff options
author | Bruno Haible <bruno@clisp.org> | 2007-06-30 22:52:40 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:59 +0200 |
commit | 67d0871a8c56a7c4a5629b4a93ccbf59f55a8526 (patch) | |
tree | ae3487fd62770f20d227a6b6192143ddb6ca7cc4 /gettext-runtime | |
parent | dbeef665fcb8eb46c5cfa5454e8faf8ab5bc8f8c (diff) | |
download | external_gettext-67d0871a8c56a7c4a5629b4a93ccbf59f55a8526.zip external_gettext-67d0871a8c56a7c4a5629b4a93ccbf59f55a8526.tar.gz external_gettext-67d0871a8c56a7c4a5629b4a93ccbf59f55a8526.tar.bz2 |
Use the standard --version output.
Diffstat (limited to 'gettext-runtime')
-rw-r--r-- | gettext-runtime/src/ChangeLog | 7 | ||||
-rw-r--r-- | gettext-runtime/src/envsubst.c | 5 | ||||
-rw-r--r-- | gettext-runtime/src/gettext.c | 5 | ||||
-rw-r--r-- | gettext-runtime/src/ngettext.c | 5 |
4 files changed, 16 insertions, 6 deletions
diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index ef5d3be..1d44268 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -1,3 +1,10 @@ +2007-06-30 Bruno Haible <bruno@clisp.org> + + * envsubst.c (main): Use the standard --version output, see + <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00302.html>. + * gettext.c (main): Likewise. + * ngettext.c (main): Likewise. + 2007-06-08 Bruno Haible <bruno@clisp.org> * gettext.c (main): Update year in --version output. diff --git a/gettext-runtime/src/envsubst.c b/gettext-runtime/src/envsubst.c index a52802a..3228e9e 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 <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\ "), "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 9e57045..5cc6dbf 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 <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\ "), "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 d65d8f2..979d072 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 <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\ "), "1995-1997, 2000-2007"); printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper")); |