Ask HN: Commercially using a GPL fork now marked as non commercial?
Based on the point at GPL's website http://www.gnu.org/licenses/old-licenses/gpl-2.0-faq.en.html#TOCModifyGPL I am curious if the fork's change in license for non-commercial use still valid.
8 comments
[ 2.8 ms ] story [ 32.4 ms ] threadIf the distributor does not hold copyright to the source code, then the distributor's statement that a given fork is non commercial is meaningless.
If the distributor holds the copyright to some of the code, and not others, then it's complicated. The Kallithea fork (see http://ebb.org/bkuhn/blog/2014/07/15/why-kallithea.html ) dealt with a similar issue by going to the previous unambiguously GPL'ed version of the code.
You'll have to be careful to vet each file, with respect to any GPL'ed version, to see if the differences are covered under an unacceptable license.