Looking forward to 2007
Posted Jan 5, 2007 4:18 UTC (Fri) by
iabervon (subscriber, #722)
In reply to:
Looking forward to 2007 by giraffedata
Parent article:
Looking forward to 2007
The "purpose" of a work is not relevant to copyright law at all. The aspect of a work as being useful at all only matters to trade secrets and patents. From the point of view of copyright law, the module is a product of creativity which may be have been created using the information in the kernel (i.e., if you're calling functions from the kernel, your choice of code is due to looking at the kernel). If the module only calls functions from some API that the vendor made up from scratch, it's not a derived work of the kernel, even if the only way the module could be made to run with code that has been written is by using the kernel, because the fact that it runs at all is merely incidental.
The reason to use FreeBSD's driver API would be that the module would then clearly not be a derived work of the Linux kernel, in that it would be completely intuitive to have written the module having never seen the Linux kernel, since the choices could clearly be motivated by the FreeBSD kernel.
(
Log in to post comments)