Is there a common license that is strong copyleft as in GPL but with a narrower viral condition.

Let's call this Licence LX. We have some code CX Licenced under LX.

The code CX and its modifications must be released under similar to LX. But the copyleft should not apply to other code in the same binary. The requirement to offer the source code only applies to CX.

link|improve this question

1  
I would rather say that GPL is cancerous, rather then viral :) – Daniel Mošmondor Dec 4 '10 at 21:58
feedback

1 Answer

up vote 4 down vote accepted

lesser gpl - LGPL http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License

It allows any software to link to it without becoming LGPL. But, if you derive / modify the original it will become LGPL.

link|improve this answer
LGPL the greatest license there is :) – Daniel Mošmondor Dec 4 '10 at 21:57
I feel kind of stupid, have been looking through GPL, MIT/X11, Apache, BSD and totally missed this one. Thanks! – phq Dec 4 '10 at 22:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.