I'm not so sure...
Posted Mar 23, 2011 21:29 UTC (Wed) by
khim (subscriber, #9252)
In reply to:
Actually there are nothing vague about it... by foom
Parent article:
Has Bionic stepped over the GPL line?
I'd say, Which will not *ever* happen.
I'm not so sure. Note that any non-trivial GPLv2-only program written in C++ can not be distributed on the same medium as GCC (remember that libgcc was relicensed under GPLv3+exception in GCC 4.4). BTW this includes older versions of KDE :-)...
About the only piece of code which can be forever kept under GPLv2 license is kernel (because it does not use standard GCC libraries and headers). Everything else is risky (you must prove code pulled from libgcc.a is uncopyrightable - and it's not always the case... especially on the platforms without FPU).
P.S. You can forever keep library and/or program under LGPL v2.x - but it's not a problem since it can then be linked with LGPLv3-licenses GLibC...
(
Log in to post comments)