MIT License

Copyright (c) 2024-2026 NohaltSial (sail2345@qq.com)

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.

---

## Additional Notice Regarding Dynamic Libraries

### 动态库源代码说明 / Dynamic Library Source Code Notice

**中文**:

本项目包含预编译的动态链接库文件（`.pyd` for Windows, `.so` for Linux），这些文件是 C++17 核心解析引擎的编译产物。

**当前状态**: 动态库的 C++ 源代码暂时未公开。

**未来计划**: 我们计划在后续版本中公开 C++ 核心引擎的完整源代码，以实现完全开源。

**使用权限**: 尽管 C++ 源代码暂未公开，但您仍然可以：
- 自由使用本项目的 Python API 和所有功能
- 查看和修改所有 Python 源代码
- 根据 MIT License 的条款分发和使用本软件
- 基于本项目进行二次开发

**透明度承诺**: 我们致力于完全开源，C++ 源代码的公开时间表将在项目 Roadmap 中公布。请关注我们的 GitHub 仓库获取最新动态。

---

**English**:

This project includes pre-compiled dynamic library files (`.pyd` for Windows, `.so` for Linux), which are compiled artifacts of the C++17 core parsing engine.

**Current Status**: The C++ source code for the dynamic libraries is not currently public.

**Future Plans**: We plan to release the complete source code of the C++ core engine in future versions to achieve full open-source status.

**Usage Rights**: Although the C++ source code is not yet public, you are still free to:
- Use the Python API and all features of this project
- View and modify all Python source code
- Distribute and use this software under the terms of the MIT License
- Build upon this project for secondary development

**Transparency Commitment**: We are committed to full open-source. The timeline for releasing the C++ source code will be announced in the project Roadmap. Please follow our GitHub repository for updates.

---

For questions or concerns regarding this notice, please contact: sail2345@qq.com

Last updated: 2026-05-18
