From a4d4942187196429003c22044fb86547329c8784 Mon Sep 17 00:00:00 2001 From: luhuadong <870179822@qq.com> Date: Fri, 11 Dec 2020 14:12:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AE=A2-=E8=A1=A5=E5=85=85=E5=BC=80?= =?UTF-8?q?=E6=BA=90=E5=AE=9A=E4=B9=89=E7=9A=84=E5=8D=81=E4=B8=AA=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...3\200\344\271\210\346\230\257\345\274\200\346\272\220.md" | 2 +- ...0\257\345\274\200\346\272\220\347\232\204\357\274\237.md" | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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 6e9ac05..4d73d9b 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 a5f7422..4582796 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)? -- Gitee