summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-05-14 11:40:01 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-05-14 11:40:01 +0000
commitad4d43c60528ee9d7b36a0aa8800de1b953c1080 (patch)
treee6fd0342593b1493d3aa0260f31856383f4b7cb0 /README
parent64b97f05c9853d77de5d088d193d138acec64b0a (diff)
downloadgnutls-ad4d43c60528ee9d7b36a0aa8800de1b953c1080.tar.gz
License changed to LGPL
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index 3a8c0fa3d3..d2b5701d03 100644
--- a/README
+++ b/README
@@ -10,6 +10,22 @@ real world programs)
* Documentation:
view the doc/ directory and the examples in the src/ directory.
+
+LICENSE ISSUES:
+
+COPYING.LIB (GNU Lesser GPL) applies to the whole gnutls library
+except for the SRP and OPENPGP parts, which are under the GPL.
+
+In order to create a library under the LGPL run the configure script with
+the following parameters:
+ --disable-srp-authentication
+ --disable-openpgp-authentication
+
+or the library will be under the GPL. In both cases the libraries are
+binary compatible. In the LGPL case the functions are replaced with
+stubs that always fail.
+
+
BUGS:
Currently gnuTLS needs a lot of testing. By notifying the developers