"docs(许可证): 更新商用条款说明,明确AGPLv3商用许可条件"
This commit is contained in:
parent
3ec47d8955
commit
98f3547521
|
@ -148,8 +148,12 @@ pnpm dev
|
|||
- 任何**衍生作品**(包括修改或组合代码)必须继续使用AGPLv3并公开源代码。
|
||||
- 若通过**网络服务**提供本软件,用户有权获取对应源码。
|
||||
|
||||
2. **商用限制说明**
|
||||
- 本项目**不允许闭源商用**,除非获得所有代码版权持有人的书面授权(包括上游AGPLv3代码作者)。
|
||||
2. **商用说明**
|
||||
- **允许商用**:本软件遵循AGPLv3,允许商业使用,包括SaaS和企业内部部署。
|
||||
- **不修改代码**:若仅原样运行(不修改、不衍生),仍需遵守AGPLv3,包括:
|
||||
- 提供完整的源代码(即使未修改)。
|
||||
- 若作为网络服务提供,需允许用户下载对应源码(AGPLv3第13条)。
|
||||
- **不允许闭源商用**:如需闭源(不公开修改后的代码)商用,需获得获得所有代码版权持有人的书面授权(包括上游AGPLv3代码作者)
|
||||
|
||||
3. **免责声明**
|
||||
本项目不提供任何担保,使用者需自行承担合规风险。若需法律建议,请咨询专业律师。
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue