chore: Update document third-party licenses

This commit is contained in:
tssujt
2025-07-09 22:29:54 +08:00
parent f015d998e1
commit 7f1a0724e1
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -207,6 +207,16 @@ comic_from_pdf = ComicInfo.from_pdf('/path/to/your_comic.pdf')
This software is licensed under the terms of [MIT License](https://github.com/hyugogirubato/cbz/blob/main/LICENSE).
You can find a copy of the license in the LICENSE file in the root folder.
### Third-Party Licenses
This project uses the following third-party libraries:
- **[langcodes](https://pypi.org/project/langcodes/)** - MIT License
- **[Pillow](https://pypi.org/project/Pillow/)** - HPND License
- **[pypdf](https://pypi.org/project/pypdf/)** - BSD License
- **[rarfile](https://pypi.org/project/rarfile/)** - ISC License
- **[xmltodict](https://pypi.org/project/xmltodict/)** - MIT License
* * *
© hyugogirubato 2024