Recently saw a youtube video about a service created to change an open source software license.
- One agent reads code and gather specs
- Another agent, without access to the original code, creates equivalent software
In theory this should allow someone to take any open source software and change it’s license.
For a large portion of open source likely this is not an issue, because nobody may care for the particular software, but for larger projects I wonder what sort of impact this may have. In particular any open source software where it’s authors are making a living from donations or public support.
Has anyone read, or thought, of a way to prevent getting one’s code license changed this way?
Copyright law only has teeth when it’s owned by corporations, but the cleanroom reimplementing technique does still seem to create a derivative product which in this layman’s opinion would still violate licenses like the GPL, but IANAL.
In particular any open source software where it’s authors are making a living from donations or public support.
The “good” news is this is pretty rare these days.
Honestly the best defense is probably just writing maintainable software though, AI slop is going to be hard to maintain.

