summaryrefslogtreecommitdiff
path: root/build-aux/gendocs.sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-07-02 13:58:56 +0000
committerKarl Berry <karl@freefriends.org>2007-07-02 13:58:56 +0000
commitdaf3106a21e2919852a05b1024d02a2e0ad5ba4e (patch)
treee586736881e4fb94d9504dcb083880deb9c35d77 /build-aux/gendocs.sh
parentca9f0fdc32053dcfbc6948e55003996a771c932d (diff)
downloadgnulib-daf3106a21e2919852a05b1024d02a2e0ad5ba4e.tar.gz
autoupdate
Diffstat (limited to 'build-aux/gendocs.sh')
-rwxr-xr-xbuild-aux/gendocs.sh14
1 files changed, 6 insertions, 8 deletions
diff --git a/build-aux/gendocs.sh b/build-aux/gendocs.sh
index cf96b26a58..c775c99306 100755
--- a/build-aux/gendocs.sh
+++ b/build-aux/gendocs.sh
@@ -2,14 +2,14 @@
# gendocs.sh -- generate a GNU manual in many formats. This script is
# mentioned in maintain.texi. See the help message below for usage details.
-scriptversion=2007-04-02.15
+scriptversion=2007-07-01.15
-# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
+# the Free Software Foundation; either version 3 of the License,
+# or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,10 +17,8 @@ scriptversion=2007-04-02.15
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, you can either send email to this
-# program's maintainer or write to: The Free Software Foundation,
-# Inc.; 51 Franklin Street, Fifth Floor; Boston, MA 02110-1301, USA.
-#
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
# Original author: Mohit Agarwal.
# Send bug reports and any other correspondence to bug-texinfo@gnu.org.