public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: more files with licenses that aren't GPL-compatible
@ 2004-06-18  6:29 Adam J. Richter
  2004-06-17 15:44 ` Michael Poole
  2004-06-17 18:05 ` Greg KH
  0 siblings, 2 replies; 41+ messages in thread
From: Adam J. Richter @ 2004-06-18  6:29 UTC (permalink / raw)
  To: hch, linux-kernel; +Cc: greg

On 2004-06-15, Christoph Hellwig wrote:
>While I don't want to jump into the usual Debian wankfest whether Linux
>as GPL'ed project can distribute hex-images of firmware at all there are
>a few firmware C headers files that have a license statement that aren't
>GPL-compatible at all, namely the keyspan firmware in
>drivers/usb/serial/keyspan*_fw.h with the following license text:
>
>
>---------------------------- snip ----------------------------
>        The firmware contained herein as keyspan_mpr_fw.h is
>
>                Copyright (C) 1999-2001
>                Keyspan, A division of InnoSys Incorporated ("Keyspan")
>                
>        as an unpublished work. This notice does not imply unrestricted or
>        public access to the source code from which this firmware image is
>        derived.  Except as noted below this firmware image may not be 
>        reproduced, used, sold or transferred to any third party without 
>        Keyspan's prior written consent.  All Rights Reserved.
>
>        Permission is hereby granted for the distribution of this firmware 
>        image as part of a Linux or other Open Source operating system kernel 
>        in text or binary form as required. 
>
>        This firmware may not be modified and may only be used with  
>        Keyspan hardware.  Distribution and/or Modification of the 
>        keyspan.c driver which includes this firmware, in whole or in 
>        part, requires the inclusion of this statement."
>---------------------------- snip ----------------------------
>
>which makes the kernel as whole unredistributable.  A similar license
>was according to Greg also recently granted for
>drivers/usb/misc/emi62_fw_*.h which currently has even worse license
>statements in there.
>
>Does someone have good contacts to keyspan to get it under a more
>suitable license?

	I pointed out this problem years ago, during 2.4.  Some may
think this was going overboard, but, to avoid legal liability, I
closed the FTP area of the ftp.yggdrasil.com kernel mirror that
included the kernels with the infringing firmware (not that many
people used it then).

	At that time, I also posted patches to remove the code
and a GPL'ed utility to automatically load the right firmware
from userland on a hotplug event when the device is plugged in.  At
least one person posted that he tried the code and it worked fine.

	I believe that Greg Kroah-Hartmann said that the changes
should go into 2.5.  I'm still waiting, although I don't know if
I even have a copy of the user level helper code anymore.

	I am not a lawyer, so please do not take the following as
legal advice.

	I believe that distribution of Linux kernel binaries that
compile in this firmware is direct copyright infringment, and
that distribution of Linux kernel modules that compile in
this firmware is contributory copyright infringement (to the direct
infringmenet that occurs when the image is created in RAM, and
there are US court cases that say that copying into RAM is copying
for the purposes of copyright).

	The United States Copyright Office has issued a copyright
registration to Yggdrasil Computing for some software in the Linux
USB serial drivers.  Yggdrasil Computing has never given permission
for distribution of GPL-incompatible firmware with that software.

                    __     ______________ 
Adam J. Richter        \ /
adam@yggdrasil.com      | g g d r a s i l

^ permalink raw reply	[flat|nested] 41+ messages in thread
* Re: more files with licenses that aren't GPL-compatible
@ 2004-06-18  6:56 Adam J. Richter
  2004-06-18 11:09 ` mdpoole
  0 siblings, 1 reply; 41+ messages in thread
From: Adam J. Richter @ 2004-06-18  6:56 UTC (permalink / raw)
  To: mdpoole; +Cc: greg, hch, linux-kernel

On Thu, Jun 17, 2004 at 04:22:42PM -0400, mdpoole@troilus.org wrote:
> http://www.ipwatchdog.com/equitable_estoppel.html discusses equitable
> estoppel vis-a-vis patent rights (which are treated similarly to
> copyrights by many courts).  When you contributed your changes to the
> USB maintainers, they -- and later redistributors -- inferred that you
> would not allege copyright infringement by applying your changes to
> the kernel that existed then.

	From my reading of that web page, it does not seem to me
that one would have a case of either equitable estoppel or implied
license (for example, "silence alone is generally not sufficient
affirmative conduct to give rise to estoppel").  I've made my
opposition to the illegal drivers clear from the time that I've
been aware of them.

	If you are not fabricating claims about inferences
by "the USB maintainers [...] and later distributors", I would
be interested in your citing some historical examples of the
"USB mainatiners" stating this inference and not being corrected.

	Also, I apologize in advance if I'm unable to justify
prioritizing time to respond to you further.  It does not mean
that I necessarily agree with anything you've said.

-- 
                    __     ______________
Adam J. Richter        \ /
adam@yggdrasil.com      | g g d r a s i l

^ permalink raw reply	[flat|nested] 41+ messages in thread
* RE: more files with licenses that aren't GPL-compatible
@ 2004-06-16 23:47 Wichmann, Mats D
  2004-06-17  1:18 ` Kyle Moffett
  0 siblings, 1 reply; 41+ messages in thread
From: Wichmann, Mats D @ 2004-06-16 23:47 UTC (permalink / raw)
  To: Erik Harrison; +Cc: davids, eric, linux-kernel

>> > The kernel's license prohibits
>> > distrubiting it in combination with works that have licenses more
>> > restrictive than the GPL.
>> 
>> That better be bogus, or else vendors are going to be very upset that
>> they can't ship the kernel with, say, trademarked images. For
example,
>> Mozilla's trademark on their artwork is fairly restrictive, or the
>> Mandrake Firewall product (if that's even still around - I don't keep
>> up).

Please keep distinct "ship with" in the sense of /inside/ the
kernel and "ship with" in the sense of on the same distribution
media.  The GPL also has explicit wording for the latter
(you've already been quoted the words on the former):

"In addition, mere aggregation of another work not based on the 
Program with the Program (or with a work based on the Program)
on a volume of a storage or distribution medium does not bring
the other work under the scope of this License. "

I can't imagine anyone putting the Mozilla logo inside the
kernel, but if they do, as mentioned, that's a problem if
its license is not GPL.

-- mats

Normal disclaimers apply: not a lawyer, not speaking on behalf
of my employer, etc. etc.

^ permalink raw reply	[flat|nested] 41+ messages in thread
* more files with licenses that aren't GPL-compatible
@ 2004-06-15 20:57 Christoph Hellwig
  2004-06-16  0:38 ` Eric
  0 siblings, 1 reply; 41+ messages in thread
From: Christoph Hellwig @ 2004-06-15 20:57 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

While I don't want to jump into the usual Debian wankfest whether Linux
as GPL'ed project can distribute hex-images of firmware at all there are
a few firmware C headers files that have a license statement that aren't
GPL-compatible at all, namely the keyspan firmware in
drivers/usb/serial/keyspan*_fw.h with the following license text:


---------------------------- snip ----------------------------
	The firmware contained herein as keyspan_mpr_fw.h is

		Copyright (C) 1999-2001
		Keyspan, A division of InnoSys Incorporated ("Keyspan")
		
	as an unpublished work. This notice does not imply unrestricted or
	public access to the source code from which this firmware image is
	derived.  Except as noted below this firmware image may not be 
	reproduced, used, sold or transferred to any third party without 
	Keyspan's prior written consent.  All Rights Reserved.

	Permission is hereby granted for the distribution of this firmware 
	image as part of a Linux or other Open Source operating system kernel 
	in text or binary form as required. 

	This firmware may not be modified and may only be used with  
	Keyspan hardware.  Distribution and/or Modification of the 
	keyspan.c driver which includes this firmware, in whole or in 
	part, requires the inclusion of this statement."
---------------------------- snip ----------------------------

which makes the kernel as whole unredistributable.  A similar license
was according to Greg also recently granted for
drivers/usb/misc/emi62_fw_*.h which currently has even worse license
statements in there.

Does someone have good contacts to keyspan to get it under a more
suitable license?

^ permalink raw reply	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2004-06-19 18:32 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-18  6:29 more files with licenses that aren't GPL-compatible Adam J. Richter
2004-06-17 15:44 ` Michael Poole
2004-06-17 17:09   ` Adam J. Richter
2004-06-17 19:14     ` Kyle Moffett
2004-06-17 20:51       ` Flavio Stanchina
2004-06-17 20:53         ` Kyle Moffett
2004-06-17 21:05         ` mdpoole
2004-06-17 21:10           ` Christoph Hellwig
2004-06-17 21:45           ` Flavio Stanchina
2004-06-17 20:22     ` mdpoole
2004-06-17 18:05 ` Greg KH
2004-06-17 19:54   ` Christoph Hellwig
2004-06-17 20:22     ` Greg KH
2004-06-17 20:30       ` Christoph Hellwig
2004-06-17 20:52         ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2004-06-18  6:56 Adam J. Richter
2004-06-18 11:09 ` mdpoole
2004-06-16 23:47 Wichmann, Mats D
2004-06-17  1:18 ` Kyle Moffett
2004-06-15 20:57 Christoph Hellwig
2004-06-16  0:38 ` Eric
2004-06-16  1:27   ` Kyle Moffett
2004-06-16  4:11   ` David Schwartz
2004-06-16 20:34     ` Erik Harrison
2004-06-16 20:37       ` Christoph Hellwig
2004-06-16 21:21       ` David Schwartz
2004-06-16 22:45         ` Oliver Neukum
2004-06-16 23:45           ` David Schwartz
2004-06-17 14:09             ` Timothy Miller
2004-06-17 18:35               ` David Schwartz
2004-06-17 19:22                 ` Timothy Miller
2004-06-17  7:59           ` Christoph Hellwig
2004-06-17  8:43             ` Oliver Neukum
2004-06-17  8:47               ` Christoph Hellwig
2004-06-17 10:09             ` Martin Diehl
2004-06-17 10:14               ` Christoph Hellwig
2004-06-19 18:29               ` David Woodhouse
2004-06-17 14:04           ` Timothy Miller
2004-06-16 22:49       ` Helge Hafting
2004-06-18  9:08         ` Adrian Cox
2004-06-18 11:21           ` Kyle Moffett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox