Conversation

Really getting tired of the “but they trained it on our code” chat. GitHub has hosted your code for free, forever. Enjoying GitHub Actions? How about GHCR? When your license your code as MIT, and other permissive licenses, you free it up for anybody to make money from it.
23
142
Replying to
MIT still requires attribution: "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software."
23
This Tweet was deleted by the Tweet author. Learn more
Replying to and
Direct copying is not required for it to be copyright infringement. GitHub knows they aren't respecting the licenses and are counting on courts deciding that it's fair use to train their machine learning models based on the code. It's also really their users infringing, not them.
10
This Tweet was deleted by the Tweet author. Learn more
Replying to and
Open source licenses permit doing this but the code produced by the tools needs to respect the licenses which means the tool needs to be able to generate attribution information based on everything that it was derived from and copyleft licenses will constrain the licensing used.
1
4
The issue with doing this using code under permissive MIT, BSD, etc. licenses is that you would have to include a ridiculous number of licenses notices to properly respect attribution. For GPL and other copyleft licenses, you can't distribute code with additional restrictions.
1
3
GitHub is playing fast and loose with the rules. Open source licenses are as enforceable as proprietary software licenses. There's no reason that it would be legal to do this with open source licensed code without respecting the licenses but not code under proprietary licenses.
1
5
This Tweet was deleted by the Tweet author. Learn more
Replying to and
Direct copying is in no way required for it to be infringement. If you're using 10 GPL code repositories fed into machine learning model to generate code, the code produced by that is clearly under the GPL and is licensed under the GPL. There's no question at that small scale.
1
5
Show replies