diff options
author | vincent-richard <[email protected]> | 2020-02-14 21:25:58 +0000 |
---|---|---|
committer | vincent-richard <[email protected]> | 2020-02-14 21:25:58 +0000 |
commit | 749a2a0f85dc16cca0484c77694905cde8d5b1b6 (patch) | |
tree | a36236c13e0f878f64aeaa0f10a0b53334dd7c87 /COPYING.OpenSSL | |
parent | Merge pull request #232 from RichardSteele/fix-sni-231 (diff) | |
download | vmime-749a2a0f85dc16cca0484c77694905cde8d5b1b6.tar.gz vmime-749a2a0f85dc16cca0484c77694905cde8d5b1b6.zip |
#236 OpenSSL license exception
Diffstat (limited to 'COPYING.OpenSSL')
-rw-r--r-- | COPYING.OpenSSL | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/COPYING.OpenSSL b/COPYING.OpenSSL new file mode 100644 index 00000000..bf205f5f --- /dev/null +++ b/COPYING.OpenSSL @@ -0,0 +1,26 @@ +OpenSSL License Exception +------------------------- + +Copyright (C) 2002-2020, Vincent Richard <[email protected]> + +This program is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License 3 (GPL) as published by +the Free Software Foundation. +The full text of the GPL can be found in the COPYING file. + +In addition, as a special exception, the copyright holders give permission +to link the code of portions of this program against the OpenSSL library +according to the terms described here: + +You have permission to copy, modify, propagate, and distribute a work +formed by combining OpenSSL with VMime, or a work derivative of such a +combination, even if such copying, modification, propagation, or +distribution would otherwise violate the terms of the GPL. You must +comply with the GPL in all respects for all of the code used other than +OpenSSL. + +You may include this OpenSSL exception and its grant of permissions when +you distribute VMime. Inclusion of this notice with such a distribution +constitutes a grant of such permission. If you do not wish to grant these +permissions, delete this file. + |