summaryrefslogtreecommitdiff
path: root/build-aux/gendocs.sh
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-08-31 14:53:14 +0200
committerSimon Josefsson <simon@josefsson.org>2007-08-31 14:53:14 +0200
commit482d5cd26aeb41778723e7db90b65de486297387 (patch)
tree2fe0cbb21f4302e4ebc098f004d171455e33886c /build-aux/gendocs.sh
parent6ebb43fd37f32363d872129e48a159a7dab41339 (diff)
downloadlibtasn1-482d5cd26aeb41778723e7db90b65de486297387.tar.gz
libtasn1-482d5cd26aeb41778723e7db90b65de486297387.tar.bz2
libtasn1-482d5cd26aeb41778723e7db90b65de486297387.zip
Update gnulib files.
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 cf96b26..c775c99 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.