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.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Which means you can use a library released under an MIT License in a commercial application -- but apparently have to include the copyright notice somewhere in your application.
It is a permissive license, meaning that it permits reuse within proprietary software on the condition that the license is distributed with that software.
发布评论
评论(2)
借助双重许可证,选择最适合您项目的许可证。麻省理工学院的限制非常宽松。
http://www.opensource.org/licenses/mit-license.php
With a dual license, pick the one that best suits your poject. MIT is very unrestrictive.
http://www.opensource.org/licenses/mit-license.php
MIT 许可证 规定:
这意味着您可以在商业应用程序中使用根据 MIT 许可证发布的库 - 但显然必须在应用程序中的某个位置包含版权声明。
并且,引用维基百科上的 MIT 许可证 条目:
The MIT license states :
Which means you can use a library released under an MIT License in a commercial application -- but apparently have to include the copyright notice somewhere in your application.
And, quoting the MIT License entry on wikipedia :