NOTICE

This software is released under the MIT License.
Copyright (c) 2026 by FishgameStudio

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.

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.


Third-Party Notices

This project includes third-party software components used by the code. The following third-party components are identified by import/usage in the source files. For each component, the corresponding upstream license and copyright/attribution apply.

1) Pillow (PIL Fork) / PIL (Python Imaging Library)
- Purpose: Used by termgif/convert.py and termgif/record_win.py to render frames and assemble animated GIF output.
- License (upstream): Historical Permission Notice and Disclaimer (PIL Software License / BSD-like). Pillow is distributed under the MIT-CMU license (permissive).
- Copyright/Attribution: Copyright (c) 1997-2024 by Fredrik Lundh and contributors. (As published by the upstream project.)
- Upstream: https://github.com/python-pillow/Pillow

2) python-mss (mss)
- Purpose: Used by termgif/record_win.py to capture screen frames of Windows console windows for GIF recording.
- License (upstream): MIT License.
- Copyright/Attribution: Copyright (c) 2016-2024 Thomas A. Casimir and contributors.
- Upstream: https://github.com/BoboTiG/python-mss

3) PyGetWindow
- Purpose: Used by termgif/record_win.py to locate and get bounds of Windows console windows for screen capture.
- License (upstream): BSD 3-Clause License.
- Copyright/Attribution: Copyright (c) 2014-2024 Al Sweigart and contributors. (As published by the upstream project.)
- Upstream: https://github.com/asweigart/pygetwindow

Notes
- This NOTICE identifies third-party components based on static analysis of imports within the repository. Exact versions are determined by your packaging/build environment (e.g., your dependency lock files / PyPI resolution). If you need version-precise notices, please provide the generated dependency list/lock file from your build pipeline.


