From 55852f898fe372903bda270c47d4294e3f4e9f2a Mon Sep 17 00:00:00 2001 From: ganchuantao Date: Fri, 17 Jan 2025 03:58:46 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dlicense=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ganchuantao --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 3a86e97..e97f280 100644 --- a/bundle.json +++ b/bundle.json @@ -2,7 +2,7 @@ "name": "@ohos/abseil-cpp", "description": "The repository contains the Abseil C++ library code. Abseil is an open-source collection of C++ code (compliant to C++11) designed to augment the C++ standard library.", "version": "3.1", - "license": "Apache V2", + "license": "Apache-2.0", "publishAs": "code-segment", "segment": { "destPath": "third_party/abseil-cpp" -- Gitee