From cb00a8480a170770ec91de6828c9e800766ce06b Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 24 Dec 2025 21:06:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BB=BA=E7=AB=8B=E9=A1=B9=E7=9B=AE):=20?= =?UTF-8?q?=E5=BB=BA=E7=AB=8B=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ LICENSE | 2 +- NOTICE | 13 +++++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 NOTICE diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7002aaa --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.idea/ +.vscode/ +.devcontainer/ +*.exe \ No newline at end of file diff --git a/LICENSE b/LICENSE index 261eeb9..800f2c7 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2025 肖其顿 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..73d68a9 --- /dev/null +++ b/NOTICE @@ -0,0 +1,13 @@ + Copyright 2025 肖其顿 + + 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.