It bears repeating that the GPL is a *copyright* licence.
Posted Oct 28, 2005 1:13 UTC (Fri) by
xoddam (subscriber, #2322)
In reply to:
Quote of the week: Free kernel drivers by Duncan
Parent article:
Quote of the week
Let's point out again that the GPL is a licence to copy.
And let's suppose (by the platform-independence argument above) that most
device drivers are not derivative works of the kernel.
The issue of GPL-incompatible licences on kernel modules applies only to
people who wish to copy the kernel. The act of linking a module to the
running kernel does not actually copy the kernel. To the extent that
*linking* creates a derivative work (the new kernel complete with the
module), copyright law prohibits the publication of such a linked kernel
if the licences are not compatible. But doing an insmod on your own
machine isn't publishing a kernel and ought to come under 'fair
use' (DMCA provisions and XBoxes notwithstanding).
So the legal question marks aren't hanging over developers of proprietary
modules or developers of GPL code, but distribution vendors who wish to
distribute the two together in a package. Does distribution of a disc
which is a 'mere aggregation' of several pieces of code which, by design,
will be linked into one 'derivative work' when loaded into a computer,
constitute a distribution of the derivative work?
(
Log in to post comments)