Seryvon
Copyright (C) 2026 Powehi <contact@powehi.eu>
https://seryvon.com

This product is licensed under the GNU Affero General Public License v3.0
(or later). See the LICENSE file for the full text.

================================================================================
Third-party components
================================================================================

Seryvon incorporates and/or adapts source code from the following projects,
used under the MIT License. Their original copyright notices are retained in
the corresponding source files.

--------------------------------------------------------------------------------
GEO Optimizer (geo-optimizer-skill)
Copyright (c) 2026 Juan Camilo Auriti
https://github.com/Auriti-Labs/geo-optimizer-skill
License: MIT

Adapted components:
  - audit_webmcp.py        -> ASO pillar: WebMCP readiness, potentialAction
  - audit_ai_discovery.py  -> ASO pillar: AI discovery endpoints (ai.txt, /ai/*.json)
  - scoring.py / config    -> deterministic scoring pattern (structure only)
  - audit_brand / schema / robots / llms -> GEO/AEO/ASO criteria (basis)

--------------------------------------------------------------------------------
OpenSEO (open-seo)
Copyright (c) 2026 Ben Senescu
https://github.com/every-app/open-seo
License: MIT

Adapted components (transposed from TypeScript to Python):
  - gsc/searchAnalytics, gsc/selfHostedOAuth -> M10 rank tracking (GSC, free tier)
  - dataforseo/core, rank-tracking            -> M9/M10 DataForSEO client + cost model

--------------------------------------------------------------------------------
MIT License (applies to the third-party components listed above)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
