From eb0f6e209283f67f70a5796318f397563684ad3b Mon Sep 17 00:00:00 2001 From: Jinguang Dong Date: Tue, 21 Jan 2025 20:12:26 +0800 Subject: [PATCH] Description: [feature] optimize oss's dependencies and spdx identifier info Bug: https://gitee.com/openharmony/third_party_rust_rust-openssl/issues/IBJ6H5 Test: It could be normally parse by validate_readme_opensource script Signed-off-by: Jinguang Dong --- README.OpenSource | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index 669be4f..02b5e0c 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,11 +1,14 @@ -[ - { - "Name": "rust-openssl", - "License": "Apache License V2.0", - "License File": "THIRD_PARTY", - "Version Number": "0.10.56", - "Owner": "xuelei3@huawei.com", - "Upstream URL": "https://github.com/sfackler/rust-openssl", - "Description": "OpenSSL bindings." - } -] +[ + { + "Name": "rust-openssl", + "License": "Apache-2.0", + "License File": "THIRD_PARTY", + "Version Number": "0.10.56", + "Owner": "xuelei3@huawei.com", + "Upstream URL": "https://github.com/sfackler/rust-openssl", + "Description": "OpenSSL bindings for Rust", + "Dependencies": [ + "foreign-types" + ] + } +] \ No newline at end of file -- Gitee