My friends. I want to know if I can create a repository of abandoned plugin of wp that the author is not mantaining make 2 years.
The plugin is this:
/
I just want to know if I will have problem with the law if I put it in the Github because is a third party plugin, even if I mantain the author in the readme.txt. Thanks!
Edit: /
My friends. I want to know if I can create a repository of abandoned plugin of wp that the author is not mantaining make 2 years.
The plugin is this:
https://br.wordpress/plugins/send-emails-for-woocommerce/
I just want to know if I will have problem with the law if I put it in the Github because is a third party plugin, even if I mantain the author in the readme.txt. Thanks!
Edit: https://wordpress/support/topic/can-i-takeover-this-plugin-it-seems-to-be-abandoned-after-2-years-w-o-update/
Share Improve this question edited Jun 10, 2019 at 19:40 Lucas Vendramini asked Jun 10, 2019 at 17:47 Lucas VendraminiLucas Vendramini 3032 silver badges11 bronze badges2 Answers
Reset to default 1I‘m not a lawyer but a plugin developer. As far as I know you ca republish any GPL code. The only thing you should do first is
- try to reach the author in the forum
- have a look at the plugin files, maybe there’s an email address where you can try to reach out to the author
If both doesn’t work just fork it. This is the recommended process to take over a plugin if it seems to be abandoned.
Yes as long as you don't violate the original license, all plugins on are GPL or GPL compatible, so your fork must be too.
Keep in mind though that for legal matters, you should consult professional legal advice rather than stack exchange
For reference:
- Plugins must be compatible with the GNU General Public License v2 or later. If a license is not specified, code will be considered “GPLv2 or later.”
Taken from https://developer.wordpress/plugins/wordpress-org/