From 3b2f68111ec5e93c93bdf687f4e7824c4263f363 Mon Sep 17 00:00:00 2001 From: zzy <2450266535@qq.com> Date: Sat, 21 Feb 2026 16:46:38 +0800 Subject: [PATCH] =?UTF-8?q?chore(license):=20=E6=B7=BB=E5=8A=A0MIT?= =?UTF-8?q?=E8=AE=B8=E5=8F=AF=E8=AF=81=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 向项目中添加MIT许可证,明确软件使用的条款和条件, 包括版权声明、许可声明以及免责声明等内容。 --- LISENCE | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 LISENCE diff --git a/LISENCE b/LISENCE new file mode 100644 index 0000000..e7c5dca --- /dev/null +++ b/LISENCE @@ -0,0 +1,8 @@ +The MIT License (MIT) +Copyright © 2026 + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file