Re: Can't use SYSFS for "Proprietry" driver modules !!!.

From: Horst von Brand
Date: Mon Mar 28 2005 - 15:55:57 EST


Steven Rostedt <rostedt@xxxxxxxxxxx> said:
> On Sun, 2005-03-27 at 21:54 -0400, Horst von Brand wrote:

[...]

> > Wrong. You are free to do whatever you like in the privacy of your home,
> > but not distribute the result. So you could very well distribute both
> > pieces, one under GPL, the other not, and leave the linking to the end
> > user.
> >
> > Sure, /creating/ the piece to be linked with the GPLed code might make it
> > GPL also, but that is another story.

> Actually this is an easy one. If you are the creator of the code, you
> can license it anyway you want. So you can make it both GPL and allow it
> to link with your code. Heck, put it under LGPL since GPL is allowed to
> link to that.

Right, but that is not the point. If you need to look closely at the GPL
part, or swipe stuff from other GPLed code that uses the same interface,
the result might have to be GPL.

> Anyway, I don't think that the GPL is that powerful to affect things not
> linked directly with it. Just like the MS license can't make you do
> certain things that were stated in the license, the GPL can't take too
> much control over what you do. If something in the license is
> reasonable, than it is easy to enforce (like taking the code from GPL
> source and using it in a binary) but if it starts to stretch (like
> controlling the code you write and how you can use it) then that will
> have to be fought in court, and will probably lose.

The problem is that noone is sure what exactly qualifies as "derived work",
and what can be used/copied without concern for infringement (Can you use
declarations of stuff in a public .h? What if the .h is "local use" in the
code? Can you write your own declarations matching what you find in random
code, and use them? What about inlined functions? Lists of e.g. IOCTL
codes or system calls?). Does it matter that you are writing your stuff for
compatibility with what is out there, or to add functionality? Does it
matter if you are just using "standard" interfases to the GPLed stuff
(whatever that means in each case)? How much copying makes it derived? 1
line, 5%, what?
--
Dr. Horst H. von Brand User #22616 counter.li.org
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria +56 32 654239
Casilla 110-V, Valparaiso, Chile Fax: +56 32 797513
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/