Live data from Hacker News

Open source body quits GitHub, urges you to do the same

theregister.com

1–10 of 131 posts

Re: Open source body quits GitHub, urges you to do the same

#9
Simply moving away from Github is not enough to protect your code if you see this as a problem. Moving your code away from Github to some open alternative doesn't stop Github consuming it to use in Copilot unless you specifically forbid that in your license. If you code is freely available to use for any purpose, as many open source licenses permit, then that includes using it as training data for a for-profit product.

You need to use a license that restricts its use, and restricts the use of derivatives otherwise someone uploading a fork to Github will just put you back where you started. I think GPL3 would give you such protections, but you should check with a lawyer if this is particularly important to you.

Post reply on HN