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 <dongjinguang@huawei.com>
This commit is contained in:
Jinguang Dong
2025-01-21 19:48:37 +08:00
parent 7a667c3989
commit 9863c084ab
+13 -10
View File
@@ -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"
]
}
]