From: Mark Hounschell <dmarkh@cfl.rr.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: MODULE_LICENSE("GPL")??
Date: Thu, 02 Aug 2012 08:19:26 -0400 [thread overview]
Message-ID: <501A704E.2000301@cfl.rr.com> (raw)
In-Reply-To: <20120801224342.5b90747f@pyramind.ukuu.org.uk>
On 08/01/2012 05:43 PM, Alan Cox wrote:
> On Wed, 01 Aug 2012 17:24:33 -0400
> Mark Hounschell <dmarkh@cfl.rr.com> wrote:
>
>> What would happen if NVIDIA used this define in their proprietary driver? I
>
> Ask a lawyer but I believe Nvidia has more sense than that both
> politically and legally. They walk a very fine line as it is (and IMHO
> the wrong side of it but one day I guess a court will figure out where
> the line actually is).
>
>> ask because I am currently in a situation where I believe I may be about to
>> use a product that may be doing this very thing. We had to sign a license
>> agreement to get the kernel driver source for this product. What we
>> received contained the kernel driver source and user land library stuff.
>> The source code for the kernel driver has MODULE_LICENSE("GPL") defined.
>> The only license info in the package received was NOT the GPL license.
>
> You cannot combine GPL and non GPL code, and since you are aware of the
> fact there is a problem then you are probably a knowing infringer, which
> is not a good situation to be in (triple damages in the US). If the module
> license tag says it is GPL then I would talk to your lawyer about
> it - you might actually be able to argue that it is therefore GPL
> but I'm not a lawyer and you *really* don't want to try that stunt without
> advice!
>
>> On this particular vendors web site they offer unrestricted downloads of
>> binary packages for their product/s that are for specific DIST kernels. But
>> to get the source requires signing a license agreement that is NOT GPL.
>
> Talk to the Free Software Conservancy and gpl-violations.org.
>
> Beyond that have a detailed discussion with your lawyer on the licence,
> on "knowing infringment" and in particular check your insurance as most
> legal insurance won't cover you in such a situation. If you redistribute
> such material you are likely to also be liable, which can be very
> expensive.
>
> All of this comes down to one thing - you need to ask a lawyer legal
> questions. I think you can already answer the "what happens if you get
> caught" political questions. Given that maybe you don't need to ask a
> lawyer but just say no ?
>
OK, thanks. Just to verify they actually had a "need" to specify GPL, I
changed it to proprietary to see if they in fact were using GPL-only
symbols. It compiled without complaint. As I've seen in the past, and one
reason why our drivers are GPL, they won't even build if a GPL exported
symbol is referenced. IE
Building modules, stage 2.
MODPOST 1 modules
FATAL: modpost: GPL-incompatible module somemod.ko uses GPL-only symbol
'somesymbol'
This particular driver does in fact build cleanly after changing the GPL
to PROPRIETARY. I haven't actually purchased the product yet so am unable
to load it, but can I assume that if I don't have a build issue when
specifying PROPRIETARY, that they are in fact NOT using GPL symbols and
maybe they just thought they needed to specify GPL for some reason or another?
Thanks
Mark
next prev parent reply other threads:[~2012-08-02 12:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-01 21:24 MODULE_LICENSE("GPL")?? Mark Hounschell
2012-08-01 21:42 ` MODULE_LICENSE("GPL")?? Chris Friesen
2012-08-01 21:43 ` MODULE_LICENSE("GPL")?? Alan Cox
2012-08-02 12:19 ` Mark Hounschell [this message]
2012-08-03 5:10 ` MODULE_LICENSE("GPL")?? Chris Friesen
2012-08-03 12:04 ` MODULE_LICENSE("GPL")?? Mark Hounschell
2012-08-03 13:29 ` MODULE_LICENSE("GPL")?? Alan Cox
2012-08-03 14:10 ` MODULE_LICENSE("GPL")?? Mark Hounschell
2012-08-03 14:20 ` MODULE_LICENSE("GPL")?? Alan Cox
2012-08-03 18:19 ` MODULE_LICENSE("GPL")?? Theodore Ts'o
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=501A704E.2000301@cfl.rr.com \
--to=dmarkh@cfl.rr.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).