vote up 6 vote down star
2

I have seen using of GPL code in proprietary software which is sold to customers. It seems so wrong that they are not releasing under GPL and not contributing to the Community

Is there any authority to check the misuse of GPL?

How misuse of GPL can be reported?

flag

1  
FYI: Copyright infringement is "sued" or "brought suit against", not "prosecuted", because it is a civil matter, not a criminal one (in the US anyway). – RBarryYoung Jun 13 at 16:53

6 Answers

vote up 8 vote down check

Only the copyright holder can say it is damaged by the misuser. So if you assign copyrights to the FSF, the FSF can sue on behalf of you. And that also the reason that Harald Welte only goes after customers who use the netfilter part of the Linux kernel. It all boils down to what the copyright owners do.

This also means that it depends on the copyrights holders interpretation of the GPL on when they sue. That's the problem with the law: it leaves a lot for interpretation. Then again, the only thing which leaves no room for interpretation are programming languages, and that's not the way laws are written hapily :)

link|flag
1  
But the copyright holder can hire/delegate to someone else to do the enforcement. Hollywood studios routinely let the MPAA handle this stuff, and open source developers can ask GPL-Violations.Org for assistance and "hire" (free of charge) the Software Freedom Law Center to represent them in court, for example. – Jörg W Mittag Jun 13 at 14:46
vote up 3 vote down

Here's a page on Violations of the GNU Licenses from the Free Software Foundation which has information on this subject.

link|flag
vote up 2 vote down

Just report it to the original author(s) of the code and let them take care of it.

link|flag
vote up 3 vote down

Misuse of GPL'd code should be reported to the copyright holder - usually, the creator of the GPL'd code. The creator can then prosecute the misuser. Have a look at this.

link|flag
vote up 3 vote down

Note that there is nothing in itself wrong or illegal in selling a product that uses GPL'd code. The vendor must however provide the code for the application, on request, to his licensees (the people who bought from him). The vendor is under no obligation to supply his code to "the Community", though the licensee could do so, if they wished.

link|flag
Doesn't the GPL require the source code to be provided to any one who wishes to see it? – a_m0d Jun 13 at 9:16
No. It requires it be provided to the people you provide the software to. – Neil Butterworth Jun 13 at 9:25
vote up 0 vote down

The SFLC (Software Freedom Law Center) has been known to provide the guns for Open Source copyright violation lawsuits. See my answer to an earlier question "Are software appliances a way to hide the fact that you are using open source?" for links.

Of course Rutger Nijlunsing has the basic fact: it is the copy right holder who brings the civil suit (so no "prosecution" as such which is a feature of criminal law).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.