Comment by dun44
2 years ago
With BSD, anyone can take the code and build a derivative product, under whatever business model, open source or not.
GPL, on the other hand, can make it possible for a corp to buy the project and effectively prevent further development, like it happened with MySQL.
> GPL, on the other hand, can make it possible for a corp to buy the project and effectively prevent further development, like it happened with MySQL.
That's not correct.
All of the MySQL GPL code was and is free for continued development. The company has no right to stop you or me from continuing to work on it. MariaDB was forked from MySQL and continues to be GPL licensed.
How do you think the GPL "effectively prevent further development"?
Oh, sure you can develop it - same as with every other open license, including public domain. But it prevents you from replicating the original business model.
Prevents how?
Explain? Isn't MariaDB the fork of MySQL that derived from that sellout? Oracle can't prevent further development of it or any other forks. The GPL is doing its job here.