From 7e225248ea03e21eef7be91e66f4244dc7db7208 Mon Sep 17 00:00:00 2001 From: lixinnan Date: Thu, 12 Dec 2024 19:46:27 +0800 Subject: [PATCH] =?UTF-8?q?fix=20Apache=20=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lixinnan Change-Id: Ib1dcc72f56dfecd172370cc0224d31d50987c339 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index b5d9412..c1f3777 100644 --- a/bundle.json +++ b/bundle.json @@ -2,7 +2,7 @@ "name": "@ohos/parse5", "description": "HTML parser and serializer.", "version": "4.0", - "license": "Apache V2", + "license": "Apache-2.0", "publishAs": "code-segment", "segment": { "destPath": "third_party/parse5" -- Gitee