linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Kelley <simon@thekelleys.org.uk>
To: Filip Van Raemdonck <mechanix@debian.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
	"J. Bruce Fields" <bfields@fieldses.org>,
	linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: Re: Binary firmware in the kernel - licensing issues.
Date: Thu, 08 May 2003 10:44:28 +0100	[thread overview]
Message-ID: <3EBA26FC.5030305@thekelleys.org.uk> (raw)
In-Reply-To: <20030508080116.GD15296@debian>

Filip Van Raemdonck wrote:
> On Wed, May 07, 2003 at 10:54:33AM +0100, Simon Kelley wrote:
> 
>>Now Linus could say "I consider that the kernel copyright holders 
>>did/didn't give permission to combine  their work with firmware blobs" 
>>and I contend that practically all the copyright holders would go along
>>with that judgement, just as they went along with Linus's judgement
>>about linking binary-only modules with their work.
> 
> 
> It's been pointed out repeatedly that there are a few which disagree with
> this; they just did not feel compelled (yet?) into action over it.
> 
> But there is an important difference in binary modules vs binary
> firmware blobs.
> 
> In the modules case, it's the binary modules provider which exposes
> himself to legal issues.
> In the firmware case, you are exposing the kernel itself to IP liability
> issues. Do you really want that? (Think SCO)
> 

For the avoidance of doubt and in the particular case of the Atmel
drivers which started this discussion, I have absolutely _no_ intention
of exposing the kernel to outside IP liability issues. I have already
contacted Atmel and I am talking to them about changing their licence to
explicily allow redistribution as part of Linux; if
I do not get a satifactory outcome from the those discussions I will
not include firmware with the driver.

I don't however anticipate getting Atmel to release the _source_ to
their firmware so this still leaves the issue of the source-distribution
clause in the GPL and if it applies in this case. The consequences of
making a wrong call on that are to violate the GPL license conditions of
each contribution to the kernel and therefore the copyright of each
copyright holder on a portion of the Linux kernel.

Briefly, the arguments that binary firmware which is copied into the
hardware by the kernel is OK are these.

1) The GPL is unclear on this point.
2) The firmware is not linked with the kernel code and not executed
    by the same processor as the kernel.
3) Not allowing binary firmware leads to technical decisions which would
    not be made in the absence of prohibition.
4) The same hardware and firmware is unambiguously OK if the firmware
    is held in flash rather than initialised by the host.
5) There are current examples in the kernel of drivers with source-free
    binary firmware blobs going back at least to version 1.3. This means
    that someone might have considered this before and OKed it. It also
    means that anyone who added code to the kernel since 1.3 had
    evidence that for Linux the interpration of this GPL grey area
    was to allow binary firmware. It is difficult to a contributor to
    turn around now and claim copyright infrigement by distributing their
    work with binary firmware when the kernel already had binary firmware
    in it when their contribution was first made.
6) AFAIK nobody has claimed that the existing firmware blobs in Linux
    violate their copyright on GPL-licensed kernel contributions and
    fairly certainly nobody has pressed this in law. (Since if they
    had it would be well-known.)


The arguments against allowing binary firmware are these.

1) The GPL is unclear on this point.
2) The intention of the GPL is to allow redistribution only
    with source.
3) Some contributors to the kernel might want their work distributed
    only with all source, including firmware source. These people
    would contend that their copyright had been violated and would
    feel aggrieved or sue for lots of money.


Anybody  want to write a better summary?


Simon.







  reply	other threads:[~2003-05-08  9:32 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-06 11:38 Binary firmware in the kernel - licensing issues Simon Kelley
2003-05-06 11:15 ` Alan Cox
2003-05-06 13:28   ` Simon Kelley
2003-05-06 12:44     ` Alan Cox
2003-05-06 13:42   ` Simon Kelley
2003-05-06 12:19 ` Matti Aarnio
2003-05-06 15:16   ` J. Bruce Fields
2003-05-06 15:42     ` Simon Kelley
2003-05-06 15:21       ` Alan Cox
2003-05-07  6:52         ` Simon Kelley
2003-05-07  9:07           ` Filip Van Raemdonck
2003-05-07  9:54             ` Simon Kelley
2003-05-08  8:01               ` Filip Van Raemdonck
2003-05-08  9:44                 ` Simon Kelley [this message]
2003-05-08 10:56                   ` Alan Cox
2003-05-06 15:48     ` Richard B. Johnson
2003-05-06 15:19       ` Alan Cox
2003-05-08 10:20 ` Jörn Engel
2003-05-06 12:54 Downing, Thomas
2003-05-06 12:46 ` Alan Cox
2003-05-06 15:04 Adam J. Richter
2003-05-07 11:59 Adam J. Richter
2003-05-07 14:08 ` Simon Kelley
2003-05-07 17:14 Adam J. Richter
2003-05-08 13:20 Downing, Thomas
2003-05-08 15:59 Adam J. Richter
2003-05-08 16:09 ` Jörn Engel
2003-05-08 16:35 Adam J. Richter
2003-05-08 18:26 ` root
2003-05-08 22:19   ` Alan Cox
2003-05-08 16:51 Adam J. Richter
2003-05-08 23:36 Adam J. Richter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3EBA26FC.5030305@thekelleys.org.uk \
    --to=simon@thekelleys.org.uk \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=bfields@fieldses.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mechanix@debian.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).