Hacker News new | ask | show | jobs
by mmmateo 1065 days ago
Sure thing! Just changed it from AGPL actually. It would be ideal if anyone forking it would contribute changes, but I was worried that would keep them from using it to build internal tools or separate products, and all the underlying tech is MIT anyway.
1 comments

Yep, that is actually a big problem (benefit?) with Wordpress, were all the code is redistributable because of the GPL license. So paid plugin developers are in this weird limbo were they are charging people for their plugins without telling them that the code is freely redistributable.
A plugin is a separate code module that wordpress loads, surely those are not bound to the wordpress core license. Extending wordpress with non-wordpress owned code does not grant them the right to push their license onto somebody else's completely unrelated code. If that were true, nobody would ever be able to sell a proprietary app on any linux distro. GitLab is open core yet extends the functionality with enterprise under a different, proprietary license.
There's no legal precedent yet, but WordPress plugins/themes are widely considered as being GPL because they're a "derivative" work.

Or, at least the PHP code in those plugins/themes are - possibly not the CSS + assets.

https://kinsta.com/learn/wordpress-gpl/