summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-12-09 23:04:02 +0100
committerSimon Josefsson <simon@josefsson.org>2007-12-09 23:04:02 +0100
commit740084ce61646e020d33dc9501b8ce3807325702 (patch)
tree054e2ada0ccac0d00fc88c5177e5d42d45c8e7b1
parent2741ab46bd651898944569bb8614b0edfbf9b020 (diff)
downloadgnutls-740084ce61646e020d33dc9501b8ce3807325702.tar.gz
GPLv3.
-rw-r--r--configure.in13
1 files changed, 7 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 03ee472160..b77280ba47 100644
--- a/configure.in
+++ b/configure.in
@@ -6,19 +6,20 @@ dnl Process this file with autoconf to produce a configure script.
#
# This file is part of GNUTLS.
#
-# GNUTLS 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 of the License, or
+# 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 3 of the License, or
# (at your option) any later version.
#
-# GNUTLS is distributed in the hope that it will be useful, but
+# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GNUTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
+# USA
AC_PREREQ(2.61)
AC_INIT([GnuTLS], [2.1.8], [bug-gnutls@gnu.org])