Ticket Hash: | 930a168303fd3c71c39001fb8c4cd16fb37d959d | |||
Title: | fossil is GPLed, openssl is GPL-incompatible, suggest adding clause to license | |||
Status: | Fixed | Type: | Build_Problem | |
Severity: | Priority: | |||
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2014-12-12 18:10:17 | |||
Version Found In: | 2010.02.13.123048 | |||
Description: | ||||
fossil is licensed under the GNU GPL v2.
unfortunately, openssl, while free, has a GPL-incompatible license.
this means that distributors (like, say, debian) cannot ship fossil binaries linked to openssl.
UNLESS you add an "exception" clause to the fossil license. Many programs have such an exception clause, e.g., wget has one, which I include below. (This is an FSF-approved thing to do, BTW; the wording below is the wording the FSF uses when they add such a clause, and which they have recommended to others.) "In addition, as a special exception, the Free Software Foundation gives permission to link the code of its release of Wget 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." If the above is unclear (or unconvincing!) please do not hesitate to email. -- Barak A. Pearlmutter <barak@cs.nuim.ie> | ||||
User Comments: | ||||
nobody added on 2014-12-12 18:10:17:
fossil is BSD license: http://www.fossil-scm.org/index.html/doc/tip/COPYRIGHT-BSD2.txt |