+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.
{
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"
}
{
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"
}
+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.
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"));
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"));