this post was submitted on 24 Feb 2026
51 points (91.8% liked)

Opensource

5640 readers
401 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

Does a license like this exist?

you are viewing a single comment's thread
view the rest of the comments
[–] stsquad@lemmy.ml 6 points 1 day ago (1 children)

Freedom 1 of the four software freedoms is:

The freedom to study how the program works, and change it to make it do what you wish (freedom 1). Access to the source code is a precondition for this.

[–] Tempy@programming.dev 1 points 5 hours ago (1 children)

Right, but I don't see a 'and you can feed it to a neural network on demand such that it can reproduce code that a user can then have plausible deniability that it was licensed on a certain way and be able to redistribute it under an incompatible license"

[–] stsquad@lemmy.ml 1 points 3 hours ago* (last edited 3 hours ago)

Free software licenses generally don't restrict what kind of study or what kind of changes you can make. A lot of licences explicitly say "for any purpose". There are licences that add additional restrictions, for example restricting the field of use to non-military, but they are not free software licenses.

ETA: the question of where liability lies for infringing terms of a source license occur should a LLM model launder for example GPL code into a propriety code base is something that will have to be decided by the courts.