From e9a64bc30b56ca014ac055c45f27c8f4f3d92c0c Mon Sep 17 00:00:00 2001 From: tansheng7 Date: Mon, 25 Apr 2022 11:44:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0OAT.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tansheng7 --- OAT.xml | 81 ++++++++++++++++++++++++++++++++ README.OpenSource | 11 +++++ ohos/{README.md => README_zh.md} | 0 3 files changed, 92 insertions(+) create mode 100644 OAT.xml create mode 100644 README.OpenSource rename ohos/{README.md => README_zh.md} (100%) diff --git a/OAT.xml b/OAT.xml new file mode 100644 index 00000000000..f5a82919f20 --- /dev/null +++ b/OAT.xml @@ -0,0 +1,81 @@ + + + + + + COPYING + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 00000000000..fe3792f9adc --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "mesa", + "License": "MIT license", + "License File": "COPYING", + "Version Number": "21.3.3", + "Owner": "zhangleiyu1@huawei.com", + "Upstream URL": "https://docs.mesa3d.org/relnotes/21.3.3.html", + "Description": "mesa is an open-source software implementation of OpenGL, Vulkan, and other graphics API specifications." + } +] \ No newline at end of file diff --git a/ohos/README.md b/ohos/README_zh.md similarity index 100% rename from ohos/README.md rename to ohos/README_zh.md -- Gitee