Re: Module Licensing?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 30 Oct 2001 09:22:33 +0000 (GMT)


> After reading the posts about the MODULE_LICENSE macro, I am in disbelief. I
> was under the impression that one could write a "closed-source" module and
> distribute it in binary form, and be in compliance. Please tell me I am

Providing your work constitutes a seperate work that isn't a derivative
work. Thats a lawyer definition and one for lawyers

> wrong? We use Linux as a platform for some data acquisition, and we are
> currently distributing ( in very limited quantity to people who would already
> have signed an NDA ) modules that currently have no official license as yet.
> We are researching which license to use, but according to these post's we
> have almost no choice, Open Source or not at all!

The tag is purely so we can tell free stuff apart. If you tag a module

MODULE_LICENSE("(c) Copyright EvilCorp, All rights wronged");

it will still load but the user will be advised not to report bugs to the
kernel lists and the like. The oops data will similarly be marked "tainted"
so that we can discard it.

It's a filter so we don't have to handle bugs in your driver, nothing more.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/