LinkSys and binary modules
Posted Oct 16, 2003 5:04 UTC (Thu) by
pjm (subscriber, #2080)
Parent article:
LinkSys and binary modules
If the module lacks a free license, the kernel complains, but loads the module anyway. One could argue that this behavior is an explicit acknowledgment that closed-source modules are permissible.
It is permissable to use GPL'd code with non-GPL'd additions: copyright law places no restriction on such private modifications.
The above-mentioned code is useful for noting the presence such private modification.
What is not permitted is to redistribute the copyrighted code other than
under the terms of the GNU GPL [or, more generally, under the terms of any other license one has been granted by the copyright owner]. The behaviour of checking for a free license does not constitute permission to distribute a derived product of the kernel without licensing it under the GNU GPL.
(
Log in to post comments)