# Third-Party Licenses

This file documents all third-party libraries bundled with Statnive that ship in the distribution ZIP.

All libraries listed below are GPL-compatible. Each library's original license file is preserved in its `vendor/` subdirectory.

| Package | License | URL |
|---------|---------|-----|
| composer/ca-bundle | MIT | https://github.com/composer/ca-bundle |
| geoip2/geoip2 | Apache-2.0 | https://github.com/maxmind/GeoIP2-php |
| matomo/device-detector | LGPL-3.0-or-later | https://github.com/matomo-org/device-detector |
| maxmind-db/reader | Apache-2.0 | https://github.com/maxmind/MaxMind-DB-Reader-php |
| maxmind/web-service-common | Apache-2.0 | https://github.com/maxmind/web-service-common-php |
| mustangostang/spyc | MIT | https://github.com/mustangostang/spyc |

## License Compatibility

- **MIT** and **Apache-2.0** are permissive licenses, compatible with GPL-2.0-or-later.
- **LGPL-3.0-or-later** (Matomo Device Detector) is GPL-compatible. The plugin's "GPL-2.0-or-later" clause covers GPLv3, making the combination valid under GPLv3 terms.

All original LICENSE files are preserved in their respective `vendor/` subdirectories.
