]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
LICENSE: add licence exception for OpenSSL
authorWilliam Lallemand <wlallemand@exceliance.fr>
Fri, 7 Sep 2012 08:48:59 +0000 (10:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 7 Sep 2012 11:52:26 +0000 (13:52 +0200)
According to OpenSSL FAQ, GPL programs need an exception to use OpenSSL.

    http://openssl.org/support/faq.html#LEGAL2

LICENSE

diff --git a/LICENSE b/LICENSE
index a422f78fca9b19461456eeec3f01e3f0ffd6ea7c..717e303580be3f01d45793517ee1c3b5ea937f42 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -24,6 +24,11 @@ Of course, users are strongly encouraged to continue the work under GPL as long
 as possible, since this license has allowed useful enhancements, contributions
 and fixes from talented people around the world.
 
+Due to the incompatibility between the GPL and the OpenSSL licence, you must
+apply the GPL/LGPL licence with the following exception:
+This program is released under the GPL with the additional exemption that
+compiling, linking, and/or using OpenSSL is allowed.
+
 The text of the licenses lies in the "doc" directory. All the files provided in
 this package are covered by the GPL unless expressly stated otherwise in them.
 Every patch or contribution provided by external people will by default comply