GitHub Copilot is not infringing your copyright (2021)
71–80 of 156 posts
Re: GitHub Copilot is not infringing your copyright (2021)
#72Earlier quoted context omitted.
If those weights are a derivative of GPL'd code in a different form, and the results generate things derived from that derivative, then the generated code is still under license. "How much change is enough" has always been a gray area for courts and humans to decide. If you can get a decent facsimile of licensed code out the other end, how is it really any different from lossy compression? I doubt the courts would co…
If the output is substantially similar to GPL’d training data it may be infringing. Nobody disputes this. However, copyright isn’t cooties. If the output is not similar, then it is not infringing regardless of how much GPL’d training data was used to generate it.
No, of course not. We should probably revisit copyright law, given that it was written at a time when no-one foresaw modern AI tools, its capabilities, and its effects on creators and societies.
Re: GitHub Copilot is not infringing your copyright (2021)
#73Felix was elected to the board of the Open Knowledge Foundation Germany in 2020. Felix is an expert in copyright law and has been Director of Developer Policy at GitHub since March 2024. He previously headed the “control ©” project at the Gesellschaft für Freiheitsrechte. From 2014 to 2019, Felix was a Member of the European Parliament within the Greens/EFA group. Felix is an Affiliate of the Berkman Klein Center for Internet and Society at Harvard University and a member of the Advisory Board of D64 - Center for Digital Progress.
Re: GitHub Copilot is not infringing your copyright (2021)
#74This is missing the largest argument in my opinion. The weights are the derivative work of the GPL licensed code and should therefore be released under the GPL. I would say these companies release their weights or simply not train on copyleft code. It is truly amazing how many people will shill for these massive corporations that claim they love open source or that their AI is open while they profit off of the violat…
Re: GitHub Copilot is not infringing your copyright (2021)
#75This is missing the largest argument in my opinion. The weights are the derivative work of the GPL licensed code and should therefore be released under the GPL. I would say these companies release their weights or simply not train on copyleft code. It is truly amazing how many people will shill for these massive corporations that claim they love open source or that their AI is open while they profit off of the violat…
> The weights are the derivative work of the GPL licensed code EU courts disagree: > Under European copyright law, scraping GPL-licensed code, or any other copyrighted work, is legal, regardless of the licence used.
Re: GitHub Copilot is not infringing your copyright (2021)
#76Earlier quoted context omitted.
You are confusing "software UX" with "software freedom". The primary consideration is freedom for the user. Ease-of-use for the user is a different consideration.
"The core is always the user and what they need." I was referring to this and the main thing users need, is software they can use to solve their problems. If they have to study IT to do so, or hire programmers first, then this would be primarily a new (and big) problem to them, before they even can start working on their problem.
Re: GitHub Copilot is not infringing your copyright (2021)
#77Earlier quoted context omitted.
What is astonishing is that a large proportion of Free Software community relies on a platform owned by Microsoft.
Because MS bought it. Don't invert the dependencies. MS depends on Free Software, not vice-versa.
Re: GitHub Copilot is not infringing your copyright (2021)
#78Earlier quoted context omitted.
What about the emitted code which is actually derived from GPL code? What about BSL, SSPL, or other source available (for your eyes only) licenses? Copilot harvests all public repos, regardless of its license.
IANAL but searched a lot on this, this is very tricky subject legally. To simplify: - imagine all code Copilot trained on is GPL licensed. - we have a universal function `isInfringing(code)` that has access to all GPL code, and returns `true` if it is infringing some GPL code. for a given prompt; if `isInfringing(copilot(prompt))==false` we cannot claim copilot infringing on GPL code, even it is trained on GPLed code…
why everyone on discussions tries to bring "if a human made it"? a generative AI operates way faster than anyone ever existed and ever will and probably a person aware of the license & acting respectful towards it, will create something more sensible/plausible to avoid plagiarism
now having dozen/hundreds/thousands of humans substituted by a machine that makes money for some for-profit company is really fair? even if they were a non-profit, as someone pointed up, people who create the content that feeds the weights aren't recieving a penny! they already made money with it, they will make more & that is/will upgrading/e the state of gen. AI
for sure legal battles on people copying code from permissive licenses should exist but it's feels a different discussion
Re: GitHub Copilot is not infringing your copyright (2021)
#79Re: GitHub Copilot is not infringing your copyright (2021)
#80Earlier quoted context omitted.
"The core is always the user and what they need." I was referring to this and the main thing users need, is software they can use to solve their problems. If they have to study IT to do so, or hire programmers first, then this would be primarily a new (and big) problem to them, before they even can start working on their problem.
You certainly don’t need to study IT to use Linux.
You know, simple examples of common use cases right on top? Not my experience. I experienced it as a system written by and for hackers. And everything else an afterthought at best. I remember my first real life linux hardcore enthusiasts: "I have to free myself from the GUI"
Well, I did, but the common people won't.