From f6fb4e4f79af53c7595b98f2b8ad3fdc63fd6e12 Mon Sep 17 00:00:00 2001 From: fangting Date: Fri, 14 Apr 2023 14:14:53 +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 0000000..9d7dc66 --- /dev/null +++ b/OAT.xml @@ -0,0 +1,66 @@ + + + + + + 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 0000000..037dca9 --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "io-lifetimes", + "License": "Apache-2.0_WITH_LLVM-exception, Apache License 2.0, MIT", + "License File": "LICENSE-Apache-2.0_WITH_LLVM-exception, LICENSE-MIT", + "Version Number": "1.0.5", + "Owner": "fangting12@huawei.com", + "Upstream URL": "https://github.com/sunfishcode/io-lifetimes", + "Description": "A Rust library that provides support for lifetime annotations in IO operations." + } +]