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) pyte (Terminal emulator emulation library)
- Purpose: Used by termgif/convert.py to render ANSI/VT100-like terminal output into a screen buffer.
- License (upstream): MIT License.
- Copyright/Attribution: Copyright (c) 2010-2016 Kirill Simonov and others. (As published by the upstream project.)
- Upstream: https://github.com/selectel/pyte

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

3) winpty (Windows pseudo console / PTY helper)
- Purpose: Used by termgif/record_win.py to spawn and capture terminal command output on Windows.
- License (upstream): MIT License.
- Copyright/Attribution: Copyright (c) 2013-2015 by the winpty authors and others. (As published by the upstream project.)
- Upstream: https://github.com/rprichard/winpty

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.




