From 3fcd8c6c141a4c91dc139675ebddec976215b478 Mon Sep 17 00:00:00 2001 From: liuli2022 Date: Fri, 27 Sep 2024 08:14:08 +0000 Subject: [PATCH] update README.OpenSource. Signed-off-by: liuli2022 --- README.OpenSource | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.OpenSource b/README.OpenSource index f0eac64f..cfab253d 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -7,5 +7,15 @@ "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-liuli", + "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/", + "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." } ] -- Gitee