From de99e5bb8934906dcff4d10ac093caaa14cb6361 Mon Sep 17 00:00:00 2001 From: i-am-a-little-bird Date: Sat, 30 Nov 2024 16:42:29 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90OAT=E3=80=91=E3=80=90114=5Ftrunk?= =?UTF-8?q?=E3=80=91OAT=E5=91=8A=E8=AD=A6=E6=B8=85=E9=9B=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: i-am-a-little-bird --- OAT.xml | 83 +++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 11 +++++++ 2 files changed, 94 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..a005853 --- /dev/null +++ b/OAT.xml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 0000000..5377625 --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "jsoncpp", + "License":"Unknown License file reference", + "License File": "LICENSE", + "Version Number": "9059f5cad030ba11d37818847443a53918c327b1", + "Owner": "huangjiewen2@huawei.com", + "Upstream URL": "https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp.git@9059f5cad030ba11d37818847443a53918c327b1", + "Description": "jsoncpp库" + } +] \ No newline at end of file -- Gitee From b79b12a0d20870e9e9d1631f73e35b97aeae127b Mon Sep 17 00:00:00 2001 From: belong326 Date: Wed, 11 Dec 2024 11:36:46 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20readme.opensource?= =?UTF-8?q?=E5=8F=8Aoat=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: belong326 --- OAT.xml | 3 +-- README.OpenSource | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/OAT.xml b/OAT.xml index a005853..f2bb05d 100644 --- a/OAT.xml +++ b/OAT.xml @@ -62,13 +62,12 @@ used to filter file path. - - + diff --git a/README.OpenSource b/README.OpenSource index 5377625..20f5b63 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,11 +1,11 @@ [ { "Name": "jsoncpp", - "License":"Unknown License file reference", + "License":"MIT", "License File": "LICENSE", "Version Number": "9059f5cad030ba11d37818847443a53918c327b1", "Owner": "huangjiewen2@huawei.com", "Upstream URL": "https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp.git@9059f5cad030ba11d37818847443a53918c327b1", "Description": "jsoncpp库" } -] \ No newline at end of file +] -- Gitee