A discussion on combining CDDL and GPL code
A discussion on combining CDDL and GPL code
Posted May 30, 2016 21:02 UTC (Mon) by HsuYun (guest, #108980)In reply to: A discussion on combining CDDL and GPL code by pboddie
Parent article: A discussion on combining CDDL and GPL code
Posted May 30, 2016 21:56 UTC (Mon)
by MattJD (subscriber, #91390)
[Link]
The MIT license is fine, because it allows you to distribute under basically any license (it's only restriction is basically a disclaimer, which the GPL shares in spirit (if not text), and thus imposes no further restrictions). Thus you can distribute something under the MIT license as GPL.
In both cases, what matters is that the non-GPL license imposes no more restrictions on the combined work. CDDL does, MIT doesn't.
Note: This is true for the GPL2 with Linux. Apparently the GPL3 is a little more muddy, but for the CDDL is still basically right.
A discussion on combining CDDL and GPL code