+++ /dev/null
-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 doc/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/.
-
-The documentation in doc/ is under the GNU FDL license 1.3.
-
-
-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.
-
ACLOCAL_AMFLAGS = -I m4 -I src/gl/m4 -I lib/unistring/m4 --install
-EXTRA_DIST = cfg.mk maint.mk CONTRIBUTING.md README.md LICENSE AUTHORS NEWS \
+EXTRA_DIST = cfg.mk maint.mk CONTRIBUTING.md README.md COPYING.LESSERv2 COPYING AUTHORS NEWS \
ChangeLog THANKS INSTALL.md RELEASES.md .mailmap
DISTCLEANFILES = AUTHORS
The Travis based CI, is used to test compilation on MacOSX based systems.
+# Licensing
+
+The GnuTLS distribution consists of the main libraries (libgnutls and
+libdane, located in the lib/ and libdane/ directories), gnutls-openssl
+extra library (in the extra/ directory), applications (in the src/
+directory), tests (in the tests/ directory) and documentation.
+
+Since GnuTLS version 3.1.10, the main libraries are released under the
+GNU Lesser General Public License version 2.1 or later (LGPLv2+, see
+COPYING.LESSERv2 for the license terms), while the others are under
+the GNU General Public License version 3 or later (GPLv3+, see COPYING
+for the license terms), unless otherwise specified in the indivual
+source files.
+
+The documentation in the doc/ directory is under the GNU Free
+Documentation License version 1.3 or later (GFDLv1.3+).
+
+
+Note, however, that the nettle and the gmp libraries which are GnuTLS
+dependencies, 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.
+
# Contributing
See [the contributing document](CONTRIBUTING.md).
EXTRA_DIST = TODO certtool.cfg gnutls.html \
doxygen/Doxyfile.in doxygen/Doxyfile.orig texinfo.css \
stamp_enums stamp_functions \
- doc.mk COPYING COPYING.LESSER
+ doc.mk
IMAGES = \
gnutls-handshake-state.png \