逐行解读 MIT 许可证


逐行解读 MIT 许可证

文章插图
每个程序员都应该明白的 171 个字 。
MIT 许可证是世界上最流行的开源软件许可证 。以下是它的逐行解读 。
 
阅读许可证如果你参与了开源软件,但还没有花时间从头到尾的阅读过这个许可证(它只有 171 个单词),你需要现在就去读一下 。尤其是如果许可证不是你日常每天都会接触的,把任何看起来不对劲或不清楚的地方记下来,然后继续阅读 。我会分段、按顺序、加入上下文和注释,把每一个词再重复一遍 。但最重要的还是要有个整体概念 。
The MIT License (MIT)
Copyright (c)
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.


    推荐阅读