Add the OpenSSL exception#115
Merged
spaetz merged 1 commit intoOfflineIMAP:nextfrom Oct 3, 2014
spaetz:opensslexception
Merged
Add the OpenSSL exception#115spaetz merged 1 commit intoOfflineIMAP:nextfrom spaetz:opensslexception
spaetz merged 1 commit intoOfflineIMAP:nextfrom
spaetz:opensslexception
Conversation
Contributor
Author
|
This is the pull request that we can pull in once we got consent by all contributors to add the openssl specific exception. |
The GNU GPL and the OpenSSL license are incompatible. Some distributions take a hardline stance and do not consider OpenSSL to be a systems library (which would permit the usage/distribution of OpenSSL) when distributing apps such as OfflineImap from the same repository. In order to solve these distributions dilemma, we add the OpenSSL exception to our GNU GPL v2+ license. This allows for unambiguous use/distribution of our GNU GPL'ed application with a python linking to openssl. Consent of all contributors has been requested via email by Sebastian@SSpaeth.de. With very few exceptions of minor contributions (which might or might not by copyright-worthy) all past contributors have consented to adding the OpenSSL exception. None of the replying authors has disagreed with adding the exception. The corresponding issues at question: #104 Debian bug #747033 We are still missing consent from: 1 Asheesh Laroia 2 Bart Kerkvliet 4 Daniel Burrows 5 David Favro 1 David Logie 1 Eric Dorland 1 Ethan Schoonover 49 Eygene Ryabinkin 1 Loui Chang 1 Luca Capello 1 Michael Witten 2 Mike Dawson 1 Peter Colberg 1 Scott Henson 1 Tom Lawton 1 W. Trevor King 2 X-Ryl669 1 buergi 2 dtk 5 mj Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The GNU GPL and the OpenSSL license are incompatible. Some distributions
take a hardline stance and do not consider OpenSSL to be a systems library
(which would permit the usage/distribution of OpenSSL) when distributing
apps such as OfflineImap from the same repository. In order to solve these
distributions dilemma, we add the OpenSSL exception to our GNU GPL v2+ license.
This allows for unambiguous use/distribution of our GNU GPL'ed application
with a python linking to openssl.
Consent of all contributors has been requested via email by
Sebastian@SSpaeth.de. With very few exceptions of minor contributions (which
might or might not by copyright-worthy) all past contributors have consented
to adding the OpenSSL exception. None of the replying authors has disagreed
with adding the exception.
The corresponding issues at question:
#104
Debian bug #747033
Signed-off-by: Sebastian Spaeth Sebastian@SSpaeth.de