Re: MODULE_LICENSE("GPL")??

From: Mark Hounschell
Date: Fri Aug 03 2012 - 10:11:06 EST


On 08/03/2012 09:29 AM, Alan Cox wrote:
assumption that that actually meant they were NOT using GPL symbols.

All symbols in the Linux kernel are to GPL code and all linking dynamic
or otherwise is subject to the GPL licence. That is you need to be able
to show anything non-free linked with it such as a kernel module is not a
derivative work.

Why then is there EXPORT_SYMBOL_GPL and EXPORT_SYMBOL? As long as you have them both, one can and will, assume that what you say above is not the intent.

Again, our Linux kernel drivers are and always were GPL and at least partly so because of EXPORT_SYMBOL_GPL.

Mark




--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/