MIT License

Copyright (c) 2025 VeriDoc

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.

================================================================================
THIRD-PARTY SOFTWARE LICENSES
================================================================================

This software includes third-party libraries with the following licenses:

MIT Licensed Dependencies:
- FastAPI (Copyright (c) Sebastián Ramírez)
- Pydantic (Copyright (c) Pydantic Services Inc. and contributors)

Apache 2.0 Licensed Dependencies:
- python-multipart (Copyright (c) Andrew Dunham)
- aiofiles (Copyright (c) aiofiles contributors)

BSD 3-Clause Licensed Dependencies:
- uvicorn (Copyright (c) Encode)
- psutil (Copyright (c) Jay Loden, Dave Daeschler, and Giampaolo Rodola)

BSD 2-Clause Licensed Dependencies:
- python-json-logger (Copyright (c) python-json-logger contributors)

Multi-Licensed Dependencies:
- watchfiles (MIT, Apache-2.0-with-LLVM-exceptions, CC0-1.0, ISC, Unicode-DFS-2016)

Each dependency retains its original license terms. The full license texts for
these dependencies can be found in their respective package distributions or
at their project repositories.