←back to thread

319 points SpaghettiX | 1 comments | | HN request time: 0.212s | source
Show context
pabs3 ◴[] No.30284770[source]
Unfortunately the cloudflared software, while the source is available on GitHub, and there are pull requests open and accepted for it, is not under an open source license, and the license it is under does not allow modifications, so any modifications (including the aformentioned pull requests) are contrary to the license and thus copyright law and thus illegal. The issue I filed about this is still waiting for action since October 2021.

https://github.com/cloudflare/cloudflared/issues/464

replies(6): >>30284815 #>>30284846 #>>30285004 #>>30285051 #>>30285076 #>>30285476 #
L3viathan ◴[] No.30285076[source]
No, pull requests are not illegal, at least when done on Github, because by posting code on Github (that you are allowed to post) you grant Github and its users certain rights:

https://docs.github.com/en/github/site-policy/github-terms-o...

> By setting your repositories to be viewed publicly, you agree to allow others to view and "fork" your repositories (this means that others may make their own copies of Content from your repositories in repositories they control).

replies(2): >>30285089 #>>30285354 #
1. jeltz ◴[] No.30285354[source]
In this specific case you might be correct but in the general case this is not true. The uploader agreeing to something does not affect the rights of other authors than the uploader.