Licensing a Plugin [closed]

The only 100% way to get a paid subscription kind of service working is to move part of the functionality to an external server which is under your control and manage payment, expiry, etc there. When the code is not under your control you can not limit its use, this is a very basic life … Read more

Licensing options for WordPress Plugins

This is a legal and business question and not a technical one, but since you found an angle that is slightly relevant to plugin development, here comes an answer. Copyright law is complex and while in many places it is basically the same, there are still differences between different countries and therefor there is no … Read more

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

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 … Read more