From 3bc49ade1b633c139fd934d94b0c14348cf519ec Mon Sep 17 00:00:00 2001 From: pssea Date: Sat, 31 Jul 2021 02:23:21 +0000 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/contribute/=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E5=BC=80=E6=BA=90=E8=BD=AF=E4=BB=B6=E5=8F=8A=E8=AE=B8?= =?UTF-8?q?=E5=8F=AF=E8=AF=81=E8=AF=B4=E6=98=8E.md.=20=20add=20qrcode=20&?= =?UTF-8?q?=20giflib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\256\270\345\217\257\350\257\201\350\257\264\346\230\216.md" | 2 ++ 1 file changed, 2 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..2261dce0716 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" @@ -9,6 +9,7 @@ OpenHarmony使用了如下第三方开源软件,下表对各开源软件采用 | third_party_FatFs | FatFs license(BSD-style licenses) | 该License无强制开放源码义务条款。 | | third_party_FreeBSD | BSD 2-Clause License | 该License无强制开放源码义务条款。 | | third_party_freetype | The FreeType Project License | 该License无强制开放源码义务条款。 | +| third_party_giflib | MIT License | 该License无强制开放源码义务条款。 | | third_party_googletest | BSD 3-Clause License | 该License无强制开放源码义务条款。 | | third_party_harfbuzz | MIT License | 该License无强制开放源码义务条款。 | | third_party_iniparser | MIT License | 该License无强制开放源码义务条款。 | @@ -23,6 +24,7 @@ OpenHarmony使用了如下第三方开源软件,下表对各开源软件采用 | third_party_musl | BSD 2-Clause License | 该License无强制开放源码义务条款。 | | third_party_NuttX | BSD 3-Clause License | 该License无强制开放源码义务条款。 | | third_party_openssl | OpenSSL License and Original SSLeay License | 该License无强制开放源码义务条款。 | +| third_party_qrcodegen| MIT License | 该License无强制开放源码义务条款。 | | third_party_unity | MIT License | 该License无强制开放源码义务条款。 | | third_party_wpa_supplicant | BSD 3-Clause License | 该License无强制开放源码义务条款。 | | third_party_zlib | zlib/libpng License | 该License无强制开放源码义务条款。 | -- Gitee