|
|
Subscribe / Log in / New account

License ?

License ?

Posted Nov 7, 2013 16:16 UTC (Thu) by rahulsundaram (subscriber, #21946)
In reply to: License ? by meuh
Parent article: Ktap almost gets into 3.13

Yes, it does. It is a very permissive license and the combination is under GPLv2. That is accurate.


to post comments

License ?

Posted Nov 15, 2013 20:18 UTC (Fri) by Wol (subscriber, #4433) [Link]

No MIT does NOT allow you to relicence code ... no licence will unless it explicitly says you can.

But you can mix MIT and GPL and the result can only be distributed under the GPL. If, however, the recipient strips out the GPL code, they can redistribute the MIT-licenced stuff under the MIT licence.

When you mix code under different licences, you can't change any of the licences, and you have to comply with all of them. The magic of the GPL lies in the fact that it is explicitly incompatible with any licence that restricts it. In order to be compatible with the GPL, any other licence must let you do everything the GPL lets you do. So, in complying with the GPL, you comply with all the compatible licences as a matter of course.

Cheers,
Wol


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds