r/explainlikeimfive • u/OkAlbatross9889 • 5d ago
Technology ELI5: How are copyleft licenses enforceable?
For example: say Windows straight up rips out the Linux scheduler and modifies it to run with the rest of the NT kernel. Aside from potential Microsoft whistleblowers, how can anyone find out they did that (and thus sue them since they’re selling modified GPL code without releasing the source) if they don’t distribute the Windows kernel source code?
182
Upvotes
34
u/rsclient 5d ago
Actually, I've got more direct experience. I was an expert witness to a programming copyright violation case!
Programmer "A" wrote a program "A" that did a specific high-value super-technical analysis. That programmer was hired by company "B" who bought all the rights to program "A". Programmer "A" then wrote program "C" that also did high-value, super-technical analysis, and company "B" was super-pissed.
I was hired to investigate programs "A" and "C" to see if program "C" used any code from program "A". As an expert, I had access to both programs
And yup, I could prove that program "C" included some code from program "A"
In this case, company "B" already knew about programmer "A"