From 1c9f653159a49d7abc269772191de2af31737695 Mon Sep 17 00:00:00 2001 From: youbing54 Date: Wed, 15 Jan 2025 10:33:53 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:=20https://gitee.com/openharmony/third?= =?UTF-8?q?=5Fparty=5FcJSON/issues/IBHVHB=20describe:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?license=20Feature=20or=20Bugfix:=20Bugfix=20Binary=20Source:Yes?= =?UTF-8?q?=20Signed-off-by:=20youbing54?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 9b7c615..2a6c4fb 100644 --- a/bundle.json +++ b/bundle.json @@ -2,7 +2,7 @@ "name": "@ohos/cJSON", "description": "Third-party open-source software cJSON | Ultralightweight JSON parser in ANSI C.", "version": "3.1", - "license": " MIT License", + "license": "MIT", "publishAs": "code-segment", "segment": { "destPath": "third_party/cJSON" -- Gitee