Messages in this thread |  | | Date | Mon, 24 Sep 2001 19:10:39 +0100 | From | John Levon <> | Subject | Re: Tainting kernels for non-GPL or forced modules |
| |
On Mon, Sep 24, 2001 at 01:00:24PM -0500, Timur Tabi wrote:
> The reason I ask is because I'm working on a closed-source (unfortunately) > driver for Linux, and I'd really like to make it behave as well as possible.
add to your module code :
MODULE_LICENSE("TabiPL");
(or whatever it is).
That way the kernel maintainers can ignore any bugs reported with your module loaded easily.
regards john
-- "Khendon's Law: If the same point is made twice by the same person, the thread is over." - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |