diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-05-14 00:13:44 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-05-14 00:32:43 +0200 |
commit | 639a3bb55050598a1cdc9ce25ef99a6224b0d1ad (patch) | |
tree | 91270a179b763e7a828502f9a0159067e114f6c2 /LICENSE | |
parent | 67d338d0fddf01d3b6a4506effb1a89c9f0a1869 (diff) | |
download | gnutls-639a3bb55050598a1cdc9ce25ef99a6224b0d1ad.tar.gz |
Added a LICENSE file [ci skip]
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000..284635d4d5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +LICENSING +========= + +Since GnuTLS version 3.1.10, the core library is released under +the GNU Lesser General Public License (LGPL) version 2.1 or later +(see COPYING.LESSER for the license terms). + +The GNU LGPL applies to the main GnuTLS library, while the +included applications as well as gnutls-openssl +library are under the GNU GPL version 3. The gnutls library is +located in the lib/ and libdane/ directories, while the applications +in src/ and, the gnutls-openssl library is at extra/. + + +Note, however, that the nettle and the gmp libraries which are +GnuTLS dependencies, they are distributed under a LGPLv3+ or GPLv2+ dual +license. As such binaries linking to them need to adhere to either LGPLv3+ +or the GPLv2+ license. + +For any copyright year range specified as YYYY-ZZZZ in this package +note that the range specifies every single year in that closed interval. + |