From 7af9ef2f54059f9a0a73996c1919f238e4f4fcbc Mon Sep 17 00:00:00 2001 From: fangting Date: Fri, 14 Apr 2023 14:14:41 +0800 Subject: [PATCH] Add OAT.xml and README.OpenSource Signed-off-by: fangting --- README.OpenSource | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.OpenSource diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 0000000..90e21b9 --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "cfg-if", + "License": "Apache License V2.0, MIT", + "License File": "LICENSE-APACHEļ¼Œ LICENSE-MIT", + "Version Number": "1.0.0", + "Owner": "fangting12@huawei.com", + "Upstream URL": "https://github.com/rust-lang/cfg-if", + "Description": "A macro that allows conditional compilation based on a set of configuration options. " + } +] \ No newline at end of file