From 4b8e2650ca617b2fbadd3a8e07aaf42844abc559 Mon Sep 17 00:00:00 2001 From: lily0525 Date: Sat, 31 Jul 2021 11:07:08 +0800 Subject: [PATCH] add open source license Signed-off-by: lily0525 --- ...6\270\345\217\257\350\257\201\350\257\264\346\230\216.md" | 5 +++++ 1 file changed, 5 insertions(+) diff --git "a/zh-cn/contribute/\347\254\254\344\270\211\346\226\271\345\274\200\346\272\220\350\275\257\344\273\266\345\217\212\350\256\270\345\217\257\350\257\201\350\257\264\346\230\216.md" "b/zh-cn/contribute/\347\254\254\344\270\211\346\226\271\345\274\200\346\272\220\350\275\257\344\273\266\345\217\212\350\256\270\345\217\257\350\257\201\350\257\264\346\230\216.md" index 0f32b1be89c..3746662a448 100755 --- "a/zh-cn/contribute/\347\254\254\344\270\211\346\226\271\345\274\200\346\272\220\350\275\257\344\273\266\345\217\212\350\256\270\345\217\257\350\257\201\350\257\264\346\230\216.md" +++ "b/zh-cn/contribute/\347\254\254\344\270\211\346\226\271\345\274\200\346\272\220\350\275\257\344\273\266\345\217\212\350\256\270\345\217\257\350\257\201\350\257\264\346\230\216.md" @@ -4,6 +4,11 @@ OpenHarmony使用了如下第三方开源软件,下表对各开源软件采用 | :----- | :----- | :----- | | third_party_bounds_checking_function | Mulan Permissive Software License,Version 2 | 该License无强制开放源码义务条款。 | | third_party_cJSON | MIT License | 该License无强制开放源码义务条款。 | +| third_party_JSON-C | MIT License | 该License无强制开放源码义务条款。 | +| third_party_libuuid | BSD 3-Clause License | 该License无强制开放源码义务条款。 | +| third_party_popt | MIT License | 该License无强制开放源码义务条款。 | +| third_party_LVM2 | GPL V2.0 | 独立进程,不会导致受到GPL许可的影响。 | +| third_party_cryptsetup | GPL V2.0 | 独立进程,不会导致受到GPL许可的影响。| | third_party_cmsis | Apache License V2.0 | 该License无强制开放源码义务条款。 | | third_party_curl | Curl License | 该License无强制开放源码义务条款。 | | third_party_FatFs | FatFs license(BSD-style licenses) | 该License无强制开放源码义务条款。 | -- Gitee