Third-Party Licenses for rain OS AI Readability Optimizer
==========================================================

This file documents the licenses of all third-party libraries included
in or used by this plugin. All libraries are GPL-compatible.

Plugin License: GPL v2 or later
https://www.gnu.org/licenses/gpl-2.0.html

--------------------------------------------------------------------------

1. Chart.js
   Version: 4.x
   License: MIT License
   Website: https://www.chartjs.org/
   Location: assets/js/chart.min.js

   Copyright (c) 2014-2024 Chart.js Contributors

   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.

--------------------------------------------------------------------------

2. WordPress JavaScript Packages (@wordpress/*)
   License: GPL v2 or later
   Website: https://developer.wordpress.org/block-editor/reference-guides/packages/

   Used packages:
   - @wordpress/element
   - @wordpress/components
   - @wordpress/data
   - @wordpress/plugins
   - @wordpress/api-fetch
   - @wordpress/i18n
   - @wordpress/icons

   These packages are provided by WordPress and are licensed under the
   GNU General Public License v2.0 or later.

--------------------------------------------------------------------------

3. Google Fonts - Roboto
   License: Apache License 2.0 (GPL-compatible)
   Website: https://fonts.google.com/specimen/Roboto

   Roboto font is loaded via CSS import from Google Fonts CDN.
   Apache 2.0 is explicitly GPL-compatible per FSF guidelines.

--------------------------------------------------------------------------

GPL Compatibility Statement:

All third-party libraries included in this plugin are licensed under
GPL-compatible licenses:

- MIT License: Explicitly GPL-compatible
- Apache License 2.0: Explicitly GPL-compatible (with GPL v3)
- GPL v2+: Native WordPress license

This plugin as a whole is licensed under GPL v2 or later, in compliance
with WordPress plugin guidelines.

For more information about GPL compatibility, see:
https://www.gnu.org/licenses/license-list.html
