Third-Party Licenses
====================

Invoke bundles the following open-source libraries. Each is distributed
under its own license, listed below.

------------------------------------------------------------------------------

faster-whisper  (MIT)
  https://github.com/SYSTRAN/faster-whisper
  Copyright (c) SYSTRAN

CTranslate2  (MIT)
  https://github.com/OpenNMT/CTranslate2
  Copyright (c) OpenNMT

ONNX Runtime  (MIT)
  https://onnxruntime.ai
  Copyright (c) Microsoft Corporation

httpx  (BSD-3-Clause)
  https://github.com/encode/httpx
  Copyright (c) Encode OSS Ltd.

pynput  (LGPLv3)
  https://github.com/moses-palmer/pynput
  Copyright (c) Moses Palmer

pystray  (LGPLv3)
  https://github.com/moses-palmer/pystray
  Copyright (c) Moses Palmer

sounddevice  (MIT)
  https://github.com/spatialaudio/python-sounddevice
  Copyright (c) Matthias Geier

numpy  (BSD-3-Clause)
  https://numpy.org
  Copyright (c) NumPy Developers

scipy  (BSD-3-Clause)
  https://scipy.org
  Copyright (c) SciPy Developers

Pillow  (MIT-CMU)
  https://python-pillow.org
  Copyright (c) Jeffrey A. Clark and contributors

pyperclip  (BSD-3-Clause)
  https://github.com/asweigart/pyperclip
  Copyright (c) Al Sweigart

python-dotenv  (BSD-3-Clause)
  https://github.com/theskumar/python-dotenv
  Copyright (c) Saurabh Kumar

click  (BSD-3-Clause)
  https://github.com/pallets/click
  Copyright (c) Pallets

PyYAML  (MIT)
  https://pyyaml.org
  Copyright (c) Kirill Simonov

huggingface_hub  (Apache-2.0)
  https://github.com/huggingface/huggingface_hub
  Copyright (c) Hugging Face

tokenizers  (Apache-2.0)
  https://github.com/huggingface/tokenizers
  Copyright (c) Hugging Face

tqdm  (MPL-2.0 / MIT)
  https://github.com/tqdm/tqdm
  Copyright (c) tqdm developers

------------------------------------------------------------------------------

Full license texts for MIT, BSD-3-Clause, LGPLv3, Apache-2.0, and MPL-2.0
are available at:
  MIT:          https://opensource.org/licenses/MIT
  BSD-3-Clause: https://opensource.org/licenses/BSD-3-Clause
  LGPLv3:       https://www.gnu.org/licenses/lgpl-3.0.html
  Apache-2.0:   https://www.apache.org/licenses/LICENSE-2.0
  MPL-2.0:      https://www.mozilla.org/en-US/MPL/2.0/
  MIT-CMU:      https://spdx.org/licenses/MIT-CMU.html
