diff --git "a/\347\254\254\344\270\200\351\203\250\345\210\206\342\200\224\342\200\224\345\210\235\350\257\206\345\274\200\346\272\220/\344\273\200\344\271\210\346\230\257\345\274\200\346\272\220.md" "b/\347\254\254\344\270\200\351\203\250\345\210\206\342\200\224\342\200\224\345\210\235\350\257\206\345\274\200\346\272\220/\344\273\200\344\271\210\346\230\257\345\274\200\346\272\220.md" index 6e9ac05c7628bf99b7700875a6d8bb5bcce26168..4d73d9bbddff039cb9bb88e810c2a71b26dd1b2d 100644 --- "a/\347\254\254\344\270\200\351\203\250\345\210\206\342\200\224\342\200\224\345\210\235\350\257\206\345\274\200\346\272\220/\344\273\200\344\271\210\346\230\257\345\274\200\346\272\220.md" +++ "b/\347\254\254\344\270\200\351\203\250\345\210\206\342\200\224\342\200\224\345\210\235\350\257\206\345\274\200\346\272\220/\344\273\200\344\271\210\346\230\257\345\274\200\346\272\220.md" @@ -8,7 +8,7 @@ 那是不是公开源代码的软件就是开源软件呢? -实际上并不是。按照 [OSI 组织](https://opensource.org/associations)(Open Source Initiative Association)的 [OSD 定义](https://opensource.org/docs/definition.php),除了公开源代码,开源软件的发行条款还必须符合以下条件: +实际上并不是。按照 [OSI 组织](https://opensource.org/associations)(Open Source Initiative Association)的 [OSD 定义](https://opensource.org/docs/definition.php),除了公开源代码,开源软件的发行条款还必须符合以下十个条件: | 序号 | 条款 | 简单说明 | | ---- | -------------------------------------------- | -------------------------------- | diff --git "a/\347\254\254\344\270\200\351\203\250\345\210\206\342\200\224\342\200\224\345\210\235\350\257\206\345\274\200\346\272\220/\345\246\202\344\275\225\345\210\244\346\226\255\344\270\200\344\270\252\351\241\271\347\233\256\346\230\257\345\220\246\346\230\257\345\274\200\346\272\220\347\232\204\357\274\237.md" "b/\347\254\254\344\270\200\351\203\250\345\210\206\342\200\224\342\200\224\345\210\235\350\257\206\345\274\200\346\272\220/\345\246\202\344\275\225\345\210\244\346\226\255\344\270\200\344\270\252\351\241\271\347\233\256\346\230\257\345\220\246\346\230\257\345\274\200\346\272\220\347\232\204\357\274\237.md" index a5f7422df2656d4f00910dcf903375e9dd6ebaa2..4582796ed2fb0a317c93e21ffca69e2785c7121e 100644 --- "a/\347\254\254\344\270\200\351\203\250\345\210\206\342\200\224\342\200\224\345\210\235\350\257\206\345\274\200\346\272\220/\345\246\202\344\275\225\345\210\244\346\226\255\344\270\200\344\270\252\351\241\271\347\233\256\346\230\257\345\220\246\346\230\257\345\274\200\346\272\220\347\232\204\357\274\237.md" +++ "b/\347\254\254\344\270\200\351\203\250\345\210\206\342\200\224\342\200\224\345\210\235\350\257\206\345\274\200\346\272\220/\345\246\202\344\275\225\345\210\244\346\226\255\344\270\200\344\270\252\351\241\271\347\233\256\346\230\257\345\220\246\346\230\257\345\274\200\346\272\220\347\232\204\357\274\237.md" @@ -5,10 +5,7 @@ 1. 源代码必须公开发布。 2. 源代码必须按照 [Open Source Initiative 认可的开源许可证](https://opensource.org/licenses) 发布。 - -``` -补充开源软件的十条定义,方便读者直接学习。 -``` +关于开源许可的十个条件请看 [什么是开源](./什么是开源.md/#开源软件) 一节。 ## 什么是闭源 (Closed Source)?