From 6018fa0518eaa899a0a3e343feb226f87bf8d9e8 Mon Sep 17 00:00:00 2001 From: fangting Date: Fri, 14 Apr 2023 14:15:30 +0800 Subject: [PATCH] Add OAT.xml and README.OpenSource Signed-off-by: fangting --- OAT.xml | 72 +++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 11 ++++++++ 2 files changed, 83 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..4bc1fb3 --- /dev/null +++ b/OAT.xml @@ -0,0 +1,72 @@ + + + + + + LICENSE-UNICODE|LICENSE-APACHE|LICENSE-MIT + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 0000000..0d83092 --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "unicode-ident", + "License": "Unicode, Apache License 2.0, MIT", + "License File": "LICENSE-UNICODE|LICENSE-APACHE|LICENSE-MIT", + "Version Number": "1.0.8", + "Owner": "fangting12@huawei.com", + "Upstream URL": "https://github.com/dtolnay/unicode-ident.git", + "Description": "A Rust library that provides support for working with Unicode identifiers." +} +] \ No newline at end of file