]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Use the standard --version output.
authorBruno Haible <bruno@clisp.org>
Sat, 30 Jun 2007 23:01:09 +0000 (23:01 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:59 +0000 (12:14 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/autopoint.in
gettext-tools/misc/gettextize.in
gettext-tools/tests/ChangeLog
gettext-tools/tests/tstgettext.c
gettext-tools/tests/tstngettext.c

index 0abe3a5ef2457a1c9390adfc6b2da349529ba087..138861e823267baa725499a2c7d94cf95ac772b5 100644 (file)
@@ -1,3 +1,9 @@
+2007-06-30  Bruno Haible  <bruno@clisp.org>
+
+       * autopoint.in (func_version): Use the standard --version output, see
+       <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00302.html>.
+       * gettexize.in (func_version): Likewise.
+
 2007-06-30  Bruno Haible  <bruno@clisp.org>
 
        * po-mode.el (po-check-file-header): Use save-restriction.
index 906c8eb20dbe9880e3f18c1e8dd41fbb2dc5c8c5..dc9181849079c8ea1bba22e9fb42d2007dae96a4 100644 (file)
@@ -175,8 +175,9 @@ func_version ()
 {
   echo "$progname (GNU $package) $version"
   echo "Copyright (C) 2002-2007 Free Software Foundation, Inc.
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
+License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law."
   echo "Written by" "Bruno Haible"
 }
 
index cd142d507ce0d952a8559ae0eb3040697a7fe210..fccfb13630fffba2bcc82aac8bd2805401ae8bd0 100644 (file)
@@ -176,8 +176,9 @@ func_version ()
 {
   echo "$progname (GNU $package) $version"
   echo "Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc.
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
+License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law."
   echo "Written by" "Ulrich Drepper"
 }
 
index be9b023f30f5d97503be3c17ea2a6da5673feef4..8c820efd68a6c124e05680a4cec652e10a5441c7 100644 (file)
@@ -1,3 +1,9 @@
+2007-06-30  Bruno Haible  <bruno@clisp.org>
+
+       * tstgettext.c (main): Use the standard --version output, see
+       <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00302.html>.
+       * tstngettext.c (main): Likewise.
+
 2007-06-25  Bruno Haible  <bruno@clisp.org>
 
        * xgettext-awk-2: New file.
index 2f2934501cd910ebc15d09758ce7c277fec37918..39fae3ccebd110904f8bf098d0da29394132d538 100644 (file)
@@ -158,8 +158,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-2006");
       printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
index f19bc122933db4307a7d10a8dbe36b47a537d5a5..46486db92976829293b898f8cb8af63cb9908065 100644 (file)
@@ -134,8 +134,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-2006");
       printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));