From 133944dc1de8bbcb84ee87c1470ace81cb00bbd8 Mon Sep 17 00:00:00 2001 From: Jiang Bohan Date: Mon, 25 May 2026 12:44:02 +0800 Subject: [PATCH] docs: clarify Chinese README license label The LICENSE file adds commercial restrictions on top of Apache 2.0, so the README should not advertise the project as plain "Apache 2.0". Match the actual terms. Closes #3144 Co-authored-by: multica-agent --- README.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh-CN.md b/README.zh-CN.md index 55b0a64b5f..62c7b1e5b4 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -176,4 +176,4 @@ iOS 移动端代码位于 [`apps/mobile/`](apps/mobile/),自己编译装到手 ## 开源协议 -[Apache 2.0](LICENSE) +[Modified Apache 2.0 (with commercial restrictions)](LICENSE)