offlineimap/offlineimap
Sebastian Spaeth 5cacda68ac Add the OpenSSL 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:
 https://github.com/OfflineIMAP/offlineimap/issues/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>
2014-10-02 11:34:44 +02:00
..
folder Fix label processing in GmailMaildir 2014-08-22 17:43:36 +04:00
repository Add support for OS-specific CA bundle locations 2014-09-22 09:52:57 +04:00
ui Add version qualifier to differentiate releases and development ones 2014-06-01 22:39:10 +04:00
utils Add support for OS-specific CA bundle locations 2014-09-22 09:52:57 +04:00
CustomConfig.py Make authentication mechanisms configurable 2013-08-08 22:34:30 +04:00
__init__.py Add the OpenSSL exception 2014-10-02 11:34:44 +02:00
accounts.py More clearly show results of folder name translation 2014-06-24 18:48:58 +04:00
emailutil.py Add support for alternative message date synchronisation 2013-08-09 10:48:00 +04:00
error.py Introduce new error level FOLDER_RETRY 2011-09-06 19:00:21 +02:00
globals.py Create global instance of command-line options 2013-02-11 23:34:18 +04:00
imaplib2.py Updated bundled imaplib2 to 2.36 2013-09-19 17:19:37 +04:00
imaplibutil.py Extend handling of cert_fingerprint 2014-05-11 22:45:34 +04:00
imapserver.py Make IDLE mode to work again 2014-05-23 10:24:55 +04:00
imaputil.py Extend handling of GMail labels header 2014-05-06 23:37:03 +04:00
init.py Add version qualifier to differentiate releases and development ones 2014-06-01 22:39:10 +04:00
localeval.py Update FSF address 2006-08-12 05:15:55 +01:00
mbnames.py Refactoring: make functions to be private if we can 2014-04-30 19:35:56 +04:00
syncmaster.py Exit "infinite" monitorloop when SyncRunner thread exits 2011-11-02 11:55:05 +01:00
threadutil.py Fix deadlock for IMAP folder synced in singlethreaded mode 2013-02-05 07:53:25 +04:00