From 965dbe7869c9c37175bfbb2f507d11d5d2e41381 Mon Sep 17 00:00:00 2001 From: Jinguang Dong Date: Tue, 10 Sep 2024 17:11:09 +0800 Subject: [PATCH] Description:[fix] fixed README.OpenSource description error Bug: https://gitee.com/openharmony/third_party_elfutils/issues/IAQAV2 Test: It could be normally checked by validate_readme_opensource.js Signed-off-by: Jinguang Dong --- README.OpenSource | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index 486dc4ac..f0eac64f 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,17 +1,8 @@ [ { "Name": "elfutils", - "License": "LGPL V2.1", - "License File": "", - "Version Number": "0.188", - "Owner": "zhanghaibo0@huawei.com", - "Upstream URL": "https://sourceware.org/elfutils/", - "Description": "A collection of tools and libraries for reading, creating and modifying ELF binaries, finding and processing DWARF debug data, symbols, thread status, and stack trace of processes and core files on GNU/Linux." - }, - { - "Name": "elfutils", - "License": "LGPL V3 or GPL V2", - "License File": "COPYING-LGPLV3", + "License": "LGPL-2.1, LGPL-3.0, GPL-2.0", + "License File": "COPYING-GPLV2", "Version Number": "0.188", "Owner": "zhanghaibo0@huawei.com", "Upstream URL": "https://sourceware.org/elfutils/", -- Gitee