From: Chris Friesen <chris.friesen@genband.com>
To: dmarkh@cfl.rr.com
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: MODULE_LICENSE("GPL")??
Date: Wed, 01 Aug 2012 15:42:24 -0600 [thread overview]
Message-ID: <5019A2C0.3010904@genband.com> (raw)
In-Reply-To: <50199E91.5040308@cfl.rr.com>
On 08/01/2012 03:24 PM, Mark Hounschell wrote:
> What would happen if NVIDIA used this define in their proprietary
> driver? I 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.
>
> 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.
There are two cases.
1) They're using GPL-exported symbols in a module that they're trying to
claim is not licensed under the GPL. In this case someone with suitable
copyright standing could talk to them and get them to release the code
or rewrite it to not depend on GPL-only symbols.
2) You want to use their code under the GPL. In this case you should
probably talk to your legal people. If you released the code under the
GPL and they sued you for it you might be able to argue that that
statement implies that the module is licensed under the GPL. But it
might be an expensive argument.
Chris
next prev parent reply other threads:[~2012-08-01 21:42 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 ` Chris Friesen [this message]
2012-08-01 21:43 ` MODULE_LICENSE("GPL")?? Alan Cox
2012-08-02 12:19 ` MODULE_LICENSE("GPL")?? Mark Hounschell
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=5019A2C0.3010904@genband.com \
--to=chris.friesen@genband.com \
--cc=dmarkh@cfl.rr.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.