From 97f04c0f6568cdc0925fab5f33e4040fcbd3db53 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:23:20 +0000 Subject: [PATCH 1/2] update bundle.json license MIT 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 8cd46ae..5be4727 100644 --- a/bundle.json +++ b/bundle.json @@ -2,7 +2,7 @@ "name": "@ohos/elfio", "description": "ELFIO is a small, header-only C++ library that provides a simple interface for reading and generating files in ELF binary format.", "version": "Release_3.9", - "license": "The MIT License", + "license": "MIT", "publishAs": "code-segment", "segment": { "destPath": "third_party/elfio" -- Gitee From b81502d696db386cfc057c0d6581e46c51f821cd 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:33:58 +0000 Subject: [PATCH 2/2] 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 5be4727..7b87d02 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { "name": "@ohos/elfio", "description": "ELFIO is a small, header-only C++ library that provides a simple interface for reading and generating files in ELF binary format.", - "version": "Release_3.9", + "version": "3.9", "license": "MIT", "publishAs": "code-segment", "segment": { -- Gitee