Earlier quoted context omitted.
Everything I have now arose from processes of continuous improvement, carried out by smart people taking full advantage of the best available tools and technologies including all available means of automation. It'll be OK.
Ah well, I tried.. To paraphrase Nietzsche, a man can be measured by how well he sleeps at night. I can only hope you stay well rested into this future ;). And yes, it will be ok!
No right to relicense this project
301–310 of 388 posts
Re: No right to relicense this project
#302Re: No right to relicense this project
#303Can coding agents relicense open source through a “clean room” implementation of code?
https://simonwillison.net/2026/Mar/5/chardet/
Discussion: https://news.ycombinator.com/item?id=47264043
Re: No right to relicense this project
#304Earlier quoted context omitted.
So if I want to publish a project under some license and I put a comment in an AI generated file (never mind what I put in the comment), how do you go about proving which portion of that file is not protected under copyright? If the AI code isn't copyrightable, I don't have any obligations to acknowledge it.
You're looking at this as the infringer rather than the owner. How do you as a copyright owner prove you meaningfully arranged the work when you want to enforce your copyright?
There's close enough to zero enforcement of infringement, it's all self policing or violation.
Re: No right to relicense this project
#305Earlier quoted context omitted.
Ah well, I tried.. To paraphrase Nietzsche, a man can be measured by how well he sleeps at night. I can only hope you stay well rested into this future ;). And yes, it will be ok!
Ah, Nietzsche. "They call him Ubermensch, 'cause he's so driven." He told us that man is a thing that will be surpassed, and asked what we've done to surpass him. The last thing I want to do is get in the way of the people doing it.
And fwiw, the idea he meant like literal people walking around being Uber is kinda nazi distortion anyway.
Re: No right to relicense this project
#306Re: No right to relicense this project
#307The copyright argument is a sidetrack both in the PR comment thread and here. The issue opened claims the new code is based on the old code, and therefore derivative, and therefore must be offered in a modified version of the source code under the previous license, LGPL. The complaint is the maintainers violated the terms of LGPL, that they must prove no derivation from the original code to legally claim this is a le…
The original code is part of claude's training material. With that intepretation of the LGPL AI is incapable of writing non LGPL derivatives. I like that interpretation.
Re: No right to relicense this project
#308As part of my consulting, i've stumbled upon this issue in a commercial context. A SaaS company who has the mobile apps of their platform open source approached me with the following concern. One of their engineers was able to recreate their platform by letting Claude Code reverse engineer their Apps and the Web-Frontend, creating an API-compatible backend that is functionally identical. Took him a week after work. I…
> "How do we protect ourselves against a competitor doing this?" You can try patenting; but not after the fact. Copyright won't help you here. You can't copyright an algorithm or idea, just a specific form or implementation of it. And there is a lot of legal history about what is and isn't a derivative work here. Some companies try to forbid reverse engineering in their licensing. But of course that might be a bit ha…
https://bitsavers.org/pdf/ibm/pc/pc/6025008_PC_Technical_Ref...
https://bitsavers.org/pdf/ibm/pc/xt/1502237_PC_XT_Technical_...
https://bitsavers.org/pdf/ibm/pc/at/1502494_PC_AT_Technical_...
Between this and the fact that their PC-DOS (née MS-DOS) license was nonexclusive, I'm honestly not sure what they expected to happen.
The nature of early IBM PC advertising suggests to me that they expected the IBM name and established business relationships to carry as much weight as the specifications itself, and that "IBM PC compatible" systems would be no more attractive than existing personal computers running similar if not identical third-party software (PC-DOS wasn't the only example of IBM reselling third-party software under nonexclusive license), and would perhaps even lead to increased sales of first-party IBM PCs.
Which, in fact, they did, leading me to believe the actual result may have been not too far from their original intent, only with IBM capturing and holding a larger share of the pie.
Re: No right to relicense this project
#309I believe that Pilgrim here does not understand very well how copyright works: > Their claim that it is a "complete rewrite" is irrelevant, since they had ample exposure to the originally licensed code This is simply not true. The reason why the "clean room" concept exists is precisely since actually the law recognizes that independent implementations ARE possibile. The "clean room" thing is a trick to make the litig…
Re: No right to relicense this project
#310Earlier quoted context omitted.
Which are those?
Afaik, the EU and Russia says that observing/experimenting with the external behavior of the program to determine its internal logic is legal. Russia even allows to decompile object code if you have to solve private compatibility issues.
For example, I don't recall Microsoft ever being sued by WordPerfect or Lotus for reading and writing their applications' unpublished file formats, which wouldn't have necessarily involved disassembly or decompilation, but was still the result of reverse engineering that almost certainly involved using a licensed or unlicensed copy of the competitor's product.