From 9fde32f6f991b22e5dee7f4356098fbfe5756b92 Mon Sep 17 00:00:00 2001 From: dapaodexiaoyu2 Date: Fri, 26 Nov 2021 09:59:27 +0000 Subject: [PATCH] add OAT.xml and README.OpenSource Signed-off-by: renwei --- OAT.xml | 138 ++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 11 ++++ 2 files changed, 149 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..2cd59bf --- /dev/null +++ b/OAT.xml @@ -0,0 +1,138 @@ + + + + + + pcre2/LICENCE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 0000000..a81a41b --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "pcre2", + "License": "PCRE2 LICENCE", + "License File": "LICENSE", + "Version Number": "10.37", + "Upstream URL": "https://github.com/PhilipHazel/pcre2.git", + "Description": "pcre2 is a re_working of the original PCRE1 library to provide an entirely new API." + } +] + -- Gitee