+2007-07-01 Bruno Haible <bruno@clisp.org>
+
+ * gettext.sh.in (func_version): Use the standard --version output, see
+ <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00302.html>.
+
2007-06-30 Bruno Haible <bruno@clisp.org>
* envsubst.c (main): Use the standard --version output, see
#! /bin/sh
#
-# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU Library General Public License as published
func_version ()
{
echo "$progname (GNU $package) $version"
- echo "Copyright (C) 2003-2005 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."
+ echo "Copyright (C) 2003-2007 Free Software Foundation, Inc.
+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"
}
if test $# = 1; then
+2007-07-01 Bruno Haible <bruno@clisp.org>
+
+ * build-aux/moopp (func_version): Use the standard --version output,
+ see
+ <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00302.html>.
+
2007-05-13 Bruno Haible <bruno@clisp.org>
* m4/vasprintf.m4 (gl_REPLACE_VASPRINTF, gl_PREREQ_VASPRINTF_H): New
#!/bin/sh
# Minimal Object-Oriented style PreProcessor.
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007 Free Software Foundation, Inc.
# Written by Bruno Haible <bruno@clisp.org>, 2006.
#
# This program is free software; you can redistribute it and/or modify
func_version ()
{
echo "$progname (GNU $package) $version"
- echo "Copyright (C) 2006 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."
+ echo "Copyright (C) 2006-2007 Free Software Foundation, Inc.
+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"
}