From 9566493c3c09f454068fa42d618bedc194b265c8 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 23 Jan 2026 04:22:59 +0800 Subject: Update project license to dual MIT/Apache 2.0 The project now offers a choice between the MIT License and the Apache License 2.0. Updated both the English and Chinese README files to reflect this change and point to the correct license files. --- README_zh_CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README_zh_CN.md') diff --git a/README_zh_CN.md b/README_zh_CN.md index de96c33..012f66a 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -175,9 +175,9 @@ ## 许可证 -本项目采用 **MIT 许可证**。 +本项目采用 **MIT** 或 **Apache 2.0** 许可证。 -有关完整的许可证条款,请参阅项目根目录中的 *./LICENSE-MIT.md* 文件。 +有关完整的许可证条款,请参阅项目根目录中的 *./LICENSE-MIT* 和 *./LICENSE-APACHE-2.0* 文件。 --- -- cgit