From 6e2b125a8ee0e355e651230c256d0ac2dceb13b5 Mon Sep 17 00:00:00 2001 From: zenggaofeng Date: Thu, 11 Apr 2024 15:43:59 +0800 Subject: [PATCH] =?UTF-8?q?OpenSource=E3=80=81LICENSE=E4=BB=A5=E5=8F=8AOAT?= =?UTF-8?q?=E7=89=88=E6=9D=83=E5=A4=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zenggaofeng --- LICENSE | 13 ++++++++++++- OAT.xml | 18 ++++++++++++++++++ README.OpenSource | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 261eeb9..8761f76 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,14 @@ + Copyright (c) 2017, Vincent Mi + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -198,4 +209,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. + limitations under the License. \ No newline at end of file diff --git a/OAT.xml b/OAT.xml index f3a925d..bb95250 100644 --- a/OAT.xml +++ b/OAT.xml @@ -1,4 +1,22 @@ + + diff --git a/README.OpenSource b/README.OpenSource index 080a765..14052a5 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -4,7 +4,7 @@ "License": "Apache License 2.0", "License File": " LICENSE ", "Version Number": "2.3.0", - "Owner" : "xiafeng@huawei.com" + "Owner" : "xiafeng@huawei.com", "Upstream URL": "https://github.com/vinc3m1/RoundedImageView", "Description": "A fast ImageView (and Drawable) that supports rounded corners (and ovals or circles) based on the original example from Romain Guy. It supports many additional features including ovals, rounded rectangles, ScaleTypes and TileModes." } -- Gitee