this post was submitted on 18 Mar 2022
39 points (89.8% liked)
Programmer Humor
32361 readers
218 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I will say, as I've grown older and more jaded, I've been finding the GPL more and more appealing...
Edit: Oh wow, why did a year old post show up at the top of "Hot", sorry about bumping.
IDK but I agree with you about the GPL
If someone steals a GPL project what can be done to demonstrate that it's stolen and not just very similar but their own creation?
Often when binaries are decompiled specific internal structures and code can be exposed and that can be used for comparison to source code to make an argument in court. Thats established case law already.
Either way it involves the person's with the GPL copy right taking a company to court. IE openwrt comes from linksys taking the Linux kernel and BusyBox source. Both are GPL.