|
|
|
|
|
by snailscale
660 days ago
|
|
Maybe someone can explain this to me. While new contributions to Forgejo will by under the GPL, old contributions coming from Gitea will still be under MIT. The original Gitea code can be sub licensed to GPL but they must still keep the MIT license around. Presumably it quite a bit of work to track everything as either MIT + GPL or just GPL. If someone made changes to a file only containing MIT licensed code could they not still claim their contributions as MIT license to the project? Forgejo could of course decline the contribution or sub-license it as GPL but wouldn't it be possible? |
|
AIUI, the answer to your question is "yes" (just as for upstream MIT-licensed Gitea changes being merged in after the fork and license change). The file would be sublicensed and available under GPLv3, with the MIT license maintained. So business as usual?
(Not meaning to imply I have a more complete understanding than you here!)