GlowAPI
Copyright (C) 2026 LucasTHCR

This product is licensed under the GNU General Public License version 3.
The full text is in LICENSE.

Why GPLv3 and not MIT
---------------------
GlowAPI bundles PacketEvents, which is licensed under GPL-3.0. A combined work
that includes GPL-3.0 code has to be distributed under GPL-3.0 as a whole, so
that is the license of the jar. The original GlowAPI was MIT, and MIT is
GPL-compatible, which is what makes the relicensing of the combined work
possible. The original terms below still govern the original author's code.


Original work
-------------
GlowAPI by Haylee Schäfer (InventivetalentDev)
https://www.spigotmc.org/resources/api-glowapi.19422/

MIT License

Copyright (c) 2016 Haylee Schäfer
Copyright (c) 2026 GlowAPI 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.


Bundled third-party components
------------------------------
PacketEvents  - Copyright (c) retrooper and contributors - GPL-3.0
                https://github.com/retrooper/packetevents
                Relocated to org.inventivetalent.glow.libs.packetevents

Adventure     - Copyright (c) KyoriPowered - MIT
                https://github.com/KyoriPowered/adventure
                Relocated to org.inventivetalent.glow.libs.kyori

bStats        - Copyright (c) Bastian Oppermann - MIT
                https://github.com/Bastian/bStats-Metrics
                Relocated to org.inventivetalent.glow.libs.bstats

The MIT-licensed components above are distributed under the same MIT terms as
reproduced for the original work.
