Avoiding copyright violation with closed source modules
Posted Jan 5, 2007 9:51 UTC (Fri) by
kleptog (subscriber, #1183)
In reply to:
Avoiding copyright violation with closed source modules by giraffedata
Parent article:
Looking forward to 2007
The other argument I've heard relates not to the source, but to the compiled binary. The point being that you compile the module, you need the kernel source. And the resulting binary object is a derived work of both the original source and linux kernel headers.
It's at least true that strings that only appear in the kernel headers end up in the final binary object, but is that enough to make it a derived work? If the Linux kernel headers are GPL, is the resulting module distributable?
That's why shim modules are safe, because the actual module no longer needs the linux kernel source, but the shim module which does can be under a licence compatable with both the linux kernel and the actual module.
(
Log in to post comments)