]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Use the standard --version output.
authorBruno Haible <bruno@clisp.org>
Sun, 1 Jul 2007 13:15:59 +0000 (13:15 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:59 +0000 (12:14 +0200)
gettext-runtime/src/ChangeLog
gettext-runtime/src/gettext.sh.in
gnulib-local/ChangeLog
gnulib-local/build-aux/moopp

index 1d44268293f98eb88ce6b4ec587ffa11948eb3b7..5f6f5a2ee84d1225c8bf67476b1b3dda4896fdca 100644 (file)
@@ -1,3 +1,8 @@
+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
index 4a90e3f673597812a5e1ae973da9a9af24c611ce..5c2c10785012a650c4808421efaa7fa38ade42cc 100644 (file)
@@ -1,6 +1,6 @@
 #! /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
@@ -63,9 +63,10 @@ if test -z "$ZSH_VERSION"; then
       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
index b9041c06566a1a334505668d7b8bf14401fbe998..4265344566eb9b51df8bd07a07cc3e20bf9f87a6 100644 (file)
@@ -1,3 +1,9 @@
+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
index ff68a126f92f72b9c5d89b1bd95d4c98f98d7826..99b7e4665c0758c28c73778ddee0129ae300eb21 100755 (executable)
@@ -1,7 +1,7 @@
 #!/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
@@ -71,9 +71,10 @@ Report bugs to <bruno@clisp.org>."
 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"
 }