From: "David Schwartz" <davids@webmaster.com>
To: "linux-kernel" <linux-kernel@vger.kernel.org>
Subject: RE: MODULE_LICENSE usage
Date: Tue, 7 Aug 2007 11:22:49 -0700 [thread overview]
Message-ID: <MDEHLPKNGKAHNMBLJOLKOEGKFPAC.davids@webmaster.com> (raw)
In-Reply-To: <b4e196fa0708062029x681fafe7hc493c774a936cdf3@mail.gmail.com>
> My company has been given documentation and the library source under
> the terms of an NDA with the chipset manufacturer. We are permitted
> to compile the library and distribute the resultant binary blob, but
> not release the source to the library.
> The binary blob is linked into the driver we have written. We don't
> distribute this compiled module, customers are given the driver source
> and the library blob, which they compile themselves.
Make absolutely 100% sure that your driver source code is not a derivative
work of any existing kernel code. If it is, you may be violating the
copyright of that code just by distributing the source to your driver. If
your driver takes sufficient protectable elements both from the kernel and
the library, it cannot be distributed in source code form.
I would definitely consult a good lawyer to make sure you aren't breaking
any of the rules.
As for the MODULE_LICENSE tag, if it's supposed to indicate the library the
module is under after it's compiled, it's definitely not GPL or GPL with
additional rights. Since you can't get the source code to the entire module
and can't distribute the binary, it's under a proprietary license.
DS
next prev parent reply other threads:[~2007-08-07 18:24 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-06 7:53 MODULE_LICENSE usage Nathan Williams
2007-08-06 8:21 ` Jan Engelhardt
2007-08-06 8:24 ` Alan Cox
2007-08-06 10:41 ` Remy Bohmer
2007-08-06 12:25 ` Krzysztof Halasa
2007-08-06 15:22 ` David Schwartz
2007-08-07 3:29 ` Nathan Williams
2007-08-07 7:17 ` Arnd Bergmann
2007-08-07 15:17 ` Alan Cox
2007-08-07 18:22 ` David Schwartz
2007-08-07 18:22 ` David Schwartz [this message]
2007-08-07 19:20 ` Krzysztof Halasa
2007-08-07 20:02 ` Alan Cox
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=MDEHLPKNGKAHNMBLJOLKOEGKFPAC.davids@webmaster.com \
--to=davids@webmaster.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox