最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

author - Can I put in Github the code of a abandoned plugin I want to fork?

programmeradmin3浏览0评论

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 badges
Add a comment  | 

2 Answers 2

Reset to default 1

I‘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/

发布评论

评论列表(0)

  1. 暂无评论