this post was submitted on 18 Mar 2022
37 points (89.4% liked)

Programmer Humor

31992 readers
139 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] SavvyWolf@sh.itjust.works 15 points 1 year ago* (last edited 1 year ago) (3 children)

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.

[–] sedawk@sh.itjust.works 2 points 1 year ago (2 children)

IDK but I agree with you about the GPL

[–] AppearanceBoring9229@sh.itjust.works 1 points 1 year ago (1 children)

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?

[–] sedawk@sh.itjust.works 2 points 1 year ago

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.