From 7bd673644fdf2fa591a88e483bccead416e9935a Mon Sep 17 00:00:00 2001 From: zhangcan42 Date: Thu, 31 Oct 2024 12:04:02 +0000 Subject: [PATCH] update README.OpenSource. Signed-off-by: zhangcan42 --- 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