On Fri, 2005-03-04 at 18:25 +0530, sudharsan wrote: > Hi all, > > In my LGPL licensed driver, would it possible to set the > MODULE_LICENSE as ("GPL")? Would there be any legal issues regarding > this? > normally "GPL with additional rights" is used for this > This setup is being used in the he.c driver in the drivers/atm/ folder. > > Why is there no "LGPL" ident? simply because the moment you compile your LGPL code for a specific kernel, it becomes GPL. (The LGPL license says that when you mix LGPL and GPL code you end up with a license conversion to GPL only) So the L part of the LGPL only applies when the same code is used for non-linux circumstances..... -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/