Hacker News new | ask | show | jobs
by tzs 5543 days ago
A couple perhaps nit-picks. First:

"As well as a slew of new features and improvements, we’re thrilled to announce that the community edition is now entirely GPLv3 licensed – permissive and accommodating to your needs!"

The GPL is not a permissive license as the term is usually understood in the free and open source communities. I believe the FSF is careful to distinguish GPL from permissive licenses.

Second: there are several places on the linked pages that compare this to MySQL, basically saying you can do with it whatever you could do with MySQL as far as the licensing goes.

MySQL is under GPLv2, not GPLv3, so the comparison to MySQL might mislead people.

1 comments

Re: permissive, I concur! Poor wording on our part. Permissive-r than AGPL perhaps was our thinking. :) But you're absolutely correct that the GPL is not a permissive license. Updated the post!

As for GPLv2 vs v3, in a high-level post like this they're reasonably identical. v3 brings in some nice subtleties like ASL compatibility (a biggie for us!) as well as better patent language. But in terms of use cases where the "virality" kicks in, they're the same.

You could simply do GPLv2 "or later" and get the best of both worlds.