Hacker News new | ask | show | jobs
by daptaq 1645 days ago
I remember reading that it should be able for users to sue instead of the author, if they cannot ccess the source of GPL'ed software.
2 comments

The Software Freedom Conservancy are trying to set that precedent right now in their lawsuit against Vizio for GPL violations in their televisions:

https://sfconservancy.org/copyleft-compliance/vizio.html

Yes, that was what I had in mind. Thank you!
I’m fact it’s only the users who have standing to request the source. The author’s have standing to sue for copyright infringement.
Not at all true. It's copyright infringement if you're not following a license contract, of which the GPL is.
The GPL contract only says you have to distribute source to the users you give binaries to. The only people who can ask for said source are the people receiving those binaries and the only people who have standing to sue when that doesn’t happen is the copyright owners.

That’s why you can use GPL software in your private CI system and not need to give anyone the source code.

Hopefully the SFC lawsuit against Vizio will set the precedent that any recipient of GPL binaries has standing to sue:

https://sfconservancy.org/copyleft-compliance/vizio.html

I see I misread your comment. My apologies.