From 46670170bbc9f889cc38fa5d02d5f1b2c9c9386b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E6=B3=BD=E6=82=9F?= Date: Mon, 23 Oct 2023 08:58:32 +0000 Subject: [PATCH 1/4] update OAT.xml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 冯泽悟 --- OAT.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OAT.xml b/OAT.xml index a0d08b6..78dc4c3 100644 --- a/OAT.xml +++ b/OAT.xml @@ -64,6 +64,8 @@ Note:If the text contains special characters, please escape them according to th + + -- Gitee From a3a798084fa2b68c7c3cdc0af5217e3f1d21a368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E6=B3=BD=E6=82=9F?= Date: Mon, 23 Oct 2023 09:07:31 +0000 Subject: [PATCH 2/4] update OAT.xml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 冯泽悟 --- OAT.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/OAT.xml b/OAT.xml index 78dc4c3..fc891c4 100644 --- a/OAT.xml +++ b/OAT.xml @@ -66,6 +66,7 @@ Note:If the text contains special characters, please escape them according to th + -- Gitee From 7a6008caf6e6601c391b5a823908930ffd97aadb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E6=B3=BD=E6=82=9F?= Date: Mon, 23 Oct 2023 09:18:55 +0000 Subject: [PATCH 3/4] update OAT.xml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 冯泽悟 --- OAT.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OAT.xml b/OAT.xml index fc891c4..125886c 100644 --- a/OAT.xml +++ b/OAT.xml @@ -64,7 +64,7 @@ Note:If the text contains special characters, please escape them according to th - + -- Gitee From af7c4a2142d5dc27b0e8ffeb233af22eb82de6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E6=B3=BD=E6=82=9F?= Date: Mon, 30 Oct 2023 01:15:42 +0000 Subject: [PATCH 4/4] rename LICENSE.txt to LICENSE. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 冯泽悟 --- LICENSE.txt => LICENSE | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) rename LICENSE.txt => LICENSE (88%) diff --git a/LICENSE.txt b/LICENSE similarity index 88% rename from LICENSE.txt rename to LICENSE index b82735a..261eeb9 100644 --- a/LICENSE.txt +++ b/LICENSE @@ -1,9 +1,8 @@ - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. @@ -173,3 +172,30 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + 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. -- Gitee