aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiacomo Pozzoni <giacomopoz@gmail.com>2023-08-19 15:55:46 +0200
committerjackpoz <giacomopoz@gmail.com>2023-08-19 15:58:31 +0200
commit24359b0618470eb580532306b6bd04783c2d3f7c (patch)
tree1ab0ce436adacbb7ea9d0675545e0e32bc51386b
parentdeec17d8ec82d436efc69680ae781e0de58b605c (diff)
License: Restore long lost OpenSSL exception (#29250)
Restore long lost OpenSSL exception accidentally removed in 4559e99e0d0c87f6a13fd018d1de624fa350446f and include it in the COPYING license file. (cherry picked from commit b82dc03cbf2f39844772005583d56fddf8388777)
-rw-r--r--COPYING11
1 files changed, 11 insertions, 0 deletions
diff --git a/COPYING b/COPYING
index d159169d105..58c3d752a16 100644
--- a/COPYING
+++ b/COPYING
@@ -337,3 +337,14 @@ proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
+
+ OpenSSL exception
+In addition, as a special exception, the TrinityCore project
+gives permission to link the code of its release of Trinity Core with
+the OpenSSL project's "OpenSSL" library (or with modified versions of
+it that use the same license as the "OpenSSL" library), and distribute
+the linked executables. You must obey the GNU General Public License
+in all respects for all of the code used other than "OpenSSL". If you
+modify this file, you may extend this exception to your version of the
+file, but you are not obligated to do so. If you do not wish to do
+so, delete this exception statement from your version.