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

Can we use a library under MIT license in a WooCommerce plugin?

programmeradmin2浏览0评论

I am in the process of developing a WooCommerce Plugin, and I plan to make two Free and premium versions. I want to join The Bootsrap library which is under the MIT lisence. In the WordPress officle directory, I know that MIT license is fully GPL compatible. But, my question, can we sell a WooCommerce Plugin that uses 3th part under MIT lisence?

I am in the process of developing a WooCommerce Plugin, and I plan to make two Free and premium versions. I want to join The Bootsrap library which is under the MIT lisence. In the WordPress officle directory, I know that MIT license is fully GPL compatible. But, my question, can we sell a WooCommerce Plugin that uses 3th part under MIT lisence?

Share Improve this question asked Jan 28, 2020 at 19:43 Younes.DYounes.D 1629 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

Disclaimer: I'm not a lawyer, so this isn't legal advice.

Yes, you can include MIT licensed code in something you sell. The MIT license is very permissive. From the license:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

Also, in contrast to copyleft licenses such as GPLv3, the MIT license does not require that you relicense the rest of your product.

发布评论

评论列表(0)

  1. 暂无评论