I'm not confident in this stance - sharing it to have a conversation. Hopefully some folks can help me think through this! The value of copyleft licenses, for me, was that we were fighting back against the notion of copyright. That you couldn't sell me a product that I wasn't allowed to modify and share my modifications back with others. The right to modify and redistribute transitively though the software license ga…
Nobody is laundering away proprietary livenses, because that code is not open source and not in public github repos. And OSS capabilities are now present in copilot, which is neither free nor open. Furthermore these contributions are making their way into proprietary code and the OSS licensing becomes even further watered down. This is the epitome of what copyleft is against!
We've filed a lawsuit against GitHub Copilot
191–200 of 824 posts
Re: We've filed a lawsuit against GitHub Copilot
#192Earlier quoted context omitted.
> Surely everyone reading this has written that code verbatim at some point in their lives Ironically their Twitter account uses a screenshot from a TV series as profile picture. I wonder how legal that is, even if meant as a joke. https://twitter.com/saverlawfirm Edit: It's been changed 2 minutes after I wrote this comment
This comment is 1 minute old and I only see a plain black profile picture. Or is your comment itself the joke?
Re: We've filed a lawsuit against GitHub Copilot
#193It feels weird saying this but, for once, I hope the big evil corporation gets to keep selling their big bad product. I find the pattern matching and repetitive code generation really helpful. And the library autocomplete on steroids, too. Meh. Tricky subject.
Does anyone have a problem with it, so long as the material it trained on was with explicit permission/license and not potentially in violation of copyright? That's where the line is for it to be suspect IMO.
Re: We've filed a lawsuit against GitHub Copilot
#194Re: We've filed a lawsuit against GitHub Copilot
#195Earlier quoted context omitted.
The common practice in copyright cases is to calculate damages based on the theoretical cost that the infringer would have paid if they have bought the rights in the first place. This method was used during the piratebay case to calculate damages caused by the sites founders. They did not actually calculate damages in terms of lost movie tickets or estimates vs actually sales number of sold game copies. When it came…
"Using such calculations they would likely estimate the man hours based on number of lines of code and multiply that with the average salary of a programmer." The average salary of a programmer in which country? So much programming is outsourced these days, and in some places programmers are very cheap.
Re: We've filed a lawsuit against GitHub Copilot
#196If these folks win - we again throw progress under the bus.
Re: We've filed a lawsuit against GitHub Copilot
#197If this leads anywhere I'll be pissed. I love CoPilot.
The situation that this lawsuit is trying to save you from is this: (1) copilot blurps out some code X that you use, and then redistribute in some form (monetized or not); (2) it turns out company C owns copyright on something Y that copilot was trained on, and then (3) C makes a strong case that X is part of Y, and that your use of X does not fall under "fair use", i.e. you infringed on the licensing terms that C set for Y.
You are now in legal trouble, and copilot put you there, because it never warned that you X is part of Y, and that Y comes with such and such licensing terms.
Whether we like copilot or not, we should be grateful that this case is seeking to clarify some things are currently legally untested. Microsoft's assertions may muddy the waters, but that doesn't make law.
Re: We've filed a lawsuit against GitHub Copilot
#198I'm not confident in this stance - sharing it to have a conversation. Hopefully some folks can help me think through this! The value of copyleft licenses, for me, was that we were fighting back against the notion of copyright. That you couldn't sell me a product that I wasn't allowed to modify and share my modifications back with others. The right to modify and redistribute transitively though the software license ga…
Nobody is laundering away proprietary livenses, because that code is not open source and not in public github repos. And OSS capabilities are now present in copilot, which is neither free nor open. Furthermore these contributions are making their way into proprietary code and the OSS licensing becomes even further watered down. This is the epitome of what copyleft is against!
Re: We've filed a lawsuit against GitHub Copilot
#199It feels weird saying this but, for once, I hope the big evil corporation gets to keep selling their big bad product. I find the pattern matching and repetitive code generation really helpful. And the library autocomplete on steroids, too. Meh. Tricky subject.
Does anyone have a problem with it, so long as the material it trained on was with explicit permission/license and not potentially in violation of copyright? That's where the line is for it to be suspect IMO.
And maybe models trained on public data should be in the public domain, so that AI research can happen without requiring massive investments to obtain the training data.
Re: We've filed a lawsuit against GitHub Copilot
#200I am not against this lawsuit but I'm against the implications of this because it can lead to disastrous laws. A programmer can read available but not oss licensed code and learn from it. Thats fair use. If a machine does it, is it wrong ? What is the line between copying and machine learning ? Where does overfitting come in ? Today they're filing a lawsuit against copilot. Tomorrow it will be against stable diffusio…
> A programmer can read available but not oss licensed code and learn from it Actually, we were forbidden to look at open source code at Microsoft (circa 2009) because it might influence our coding and violate licenses.