Point 53 Intercept
Copyright (c) Point 53 LLC and contributors.

This product is licensed under the Mozilla Public License, v. 2.0.
A copy of the license is included in the LICENSE file at the root of
this source tree, and is also available at https://mozilla.org/MPL/2.0/.

"Point 53" and "Point 53 Intercept" are trademarks of Point 53 LLC.
Use of these marks is governed by applicable trademark law; the MPL-2.0
grants copyright and patent rights but does not grant any right to use
these marks (see MPL-2.0 section 10.4). The bare word "intercept" used
as the CLI command name is a functional identifier, not a trademark
claim on that word standing alone.

--------------------------------------------------------------------------------
Third-Party Software
--------------------------------------------------------------------------------

Point 53 Intercept depends on third-party software listed below. See
THIRD_PARTY_LICENSES.md for full attribution and license texts / pointers.

Runtime Python dependencies:
  - click       (BSD-3-Clause)   https://github.com/pallets/click
  - ollama      (MIT)            https://github.com/ollama/ollama-python
  - vosk        (Apache-2.0)     https://github.com/alphacep/vosk-api

External runtime requirements (invoked as subprocesses; not linked,
not redistributed as part of this package):
  - ffmpeg        https://ffmpeg.org          (LGPL-2.1+; some builds GPL)
  - PulseAudio    https://www.freedesktop.org/wiki/Software/PulseAudio/
                                              (LGPL-2.1+)
  - PipeWire      https://pipewire.org        (MIT)
  - Ollama        https://ollama.com          (MIT)

Vosk speech recognition models are NOT bundled. Users download models
separately from https://alphacephei.com/vosk/models under the terms
stated on that page; individual model licenses vary.
