You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- Your question about contributions specifically to MIT licensed projects is interesting, and may warrant its own question. Bart's answer still applies & without an explicit license, the contribution must be considered ARR, and the owner of the repository would be unable to legally accept it. Copyleft licenses like the GPL do not have this problem, because the changes can only be legally made if the changes are also GPL. I asked a similar question here a few years ago: opensource.stackexchange.com/questions/10491/…preferred_anon– preferred_anon2024-09-04 06:28:58 +00:00Commented Sep 4, 2024 at 6:28
- You should consider accepting one of the answers below, by clicking the "tick" outline next to it; this drives the SE reputation system for both you and the author of the accepted answer, and the community expects it. If some of your questions remains unanswered, you might want to consider editing your question to bring that to light. Thanks.MadHatter– MadHatter ♦2025-08-12 19:46:14 +00:00Commented Aug 12 at 19:46
- I have considered it. As of now, the answers are advice-oriented saying things like "you shouldn't do this" and do not provide a direct answer to ownership. I suspect that this is ultimately an unanswerable question that needs to be tested by the courts.TJM– TJM2025-08-13 21:56:00 +00:00Commented Aug 13 at 21:56
- Bart writes in his answer that "the changes you made are still owned by you."; that seems like a direct answer to the question of ownership to me. I really think you need to accept an answer to this question; that's the social compact of this site. You knew this wasn't a court when you asked the question, so to refuse to accept an answer simply because you feel only the courts can answer to your satisfaction is not really within the spirit of the process.MadHatter– MadHatter ♦2025-08-14 11:52:29 +00:00Commented Aug 14 at 11:52
- @MadHatter As a moderator I will comply with your demands and accept Bart's answer, rather than risk any consequences. Good day.TJM– TJM2025-08-14 15:38:21 +00:00Commented Aug 14 at 15:38
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. gpl-3), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you