Licensing software that uses GPL code with licenses other than GPL
Posted
by swampsjohn
on Stack Overflow
See other posts from Stack Overflow
or by swampsjohn
Published on 2010-05-27T20:48:51Z
Indexed on
2010/05/27
20:51 UTC
Read the original article
Hit count: 481
Let's say I write some code, which we'll call X. It uses some GPL code, let's call it library Y. Clearly I would have to release X with a GPL license. That's fine. My question is, can I additionally release X under a license such as MIT, so that if someone only wants X but not Y they don't need to use it with the GPL?
© Stack Overflow or respective owner