License

GNU Affero General Public License v3.0

About the AGPL-3.0 License

Rockxy is licensed under the GNU Affero General Public License, Version 3.0 (AGPL-3.0). This is a strong copyleft open-source license maintained by the Free Software Foundation. It guarantees your freedom to use, study, modify, and distribute the software, while ensuring that all modifications remain open source — even when the software is used to provide a network service.

What this means for you

  • Free to use. You can use Rockxy for any purpose — personal, commercial, or educational — at no cost.
  • Modify and redistribute. You can fork, modify, and redistribute Rockxy, but any derivative work must also be released under the AGPL-3.0 license.
  • Source code access required. If you distribute Rockxy or a modified version — or provide it as a network service — you must make the complete source code available to all users under the same license.
  • Network use is distribution. Unlike the GPL, the AGPL also requires source disclosure when the software is used to provide a service over a network (the "Affero" clause).
  • No trademark rights. The license does not grant permission to use the Rockxy name, logo, or branding. Those are project trademarks.

How to comply

If you redistribute Rockxy or include its source code in your own project, you must:

  1. License the entire combined or derivative work under the AGPL-3.0
  2. Include a copy of the AGPL-3.0 license text
  3. Provide access to the complete corresponding source code
  4. Preserve all copyright, patent, trademark, and attribution notices
  5. State any changes you made to the original source

Full license text

The complete AGPL-3.0 license text is available at the GNU website. Due to its length, we link to the authoritative version rather than embedding it here.

Why AGPL-3.0?

We chose the AGPL-3.0 because a network debugging proxy handles sensitive traffic. The copyleft requirement ensures that any modifications to Rockxy — whether distributed as a binary or offered as a service — remain open for inspection. Developers using a tool that sits between their applications and the internet should always be able to read every line of code.

Copyright notice

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/.

Official reference

The authoritative version of the AGPL-3.0 is maintained by the Free Software Foundation at gnu.org/licenses/agpl-3.0.