# LICENSE-MIT：仅适用于本项目的“原创代码”
# 注意：本协议不覆盖 spine-runtimes 核心代码，其协议需参考项目根目录的 LICENSE-SPINE 文件
# 
# LICENSE-MIT: Applies only to "Original Code" of this project
# Note: This license does not cover spine-runtimes core code. Refer to LICENSE-SPINE in the project root for its license.

MIT License

Copyright (c) [GuYeying] [2025]

# 协议适用范围说明：
# 本 MIT 协议仅适用于以下代码：
# 1. pybind11 绑定逻辑（bindings目录下的所有文件以及bind_spine.cpp文件）
# 2. Python 层渲染实现（如 spine_opengl 目录下的代码）
# 本协议不覆盖、不修改第三方代码的协议：
# - spine-runtimes 核心 C++ 代码（来自 https://github.com/EsotericSoftware/spine-runtimes）
# - spine-runtimes 协议详见项目根目录的 LICENSE-SPINE 文件，使用前必须遵守
#
# License Scope:
# This MIT License applies only to the following code:
# 1. pybind11 binding logic (all files in the bindings directory and bind_spine.cpp)
# 2. Python-layer rendering implementation (e.g., code in the spine_opengl directory)
# This license does not cover or modify licenses of third-party code:
# - spine-runtimes core C++ code (from https://github.com/EsotericSoftware/spine-runtimes)
# - Refer to LICENSE-SPINE in the project root for the spine-runtimes license; compliance is required before use.

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, 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.
