From 74784aaa98857ac10abb1eff14b9b713bbfb293b Mon Sep 17 00:00:00 2001 From: zhanghaibo Date: Thu, 23 Feb 2023 15:11:17 +0800 Subject: [PATCH] add OAT.xml Signed-off-by: zhanghaibo --- OAT.xml | 94 +++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 11 ++++++ 2 files changed, 105 insertions(+) create mode 100644 OAT.xml create mode 100644 README.OpenSource diff --git a/OAT.xml b/OAT.xml new file mode 100644 index 00000000..8a3c79bf --- /dev/null +++ b/OAT.xml @@ -0,0 +1,94 @@ + + + + + + COPYING + COPYING-GPLV2 + COPYING-LGPLV3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 00000000..836eefcb --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "elfutils", + "License": "LGPL V3.0/GPL V2.0/GPL V3.0", + "License File": "COPYING", + "Version Number": "v0.185", + "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." + } +]