From 9f8a466eb0702ca49142ff4ecb4d9d9fb8e28ab5 Mon Sep 17 00:00:00 2001 From: fangting Date: Fri, 14 Apr 2023 14:14:43 +0800 Subject: [PATCH] Add OAT.xml and README.OpenSource Signed-off-by: fangting --- OAT.xml | 76 +++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 11 +++++++ 2 files changed, 87 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..899c150e --- /dev/null +++ b/OAT.xml @@ -0,0 +1,76 @@ + + + + + + LICENSE-APACHE|LICENSE-MIT + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 00000000..a099ac5a --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "clap", + "License": "Apache license 2.0, MIT", + "License File": "LICENSE-MIT, LICENSE-APACHE", + "Version Number": "v4.1.4", + "Owner": "fangting12@huawei.com", + "Upstream URL": "https://github.com/clap-rs/clap", + "Description": "A command-line argument parsing library for Rust that supports subcommands and complex argument parsing." + } +] -- Gitee