From c11a9a1886c5839381dc7acde2f7cad0b99dd1c2 Mon Sep 17 00:00:00 2001 From: fangting Date: Fri, 14 Apr 2023 14:14:58 +0800 Subject: [PATCH] Add OAT.xml and README.OpenSource Signed-off-by: fangting --- OAT.xml | 66 +++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 11 ++++++++ 2 files changed, 77 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..30de5f2c --- /dev/null +++ b/OAT.xml @@ -0,0 +1,66 @@ + + + + + + LICENSE-APACHE|LICENSE-MIT + + + + + + + + diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 00000000..66d15c20 --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "libc", + "License": "Apache License V2.0, MIT", + "License File": "LICENSE-APACHE, LICENSE-MIT", + "Version Number": "0.2.139", + "Owner": "fangting12@huawei.com", + "Upstream URL": "https://github.com/rust-lang/libc", + "Description": "A Rust library that provides bindings to the C standard library." + } +] \ No newline at end of file