]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Use the standard --version output.
authorBruno Haible <bruno@clisp.org>
Sat, 30 Jun 2007 22:52:40 +0000 (22:52 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:59 +0000 (12:14 +0200)
gettext-runtime/src/ChangeLog
gettext-runtime/src/envsubst.c
gettext-runtime/src/gettext.c
gettext-runtime/src/ngettext.c

index ef5d3be18ade30bb57094abb704d83ba40f076e1..1d44268293f98eb88ce6b4ec587ffa11948eb3b7 100644 (file)
@@ -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.
index a52802a37e5d19faaa09dcf776cd22b25e29e8cf..3228e9e0cae297b4e59b060d913824a7dcb4286e 100644 (file)
@@ -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"));
index 9e57045daede532684528f5ba08317e26d8c2072..5cc6dbf7532a981475579dd4b08548b47d8d5e52 100644 (file)
@@ -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"));
index d65d8f2c6f2b4ed17b9505e6f8e81683546ddf6b..979d072312d6a75536cba34887b971dcb8d49529 100644 (file)
@@ -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"));