From ae0baf3e50e496ee19fdc365fdf7221d03566776 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 10 Jul 2025 10:55:46 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=A3=B0=E6=98=8E=E6=96=87=E4=BB=B6=E5=B9=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 NOTICE 文件,包含项目版权、许可信息和贡献者致谢 - 在 README.md 中添加项目仓库地址 --- NOTICE | 15 +++++++++++++++ README.md | 1 + 2 files changed, 16 insertions(+) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..b289ed9 --- /dev/null +++ b/NOTICE @@ -0,0 +1,15 @@ +========================================== +SnowLang Project – NOTICE +========================================== + +Copyright © 2025 Ke Xu (Luke), on behalf of the SnowLang Project +Repository: https://gitee.com/jcnc-org/snow + +Licensed under the Apache License, Version 2.0 (the "License") +You may obtain a copy of the License at: + http://www.apache.org/licenses/LICENSE-2.0 + +=============================================================================== +This product includes software developed by the SnowLang Project and +its contributors. +=============================================================================== diff --git a/README.md b/README.md index 74438c3..af43071 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ end module ## 版权声明 版权所有 © 2025 许轲(Luke),代表 SnowLang 项目。 +仓库地址: 本项目依据 [Apache 2.0 许可证](LICENSE) 进行许可和发布。 “SnowLang 项目”为由许轲(Luke)发起的独立开源项目。