about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-10-05 04:44:28 +0000
committerEric Wong <e@80x24.org>2015-10-05 04:44:28 +0000
commit22711f81f4e79da6b796820e37803a05cae14645 (patch)
treee7e61af7bc5afa431430d5b540ebcd9a0f23ad06
parent5bcc184ac103c71a3f857ef319d414f65d37216b (diff)
downloadpublic-inbox-22711f81f4e79da6b796820e37803a05cae14645.tar.gz
Network connections may use OpenSSL for TLS (as other libraries,
such as GNUTLS do not appear well-supported under Perl).  So
give this exception in case somebody needs TLS support for NNTP.
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 965556fa..8ae307a0 100644
--- a/README
+++ b/README
@@ -163,3 +163,14 @@ GNU Affero General Public License for more details.
 
 You should have received a copy of the GNU Affero General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+Additional permission under GNU GPL version 3 section 7:
+
+    If you modify this program, or any covered work, by linking or
+    combining it with the OpenSSL project's OpenSSL library (or a
+    modified version of that library), containing parts covered by the
+    terms of the OpenSSL or SSLeay licenses, the copyright holder(s)
+    grants you additional permission to convey the resulting work.
+    Corresponding Source for a non-source form of such a combination
+    shall include the source code for the parts of OpenSSL used as well
+    as that of the covered work.