From 611ee017e368df83c766d2a71201c5c829ccc45a Mon Sep 17 00:00:00 2001 From: fangting Date: Fri, 14 Apr 2023 14:15:23 +0800 Subject: [PATCH] Add OAT.xml and README.OpenSource Signed-off-by: fangting --- OAT.xml | 90 +++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 11 ++++++ 2 files changed, 101 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..4a6aaf53 --- /dev/null +++ b/OAT.xml @@ -0,0 +1,90 @@ + + + + + + LICENSE-Apache-2.0_WITH_LLVM-exception|LICENSE-APACHE|LICENSE-MIT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 00000000..4151f3dc --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "rustix", + "License": "Apache-2.0_WITH_LLVM-exception, Apache License 2.0, MIT", + "License File": "LICENSE-Apache-2.0_WITH_LLVM-exception|LICENSE-APACHE|LICENSE-MIT", + "Version Number": "0.36.8", + "Owner": "fangting12@huawei.com", + "Upstream URL": "https://github.com/bytecodealliance/rustix", + "Description": "A Rust library that provides support for working with UTF-8 encoded strings." + } +]