许可证
GNU Affero General Public License v3.0
关于 AGPL-3.0 许可证
Rockxy 采用 GNU Affero General Public License, Version 3.0(AGPL-3.0)。这是一份由自由软件基金会维护的强 Copyleft 开源许可证。它保障你使用、研究、修改和分发软件的自由,同时确保所有修改都保持开源——即使该软件被用于提供网络服务。
这对你意味着什么
- 免费使用。你可以将 Rockxy 用于任何目的——个人、商业或教育——完全免费。
- 修改与再分发。你可以 fork、修改并再分发 Rockxy,但任何衍生作品也必须在 AGPL-3.0 下发布。
- 必须公开源代码。如果你分发 Rockxy 或修改版本——或将其作为网络服务提供——你必须在相同的许可证下向所有用户提供完整源代码。
- 网络使用等同于分发。与 GPL 不同,AGPL 还要求当软件通过网络提供服务时披露源代码(即「Affero」条款)。
- 不授予商标权。该许可证不授权使用 Rockxy 名称、Logo 或品牌标识。它们属于项目商标。
如何合规
如果你再分发 Rockxy 或在自己的项目中包含其源代码,你必须:
- 将整个组合或衍生作品按 AGPL-3.0 授权
- 包含一份 AGPL-3.0 许可证文本副本
- 提供对应完整源代码的访问
- 保留所有版权、专利、商标和署名声明
- 说明你对原始源代码所做的任何更改
许可证全文
AGPL-3.0 的完整许可证文本可在 GNU 官方网站获取。以英文版本为法律权威版本,以下链接指向官方原文。
注:AGPL-3.0 仅以英文版本具有法律效力。翻译仅供参考,不构成正式许可证条款。
为什么选择 AGPL-3.0?
网络调试代理处理敏感流量,因此我们选择了 AGPL-3.0。Copyleft 要求确保对 Rockxy 的任何修改——无论作为二进制分发还是作为服务提供——都保持可检视的开源状态。在应用和互联网之间的工具,其每一行代码都应当可供开发者审阅。
版权声明
Copyright 2026 Rockxy Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.
官方参考
AGPL-3.0 的权威版本由自由软件基金会在 gnu.org/licenses/agpl-3.0 维护。