Hacker News new | ask | show | jobs
by vlovich123 1647 days ago
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.
1 comments

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.