Ask HN: What are the rules around changing licenses of forked project?
Someone forked a project I built that is licensed under BSD-2. The new project is licensed under GPL-2.
I don't particularly care, but it made me curious about what sort of rules or standards there are about this type of thing.
2 comments
[ 2.4 ms ] story [ 16.0 ms ] threadSocially, there's the aspect that upstream typically can't make use of improvements to the fork without the contributors explicitly making it available under the upstream license too, which can cause additional friction.