From 98f354752195b4165c14108aff5db77aa1495a98 Mon Sep 17 00:00:00 2001 From: zstar <65890619+zstar1003@users.noreply.github.com> Date: Thu, 15 May 2025 00:43:00 +0800 Subject: [PATCH] =?UTF-8?q?"docs(=E8=AE=B8=E5=8F=AF=E8=AF=81):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=95=86=E7=94=A8=E6=9D=A1=E6=AC=BE=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=EF=BC=8C=E6=98=8E=E7=A1=AEAGPLv3=E5=95=86=E7=94=A8=E8=AE=B8?= =?UTF-8?q?=E5=8F=AF=E6=9D=A1=E4=BB=B6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++-- README_EN.md | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ca12ff..39a829d 100644 --- a/README.md +++ b/README.md @@ -148,8 +148,12 @@ pnpm dev - 任何**衍生作品**(包括修改或组合代码)必须继续使用AGPLv3并公开源代码。 - 若通过**网络服务**提供本软件,用户有权获取对应源码。 -2. **商用限制说明** - - 本项目**不允许闭源商用**,除非获得所有代码版权持有人的书面授权(包括上游AGPLv3代码作者)。 +2. **商用说明** + - **允许商用**:本软件遵循AGPLv3,允许商业使用,包括SaaS和企业内部部署。 + - **不修改代码**:若仅原样运行(不修改、不衍生),仍需遵守AGPLv3,包括: + - 提供完整的源代码(即使未修改)。 + - 若作为网络服务提供,需允许用户下载对应源码(AGPLv3第13条)。 + - **不允许闭源商用**:如需闭源(不公开修改后的代码)商用,需获得获得所有代码版权持有人的书面授权(包括上游AGPLv3代码作者) 3. **免责声明** 本项目不提供任何担保,使用者需自行承担合规风险。若需法律建议,请咨询专业律师。 diff --git a/README_EN.md b/README_EN.md index 04dfaa9..59db735 100644 --- a/README_EN.md +++ b/README_EN.md @@ -116,8 +116,12 @@ This project is under continuous development. Update logs will be posted on my W - Any **derivative works** (including modifications or combined code) must remain under AGPLv3 with source code publicly available. - If provided as a **network service**, users are entitled to obtain the corresponding source code. -2. **Commercial Use Restrictions** - - **Closed-source commercial use is prohibited** unless obtaining written authorization from all copyright holders (including original AGPLv3 code authors). +2. **Commercial Use** + - **Allowed**: This software is licensed under AGPLv3, permitting commercial use, including SaaS and on-premises deployment. + - **Unmodified Code**: If used *as-is* (no modifications/derivative works), AGPLv3 compliance remains mandatory: + - Provide complete source code (even if unaltered). + - For network services, users must be able to download corresponding source code (AGPLv3 §13). + - **No Closed-Source Commercialization**: To use modified versions *without* releasing source code commercially, written authorization from *all copyright holders* (including upstream AGPLv3 authors) is required. 3. **Disclaimer** This project comes with no warranties. Users shall bear all compliance risks. Consult legal professionals for legal advice.