From 9863c084abb04d7bb6aacce366f0329ba398be19 Mon Sep 17 00:00:00 2001 From: Jinguang Dong Date: Tue, 21 Jan 2025 19:48:37 +0800 Subject: [PATCH] Description: [feature] optimize oss's dependencies and spdx identifier info Bug: https://gitee.com/openharmony/third_party_gptfdisk/issues/IBJ6FG Test: It could be normally parse by validate_readme_opensource script Signed-off-by: Jinguang Dong --- README.OpenSource | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index b10f6ee..c7ae5c1 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,11 +1,14 @@ [ - { - "Name" : "GPT fdisk", - "License" : "GPL-2.0-or-later", - "License File" : "COPYING", - "Version Number" : "1.0.10", - "Owner" : "Roderick W. Smith, rodsmith@rodsbooks.com", - "Upstream URL" : "https://sourceforge.net/projects/gptfdisk/files/gptfdisk/1.0.10/gptfdisk-1.0.10.tar.gz/download", - "Description" : "GPT fdisk is a disk partitioning tool loosely modeled on Linux fdisk, but used for modifying GUID Partition Table (GPT) disks. The related FixParts utility fixes some common problems on Master Boot Re" - } -] + { + "Name": "GPT fdisk", + "License": "GPL-2.0-only", + "License File": "COPYING", + "Version Number": "1.0.10", + "Owner": "gudehe@huawei.com", + "Upstream URL": "https://sourceforge.net/projects/gptfdisk", + "Description": "GPT fdisk is a disk partitioning tool loosely modeled on Linux fdisk, but used for modifying GUID Partition Table (GPT) disks.", + "Dependencies": [ + "Popt" + ] + } +] \ No newline at end of file