diff options
author | Bruno Haible <bruno@clisp.org> | 2007-07-01 13:15:59 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:59 +0200 |
commit | f23e3bcf2c2d8af36bcb380f0df5bd7f6e4c0490 (patch) | |
tree | aec069087903ba617de2e1c02db62c2ce3b262dd /gettext-runtime/src | |
parent | c467c69c65a1456740880b1a14c7f10f2422e49d (diff) | |
download | external_gettext-f23e3bcf2c2d8af36bcb380f0df5bd7f6e4c0490.zip external_gettext-f23e3bcf2c2d8af36bcb380f0df5bd7f6e4c0490.tar.gz external_gettext-f23e3bcf2c2d8af36bcb380f0df5bd7f6e4c0490.tar.bz2 |
Use the standard --version output.
Diffstat (limited to 'gettext-runtime/src')
-rw-r--r-- | gettext-runtime/src/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-runtime/src/gettext.sh.in | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index 1d44268..5f6f5a2 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -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 diff --git a/gettext-runtime/src/gettext.sh.in b/gettext-runtime/src/gettext.sh.in index 4a90e3f..5c2c107 100644 --- a/gettext-runtime/src/gettext.sh.in +++ b/gettext-runtime/src/gettext.sh.in @@ -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 |