Re: GPL Violation?

From: Helge Hafting
Date: Mon Aug 21 2006 - 03:58:40 EST


Chase Venters wrote:
On Saturday 19 August 2006 06:30, Helge Hafting wrote:
Now, if someone actually distributes a closed-source module that
circumvents EXPORT_SYMBOL_GPL, or relies on an accompagnying
open source patch that removes the mechanism, this happens:

1. By doing this, they clearly showed that their module is outside the
gray area of "allowed binary-only modules". They definitively
made a "derived work" and distributed it.

2. Anybody who received this module may now invoke the GPL
(and the force of law, if necessary) to extract the
module source code from the maker. And then this source
can be freely redistributed to all interested.

Actually, you can't just force the vendor to open up all of their source code.
Not all their source of course, just the source for the derived work.
I.e. we'll get their driver, but not anything else they might have.
The GPL isn't a contract - it's a license. If a vendor makes a derived work from the Linux kernel and does not GPL-license said derived work, they are indeed violating copyright as the license the GPL provides no longer supports their ability to redistribute.

However, the court decides what happens to the vendor. The court might force the vendor to open up their code, but to my knowledge this would be breaking brand new ground. I think it is more likely that the plaintiff could be awarded monetary damages and the defendant enjoined from further redistribution.
Yes the GPL is a licence. By using the code, they have accepted
the licence. If I use a copy of windows, I'll be forced to pay.
The reason courts usually award monetary damages is that
money is what almost everybody wants. Commercial software,
books, CDs, DVSs are all traded for money, so copying one
means you must pay the copyright holder's loss.

The GPL should work exactly the same way: You distribute
software derived from GPL software, you pay the usual price.
But the usual price for GPLed software is not money,
the usual price is the derived source.

That is what IBM pays when porting linux to their processors,
that is what various hardware vendors pay when they make an
open driver based on small changes to existing drivers.
And that is how I believe a vendor should be forced to pay,
should he have the nerve to distribute a driver that blatantly
works around the EXPORT_SYMBOL_GPL mechanism.
The charge is not "violating the GPL" (since the GPL is not a contract) -- it's distributing copyrighted materials without a license. See Eben Moglen's discussion on this subject for more details.
Interesting text. Seems the FSF takes a 'nicer' approach, and that
works well enough. Still, if someone tries to be difficult, I hope
they'll be forced to pay the usual price - which isn't money.
It'd be hard to set a price anyway, given that GPL software
isn't usually sold. The price of having a professional programmer
developing the same driver perhaps?


Helge Hafting
-
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/