From e1e4fed47e80dd4bc11e297b78a6b54ca65b873e Mon Sep 17 00:00:00 2001 From: Divarion-D Date: Sun, 5 Apr 2026 22:40:58 +0300 Subject: [PATCH] docs(readme): add legal notice and AGPL-3.0 license enforcement section - Replace generic License and Legal Disclaimer sections with detailed Legal & Project Independence Notice and License Enforcement (AGPL-3.0) sections - Clarify XC_VM independence from XUI.one - Document AGPL-3.0 requirements: open-source redistribution, source availability for SaaS, copyright preservation - Update TOC links to match new section anchors --- README.md | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 10e2933..2a8e96a 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ * ⭐ [Features](#-features) * 🐞 [Known Limitations](#-known-limitations) * 🤝 [Contributing](#-contributing) -* 📜 [License](#-license) -* ⚖️ [Legal Disclaimer](#-legal-disclaimer) +* ⚠️ [Legal & Licensing Notice](#️-legal--licensing-notice) +* 📜 [License (AGPL-3.0)](#-license-agpl-30) @@ -257,15 +257,30 @@ We welcome community help! --- -## 📝 License +### ⚠️ Legal & Project Independence Notice -[AGPL v3.0](LICENSE) +**XC_VM** is an independent software project and is **not affiliated with or endorsed by XUI.one**. + +All backend systems, core logic, and infrastructure of XC_VM have been **independently developed** without using source code from XUI.one or related projects. + +The administrative interface (UI/UX) is **inspired by general industry practices and partially by XUI.one in terms of usability concepts only**. +No proprietary source code or protected assets have been intentionally reused. --- -## ⚠️ Legal Disclaimer +### 📜 License Enforcement (AGPL-3.0) + +XC_VM is distributed under the **GNU Affero General Public License v3.0 (AGPL-3.0)**. + +Under this license: + +* Redistribution or modification is permitted **only under the same license (AGPL-3.0)** +* Any modified version **must remain open-source** +* Providing XC_VM as a service **requires making the source code available** +* **Copyright and attribution must be preserved** + +Any attempt to redistribute this software under a different license, remove attribution, or obscure the origin of the project constitutes a violation of the license terms. -> 🚫 **This software is for educational purposes only.** > ⚖️ You are solely responsible for how it is used. > We take no responsibility for misuse or illegal deployments.