It is now proven that copilot returns code from codebases with non-permissive licenses [1]. I'm curious - what are the legal implications of this going forward? I've so many questions. 1. Will Microsoft ever face lawsuits for these license violations? 2. If so, who/how? Class-action? 3. Will copilot be forced to open-source in the future? Under which license? Some open source licenses are incompatible with others, bu…
There's also one more question: 5. Even if it is illegal, is it actually bad? No one can possibly sell code snippets, the transaction costs are many orders of magnitude greater than any reasonable price. In my opinion, at least in this case the benefits massively outweigh the costs and the law should not apply here.
Copilot sells code other people wrote
541–550 of 838 posts
Re: Copilot sells code other people wrote
#542Earlier quoted context omitted.
does shady guy have his name on the side of a building, and run ads: "buy my shady stuff" and then pay taxes and his earning? That kind of shady guy?
Sometimes. Like Amazon, widely known for their workers and 3rd party vendor exploitation practices. You can no more claim ignorance of where the github copilot code comes from than where the Amazon's low, low prices come from. Whether you care is totally on you regardless of whether you pay ir not. You pay for product or service not moral absolution.
Re: Copilot sells code other people wrote
#543> Hector Martin: If you use Copilot, you are basically playing Russian Roulette that the random mashup of existing, copyrighted, hegerogenously licensed code that you get out of it qualifies as an original work, mostly by chance. Or that nobody will ever sue you otherwise. Well, that's already the case with Stack Overflow copypasta enterprise code. If anything, use of Copilot would be an improvement...
Do people really copy/paste from StackOverflow? I feel this is more a meme, rather than reality. I do check StackOverflow, but never have I took an answer verbatim. I try to see if it's the same problem and what was the approach in deconstructing it, which I find more useful in the long run.
Re: Copilot sells code other people wrote
#544I might start considering Copilot if Microsoft were to train it on their own internal codebases (Windows, Office, SQL Server). Until they do, it's clearly a "tool for thee but not for me" type of situation.
Re: Copilot sells code other people wrote
#545Earlier quoted context omitted.
> But if you do the second thing you are not a great dev, and would have probably ended up copy pasting it anyway. If you do that on your own, it's your (legal) responsibility. If Copilot does it for you, it's GitHub's/Microsoft's responsibility.
You are responsible for your tool use. That's the same discussion as with whether uTorrent is responsible for your torrenting copyrighted stuff or with Tesla's auto-pilot. You buy the tool, you are responsible for what you create with the tool.
Re: Copilot sells code other people wrote
#546Earlier quoted context omitted.
There's also one more question: 5. Even if it is illegal, is it actually bad? No one can possibly sell code snippets, the transaction costs are many orders of magnitude greater than any reasonable price. In my opinion, at least in this case the benefits massively outweigh the costs and the law should not apply here.
Then the law should change. Saying "it's illegal but it's good/harmless" is a terrible stance.
Re: Copilot sells code other people wrote
#547Re: Copilot sells code other people wrote
#548Earlier quoted context omitted.
Sometimes. Like Amazon, widely known for their workers and 3rd party vendor exploitation practices. You can no more claim ignorance of where the github copilot code comes from than where the Amazon's low, low prices come from. Whether you care is totally on you regardless of whether you pay ir not. You pay for product or service not moral absolution.
Quoted post unavailable.
Re: Copilot sells code other people wrote
#549It is now proven that copilot returns code from codebases with non-permissive licenses [1]. I'm curious - what are the legal implications of this going forward? I've so many questions. 1. Will Microsoft ever face lawsuits for these license violations? 2. If so, who/how? Class-action? 3. Will copilot be forced to open-source in the future? Under which license? Some open source licenses are incompatible with others, bu…
Re: Copilot sells code other people wrote
#550This might be overreacting but is there a way to opt-out of Copilot using your code in open source repos? It feels morally wrong to me that I can spend thousands of hours working on projects on my own free will but then a company can sell the code I wrote to others in the form of snippet completion as a service. In fact they end up selling your code back to yourself if you plan to use the service. If the answer is no…