← Feed
@NaibofTabr@infosec.pub
Post #4464805
2026-08-01 23:11 UTC
Oh, I disagree. The GNU GPL, which is one of the most widely used open source licenses, is a copyleft license. In practice, this means that any software which uses GPL code (a derivative work) also falls under the GPL and must abide by its terms.
In purely private (or internal) use—with no sales and no distribution—the software code may be modified and parts reused without requiring the source code to be released. For sales or distribution, the entire source code needs to be made available to end users, including any code changes and additions—in that case, copyleft is applied to ensure that end users retain the freedoms defined above.
Only if GPL-licensed parts are used in a program (and the program is distributed) must all other source code of the program be made available under the same license terms.
en.wikipedia.org/wiki/GNU_General_Public_License
Therefore, if a code generating model uses any code derived from GPL projects, the generated code is also GPL and must be made available if the code is to be distributed. The GPL specifically obligates release of the source code.
Considering how widely and indiscriminately the scraping has been done to feed training data into the bots, the burden should be on Microsoft to prove that any generated code they use is not derived from any GPL code.
Replies (2)
-
All Microsoft has to do is give the presiding judge a few bags of money, and it will be determined that any suit that accuses Microsoft of using GPL code has no standing.
Open ##4464804
-
That’d be true if it was just copypasting GPL code, which is not really true except on very simplistic high level view of “it’s seen GPL code, this it knows to recreate similar code”
Which is same bullshit arguments used against people working on foss products when they’ve worked on related p*opietary solutions before (see windows code/wine for example)
Also I have a controversial take here; GPL is a bullshit proprietary license due to that cancer of a requirement. Any license that limits you in any way using the code you just downloaded is cancer just as any other proprietary code. Obviously it’s working “fine” in the crapitalist world we live in, but it’s still shit
Open ##4466533