From da6015c57cb24585de7768687a807b0e46d29b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B3=BD=E5=87=A1?= Date: Thu, 23 Jan 2025 01:19:19 +0000 Subject: [PATCH] update bundle.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李泽凡 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 8960eeb1..d9d57ac3 100644 --- a/bundle.json +++ b/bundle.json @@ -2,7 +2,7 @@ "name": "@ohos/libwebsockets", "description": "Libwebsockets is a simple-to-use, MIT-license, pure C library providing client and server for http/1, http/2, websockets, MQTT and other protocols in a security-minded, lightweight, configurable, scalable and flexible way.", "version": "4.3.3", - "license": "Apache V2.0", + "license": "Apache-2.0", "publishAs": "code-segment", "segment": { "destPath": "third_party/libwebsockets" -- Gitee