Point 53 Collector
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 Collector" 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 "collector" used
as the CLI command name is a functional identifier, not a trademark
claim on that word standing alone.

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

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

Runtime Python dependencies:
  - anthropic         (MIT)            https://github.com/anthropics/anthropic-sdk-python
  - click             (BSD-3-Clause)   https://github.com/pallets/click
  - dateparser        (BSD-3-Clause)   https://github.com/scrapinghub/dateparser
  - feedparser        (BSD-2-Clause)   https://github.com/kurtmckee/feedparser
  - ollama            (MIT)            https://github.com/ollama/ollama-python
  - pdfplumber        (MIT)            https://github.com/jsvine/pdfplumber
  - platformdirs      (MIT)            https://github.com/tox-dev/platformdirs
  - protobuf          (BSD-3-Clause)   https://github.com/protocolbuffers/protobuf
  - selenium          (Apache-2.0)     https://github.com/SeleniumHQ/selenium
  - webdriver-manager (Apache-2.0)     https://github.com/SergeyPirogov/webdriver_manager

External runtime requirements (not linked, not redistributed as part
of this package):
  - Ollama        https://ollama.com          (MIT)
  - Chrome/Firefox/Chromium (user-installed web browser)

LLM models served via Ollama or Anthropic are NOT bundled. Each model
carries its own license from its respective publisher.
