Apparently chardet got Claude to rewrite the entire codebase from LGPL to MIT?
-
@Foxboron Yeah but that's what I mean: Just because the end result is not copyrightable, does that automatically mean that it can't be a copyright violation?
Like, changing the format or medium of something is not a copyrightable work.
So, by that logic, if I take a copyrighted MP3 and convert it to AAC and publish that, my AAC is not copyrightable, but it's not a copyright violation to take it and publish it?
That's what I mean.
-
Apparently chardet got Claude to rewrite the entire codebase from LGPL to MIT?
https://github.com/chardet/chardet/releases/tag/7.0.0
That is one way to launder GPL code I guess?
@Foxboron Oh ffs: https://github.com/psf/requests/issues/7223#issuecomment-3993094073
(requests planning to switch to chardet 7+ as it's only character detection library again now that the licensing is MIT.)
-
Apparently chardet got Claude to rewrite the entire codebase from LGPL to MIT?
https://github.com/chardet/chardet/releases/tag/7.0.0
That is one way to launder GPL code I guess?
@Foxboron, not to mention it doesn't pass its own test suite.
-
@scy
I'm not a lawyer so I'm not going to try and debate what is and isn't a copyright violation. -
@Foxboron, not to mention it doesn't pass its own test suite.
@mgorny
Amazing. -
Supreme Court has already dismissed such cases.
So we are getting a precedent in US law. Yet to be settled in any high court in the EU though.
-
Apparently chardet got Claude to rewrite the entire codebase from LGPL to MIT?
https://github.com/chardet/chardet/releases/tag/7.0.0
That is one way to launder GPL code I guess?
@Foxboron but can it even be considered a "clean-room rewrite" given not only it read the original code but also it has been trained on lots of other GPL code? 🤔
I guess that's a very interesting field for some lawyers.
-
Apparently chardet got Claude to rewrite the entire codebase from LGPL to MIT?
https://github.com/chardet/chardet/releases/tag/7.0.0
That is one way to launder GPL code I guess?
@Foxboron@chaos.social What a horrible way to do it. -
@scy
I'm not a lawyer so I'm not going to try and debate what is and isn't a copyright violation. -
Supreme Court has already dismissed such cases.
So we are getting a precedent in US law. Yet to be settled in any high court in the EU though.
-
-
Sure, but we are not really looking at, nor discussing, cases where LLMs spits out something verbatim from another project in this case.
-
Apparently chardet got Claude to rewrite the entire codebase from LGPL to MIT?
https://github.com/chardet/chardet/releases/tag/7.0.0
That is one way to launder GPL code I guess?
@Foxboron Considering that nobody can hold a copyright on AI-generated stuff, and therefore also can't release it under a different license, doesn't that mean this rewrite is basically public domain?
-
Apparently chardet got Claude to rewrite the entire codebase from LGPL to MIT?
https://github.com/chardet/chardet/releases/tag/7.0.0
That is one way to launder GPL code I guess?
@Foxboron lol, this is in a way what they suggest in this talk from #fosdem26: https://fosdem.org/2026/schedule/event/SUVS7G-lets_end_open_source_together_with_this_one_simple_trick/
-
@Foxboron Considering that nobody can hold a copyright on AI-generated stuff, and therefore also can't release it under a different license, doesn't that mean this rewrite is basically public domain?
@dekkia
Public domain is not really a thing in most of the world. So "yes", for US. For EU it's more complicated. -
Apparently chardet got Claude to rewrite the entire codebase from LGPL to MIT?
https://github.com/chardet/chardet/releases/tag/7.0.0
That is one way to launder GPL code I guess?
@Foxboron@chaos.social "Laundering code" through an LLM...
But:
Since the LLM-generated code cannot be copyrighted in any way, this entire project (or at least the part the LLM generated) is technically public domain.
Oh well. Not like certain entities care for the law!
-
@dekkia
Public domain is not really a thing in most of the world. So "yes", for US. For EU it's more complicated.@Foxboron As far as I'm aware here in Germany it technically has copyright, but there's no owner who can enforce it.
I guess complicated is a good word for that.
-
Apparently chardet got Claude to rewrite the entire codebase from LGPL to MIT?
https://github.com/chardet/chardet/releases/tag/7.0.0
That is one way to launder GPL code I guess?
-
@Foxboron As far as I'm aware here in Germany it technically has copyright, but there's no owner who can enforce it.
I guess complicated is a good word for that.
-
@Foxboron@chaos.social "Laundering code" through an LLM...
But:
Since the LLM-generated code cannot be copyrighted in any way, this entire project (or at least the part the LLM generated) is technically public domain.
Oh well. Not like certain entities care for the law!
@hannah@moonserver.yorha.nexus @Foxboron@chaos.social well, it would be public domain (by current rulings in the US) if the newer version is sufficiently different from the original LGPL to not be covered under that copyright
Very "funny" to license a repo as MIT when it is potentially either LGPL or public domain
