You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I originally wrote ModbusMaster, it was partly to solve a problem (extract real-time data from a PLC), and partly as an exercise in learning. I was inspired by and borrowed concepts from Arduino Modbus Master. I believe in Open Source Software and the concept that sharing/applying ideas from multiple contributors make a better overall product.
This library is successful when people use it to solve real-world problems and contribute their improvements to the project. It may be used in open source, public domain, private, or commercial projects. When someone links to this library, it becomes a derivative work of this code. The GPLv3 requires distribution of this combined work to be covered under GPLv3 or other compatible license. The Apache 2.0 license is more appropriate for this project because it is more open with respect to distribution of derivative works, as compared to GPLv3. Therefore, as of v0.12.0, I'm changing the project's license from GPLv3 to the less restrictive Apache 2.0 license.
Make the following changes after source code changes have been merged.
COPYING
(GPLv3)LICENSE
(Apache-2.0)The text was updated successfully, but these errors were encountered: