From 15359c51c6f10da08b3d1ee49d0e46c3ccabe51c Mon Sep 17 00:00:00 2001 From: ljy9810 Date: Thu, 9 Apr 2026 17:46:17 +0800 Subject: [PATCH] =?UTF-8?q?README.OpenSource=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ljy9810 --- README.OpenSource | 4 ++-- bundle.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index a82a418..d4f6c05 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,8 +1,8 @@ [ { "Name": "Rust Quasi-Quoting", - "License": "Apache License V2.0, MIT", - "License File": "LICENSE-APACHE, LICENSE-MIT", + "License": "MIT", + "License File": "LICENSE-MIT", "Version Number": "1.0.43", "Owner": "fangting12@huawei.com", "Upstream URL": "https://github.com/dtolnay/quote", diff --git a/bundle.json b/bundle.json index 5aca245..7506b68 100644 --- a/bundle.json +++ b/bundle.json @@ -2,7 +2,7 @@ "name": "@ohos/rust_quote", "description": "A library that generates Rust code based on compile-time configuration options", "version": "5.0", - "license": "Apache License 2.0", + "license": "MIT", "publishAs": "code-segment", "segment": { "destPath": "third_party/rust/crates/quote"