From 029ec3704f184e8491a826c895abfe4c15fae17b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E5=A4=A9?= Date: Tue, 17 Mar 2026 00:22:54 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=92=8C=E6=96=87=E6=A1=A3=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 52 +++++++++++++++++++++++--------------------- README.md | 4 ++-- package.json | 2 +- src-tauri/Cargo.toml | 2 +- 4 files changed, 31 insertions(+), 29 deletions(-) diff --git a/LICENSE b/LICENSE index d0d8729..bb9b25f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,31 +1,33 @@ -ClawPanel License + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The full text of the AGPL-3.0 license can be found at: + https://www.gnu.org/licenses/agpl-3.0.html + +=============================================================================== + +Additional Terms for ClawPanel (pursuant to Section 7 of AGPL-3.0): Copyright (c) 2026 武汉晴辰天下网络科技有限公司 (QingchenCloud) 官网: https://claw.qt.cool GitHub: https://github.com/qingchencloud/clawpanel -本软件及其相关文档(以下简称"软件")的使用须遵守以下条款: +Commercial Licensing: + If you wish to use ClawPanel in a proprietary/closed-source product or + service without complying with the AGPL-3.0 open-source requirements, + you may obtain a commercial license. Contact: keh5@vip.qq.com -1. 免费使用 - 允许任何个人或组织免费下载、安装和使用本软件用于非商业目的。 - -2. 署名要求 - 在使用、分发或展示本软件时,必须保留上述版权声明、官网链接和本许可声明。 - 不得移除或修改软件中的品牌标识、版权信息和官网链接。 - -3. 禁止商业使用 - 未经版权所有者书面授权,不得将本软件或其衍生作品用于任何商业目的,包括但不限于: - - 作为付费产品或服务的一部分进行销售或分发 - - 集成到商业产品中 - - 为商业客户提供基于本软件的托管服务 - 如需商业授权,请联系:keh5@vip.qq.com - -4. 修改与分发 - 允许修改本软件源代码用于个人学习和非商业用途。 - 分发修改版本时,必须保留原始版权声明并注明修改内容。 - 不得以任何方式暗示修改版本获得了版权所有者的认可。 - -5. 免责声明 - 本软件按"现状"提供,不提供任何明示或暗示的保证,包括但不限于适销性、 - 特定用途适用性和非侵权性的保证。在任何情况下,版权所有者均不对因使用 - 本软件而产生的任何直接、间接、附带、特殊或后果性损害承担责任。 +Brand Protection: + The names "ClawPanel", "晴辰云", "QingchenCloud" and associated logos + are trademarks of 武汉晴辰天下网络科技有限公司. Use of these trademarks + requires separate permission beyond the scope of this license. diff --git a/README.md b/README.md index 66681ef..42e541a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Downloads - License + License CI @@ -723,6 +723,6 @@ sudo systemctl restart clawpanel # 或 pm2 restart clawpanel ## 许可证 -本项目采用自定义非商业许可证,免费供个人和非商业用途使用。商业使用需获得授权。详见 [LICENSE](LICENSE)。 +本项目采用 [AGPL-3.0](LICENSE) 开源协议。企业如需闭源商用,可联系获取商业授权。 © 2026 武汉晴辰天下网络科技有限公司 | [claw.qt.cool](https://claw.qt.cool) diff --git a/package.json b/package.json index b4309b1..d5c7a79 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "ClawPanel - OpenClaw 可视化管理面板,基于 Tauri v2 的跨平台桌面应用", "type": "module", "author": "qingchencloud", - "license": "SEE LICENSE IN LICENSE", + "license": "AGPL-3.0", "homepage": "https://github.com/qingchencloud/clawpanel", "repository": { "type": "git", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 463b4ff..a522334 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -6,7 +6,7 @@ description = "ClawPanel - OpenClaw 可视化管理面板" authors = ["qingchencloud"] repository = "https://github.com/qingchencloud/clawpanel" homepage = "https://github.com/qingchencloud/clawpanel" -license = "SEE LICENSE IN LICENSE" +license = "AGPL-3.0" [lib] name = "clawpanel_lib"