From: "Hans-Jürgen Koch" <hjk@linutronix.de>
To: David Newall <davidn@davidnewall.com>
Cc: Christer Weinigel <christer@weinigel.se>,
Marcel Holtmann <marcel@holtmann.org>,
Diego Zuccato <diego@otello.alma.unibo.it>,
Greg KH <greg@kroah.com>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] USB: mark USB drivers as being GPL only
Date: Thu, 7 Feb 2008 18:49:39 +0100 [thread overview]
Message-ID: <20080207184939.17030887@dilbert.local> (raw)
In-Reply-To: <47AB36D2.5050602@davidnewall.com>
Am Fri, 08 Feb 2008 03:20:26 +1030
schrieb David Newall <davidn@davidnewall.com>:
> Hans-Jürgen Koch wrote:
> > Am Fri, 08 Feb 2008 01:01:24 +1030
> > schrieb David Newall <davidn@davidnewall.com>:
> >
> >>> It is not legally meaningless if copyright holders publicly state
> >>> how they interpret the license and what they consider a license
> >>> violation.
> >>>
> >> Copyright-holders' opinions mean nothing. In the particular case
> >> of EXPORT_SYMBOL_GPL, copyright-holders' opinions are clearly
> >> flawed because they make a statement about code that they do not
> >> even know of.
> >>
> >
> > What are you talking about? That's what every GPL-licensed library
> > does. By putting a library under the GPL, the copyright-holder
> > clearly states that he considers all programs that link against
> > that library a derived work. And that he therefor requires these
> > programs to be GPL, too, no matter if these programs already exist
> > or not.
>
> Your last sentence, above: That is what EXPORT_SYMBOL_GPL attempts to
> do. The place to state such a requirement is in the licence, not in
> the source code. That is what I am talking about. I can't provide
> you with software under a licence that says, "you are free to use
> this software in any way you want," and later say, "oh, but in the
> source code is tells you that you must take a break every two hours
> of use."
The license says that derivative work has to be GPL. Naturally, every
sensible and practically usable license has gray areas. We know that
and we live with that. But if there's room for interpretation, it's
perfectly OK and helpful, if the copyright holder states what his
interpretation is. If you use an EXPORT_SYMBOL_GPL symbol in non-GPL
code, you know that the owner of the work doesn't agree with you
license-wise. You had to cheat, e.g. by setting your MODULE_LICENCE to
"GPL", and deliberately acted against the wishes of the copyright
holder. Here in Germany, the GPL is enforceable, and such evidence
will at least weaken your position. You won't get away with just
saying you didn't know the copyright holder's position. Even
printouts of some mails in this thread could be used to prove that
you knew.
IANAL, there hasn't been such a case AFAIK, and you might well leave
the court unharmed. But can you (or anyone else) be sure? That's what
it's all about.
>
>
> >> Less there be further confusion: I am not an advocate for binary
> >> drivers.
> >>
> >
> > Nice to hear. So, if you're an advocate for open source drivers,
> > why do you have problems making them GPL?
> >
>
> I don't, but EXPORT_SYMBOL_GPL doesn't do that. It makes an ambit
> claim, that might coerce an author into making a driver GPL, but might
> also cause them to exit the Linux market. I have a problem with
> driving manufacturers away from Linux.
>
> > Using a symbol from a library means linking to it, and that creates
> > a derived work. Why should it be different when using kernel
> > symbols?
> I don't agree with your claim, but I'm going to explain something
> else: The GPL doesn't require software that *uses* GPL code to itself
> be GPL.
Yes it does. Chapter 2b requires any part that is derived from a GPL
work to be GPL, too. As you well know.
Just to help you a bit: The only argument you could use is that a
kernel module, even if it uses GPL'ed kernel code, is not a derivative work.
You _might_ succeed with that interpretation, even before a German
court, and even if it can be proven that you knew that the original
author doesn't agree with you. Come on, try it!
> It requires software that is *distributed* as part of a GPL
> work to itself be GPL. At time of distribution, a kernel module is
> neither using nor linked to the kernel.
Oh, come on! You cannot turn a derived work into an original work just
by distributing them seperately.
Thanks,
Hans
next prev parent reply other threads:[~2008-02-07 17:50 UTC|newest]
Thread overview: 157+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-25 18:02 Greg KH
2008-01-28 8:13 ` Clemens Ladisch
2008-01-28 8:57 ` Greg KH
2008-01-28 9:58 ` Clemens Ladisch
2008-01-28 16:13 ` Greg KH
2008-01-28 10:44 ` Boaz Harrosh
2008-01-28 16:13 ` Greg KH
2008-01-28 16:44 ` Boaz Harrosh
2008-01-28 16:52 ` Greg KH
2008-01-28 21:49 ` TimC
2008-02-02 11:37 ` Christer Weinigel
2008-02-02 19:19 ` Greg KH
2008-02-03 11:48 ` Christer Weinigel
2008-02-03 14:35 ` Pekka Enberg
2008-02-03 17:04 ` Christer Weinigel
2008-02-03 23:15 ` Greg KH
2008-02-05 23:14 ` David Newall
2008-02-05 23:17 ` Alan Cox
2008-02-07 12:50 ` David Newall
2008-02-07 14:06 ` Alan Cox
2008-02-07 14:32 ` David Newall
2008-02-05 23:29 ` Greg KH
2008-02-07 12:52 ` David Newall
2008-02-05 23:34 ` Chris Friesen
2008-02-06 21:04 ` Adrian Bunk
2008-02-07 1:36 ` David Schwartz
2008-02-07 13:26 ` David Newall
2008-02-07 14:15 ` Alan Cox
2008-02-07 15:02 ` David Newall
2008-02-07 15:07 ` Alan Cox
2008-02-07 16:31 ` David Newall
2008-02-08 0:18 ` David Schwartz
2008-02-07 13:06 ` David Newall
2008-02-07 14:12 ` Alan Cox
2008-02-07 14:55 ` David Newall
2008-02-07 15:01 ` Alan Cox
2008-02-07 16:19 ` David Newall
2008-02-07 22:51 ` Hannu Savolainen
2008-02-07 23:17 ` Greg KH
2008-02-03 15:07 ` David Newall
2008-02-04 10:21 ` Diego Zuccato
2008-02-04 19:18 ` Christer Weinigel
2008-02-04 21:38 ` Marcel Holtmann
2008-02-06 20:34 ` Christer Weinigel
2008-02-06 20:54 ` Hans-Jürgen Koch
2008-02-07 13:19 ` David Newall
2008-02-07 14:06 ` Hans-Jürgen Koch
2008-02-07 14:31 ` David Newall
2008-02-07 16:13 ` Hans-Jürgen Koch
2008-02-07 16:22 ` Dave Higton
2008-02-07 16:50 ` David Newall
2008-02-07 17:49 ` Hans-Jürgen Koch [this message]
2008-02-08 2:50 ` David Newall
2008-02-09 15:13 ` Christer Weinigel
2008-02-09 15:41 ` Pekka Enberg
2008-02-09 16:50 ` Christer Weinigel
2008-02-09 17:29 ` Pekka Enberg
2008-02-06 20:55 ` Marcel Holtmann
2008-02-06 20:52 ` Alan Cox
2008-02-07 13:47 ` David Newall
2008-02-07 14:26 ` Alan Cox
2008-02-07 15:16 ` David Newall
2008-02-06 21:29 ` Christer Weinigel
2008-02-07 8:07 ` Diego Zuccato
2008-02-07 15:05 ` Adrian Bunk
2008-02-07 19:27 ` Marcel Holtmann
2008-02-07 13:21 ` David Newall
2008-02-07 19:35 ` Marcel Holtmann
2008-02-07 13:16 ` David Newall
2008-02-05 7:49 ` Diego Zuccato
2008-02-05 23:25 ` David Newall
2008-02-05 23:25 ` Alan Cox
2008-02-07 13:00 ` David Newall
2008-02-07 14:10 ` Alan Cox
2008-02-07 14:48 ` David Newall
2008-02-07 14:58 ` Alan Cox
2008-02-07 16:03 ` David Newall
2008-02-07 18:22 ` Alan Cox
2008-02-08 2:55 ` David Newall
2008-02-08 11:29 ` Alan Cox
2008-02-08 16:34 ` David Newall
2008-02-07 8:31 ` Diego Zuccato
2008-02-07 13:35 ` David Newall
2008-02-07 14:25 ` Diego Zuccato
2008-02-07 15:13 ` David Newall
2008-02-08 8:48 ` Diego Zuccato
2008-02-07 19:34 ` Lee Mathers
2008-02-08 8:55 ` Diego Zuccato
2008-02-08 11:38 ` Alan Cox
2008-02-05 9:55 ` Bernd Petrovitsch
2008-02-05 11:18 ` David Newall
2008-02-05 12:32 ` Bernd Petrovitsch
2008-02-10 15:19 ` Bauke Jan Douma
2008-02-03 15:12 ` David Newall
2008-02-03 15:43 ` Pekka Enberg
2008-02-03 16:06 ` David Newall
2008-02-03 16:48 ` Pekka Enberg
2008-02-05 11:33 ` David Newall
2008-02-05 19:43 ` Marcel Holtmann
2008-02-07 13:41 ` David Newall
2008-02-07 19:05 ` Marcel Holtmann
2008-02-08 3:57 ` David Newall
2008-02-08 9:15 ` Marcel Holtmann
2008-02-08 18:40 ` David Newall
2008-02-08 19:08 ` David Newall
2008-02-08 19:23 ` David Newall
2008-02-08 19:36 ` Daniel Hazelton
2008-02-08 21:36 ` Alan Cox
2008-02-08 23:27 ` Daniel Hazelton
2008-02-08 19:13 ` Greg KH
2008-02-08 19:42 ` David Newall
2008-02-08 23:41 ` Marcel Holtmann
2008-02-10 2:01 ` David Schwartz
2008-02-10 4:50 ` Marcel Holtmann
2008-02-10 5:07 ` Daniel Hazelton
2008-02-10 5:43 ` Marcel Holtmann
2008-02-10 6:18 ` Daniel Hazelton
2008-02-10 11:20 ` Alan Cox
2008-02-10 13:30 ` Daniel Hazelton
2008-02-10 13:45 ` Olof Johansson
2008-02-12 18:02 ` Valdis.Kletnieks
2008-02-12 18:04 ` Alan Cox
2008-02-09 13:40 ` Christer Weinigel
2008-02-08 20:21 ` Valdis.Kletnieks
2008-02-08 23:30 ` Marcel Holtmann
2008-02-03 17:13 ` Marcel Holtmann
2008-02-05 11:39 ` David Newall
2008-02-05 11:46 ` Pekka Enberg
2008-02-06 21:12 ` Christer Weinigel
2008-02-06 21:48 ` Valdis.Kletnieks
2008-02-07 6:22 ` Pekka Enberg
2008-02-07 13:31 ` David Newall
2008-02-07 13:47 ` Pekka Enberg
2008-02-05 12:27 ` Alan Cox
2008-02-05 20:03 ` Marcel Holtmann
2008-02-05 20:35 ` Chris Friesen
2008-02-05 21:12 ` Marcel Holtmann
2008-02-07 12:41 ` David Newall
2008-02-07 13:37 ` David Newall
2008-02-07 13:45 ` David Newall
2008-02-07 14:28 ` Alan Cox
2008-02-07 15:39 ` David Newall
2008-02-05 20:34 ` Greg KH
2008-02-06 20:14 ` Christer Weinigel
2008-02-06 20:28 ` Greg KH
2008-02-06 21:03 ` Christer Weinigel
2008-02-07 13:15 ` David Newall
2008-02-07 13:39 ` David Newall
2008-02-06 20:43 ` Jon Smirl
2008-02-06 21:23 ` Greg KH
2008-02-01 14:45 Gilles Espinasse
2008-02-01 17:29 ` Greg KH
2008-02-06 21:14 ` Jan Engelhardt
2008-02-07 7:30 ` Gilles Espinasse
2008-02-03 11:17 Gilles Espinasse
2008-02-04 11:43 Matthew
2008-02-04 15:04 ` Greg KH
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=20080207184939.17030887@dilbert.local \
--to=hjk@linutronix.de \
--cc=christer@weinigel.se \
--cc=davidn@davidnewall.com \
--cc=diego@otello.alma.unibo.it \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=marcel@holtmann.org \
/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
all inboxes | Powered by JetHome®