Re: MODULE_LICENSE string for LGPL drivers?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 16 Apr 2002 19:31:49 +0100 (BST)


> What should I use for the MODULE_LICENSE() string in a driver
> that is distributed under the LGPL? "LGPL" isn't listed in
> include/linux/module.h as an "untainted" license, so should I

When LGPL code is linked with GPL code then the result becomes GPL. So
once you have the code combined with the kernel it is GPL unless its
a seperate work.

Alan
-
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/