binary modules include GPL code from kernel headers
Posted Oct 17, 2003 11:53 UTC (Fri) by
cross (guest, #13601)
In reply to:
binary modules include GPL code from kernel headers by ballombe
Parent article:
LinkSys and binary modules
This is a clearly ridiculous argument. Most software in C includes all sorts of headers with different licences and cannot be considered to be subject to the same license as all of them. The header defines the interface to the library, it should not be considered to be the library itself. Something to bear in mind when you write your own header files, anything you put there is being exported* (i.e. it's now outside your library), that is what header files are for.
*Export: to carry or send to some other place (Merriam-Webster)
(
Log in to post comments)