Alan Cox wrote:
> 
> > Well, would it be possible to create some module under LGPL, and then
> > have included it into the kernel? Maybe it needs to maintain the LGPL
> > version out of the kernel, and transform a copy to the GPL before
> > submitting?
> 
> There is kernel code under a whole variety of licenses. When linked together
> the resulting work is GPL but many of the pieces used on their own or in
> conjunction with different code are not GPL.

Unfortunatelly there are exeptions:
the old ppp driver (only lickable to GPL kernel).
and drivers/usb/serial/keyspan_usa18x_fw.h:
1 /* keyspan_usa18x_fw.h
2   
3    Generated from Keyspan firmware image Wed Jul  5 09:18:29
2000 EST
4    This firmware is for the Keyspan USA-18X Serial Adaptor
5 
6    "The firmware contained herein as keyspan_usa18x_fw.h is
7    Copyright (C) 1999-2000 Keyspan, A division of InnoSys
Incorporated
8    ("Keyspan"), as an unpublished work.  This notice does
not imply
9    unrestricted or public access to this firmware which is a
trade secret of
10    Keyspan, and which may not be reproduced, used, sold or
transferred to any
11    third party without Keyspan's prior written consent. 
All Rights Reserved.
12 
13    This firmware may not be modified and may only be used
with the Keyspan 
14    USA-18X Serial Adapter.  Distribution and/or
Modification of the
15    keyspan.c driver which includes this firmware, in whole
or in part,
16    requires the inclusion of this statement."
17 
18 */
with a surelly non-free/non-GPL license.

Maybe we should, as in tetex, check every license in every
file, to remove
the non-free files.
[But anyone (not-M$) will sue us?]

        giacomo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to