THIRD-PARTY LICENSES
====================

auspex itself is proprietary (see LICENSE). It depends on, and at runtime loads,
third-party open-source libraries. Those libraries are licensed by their authors
under their own terms, which apply to those components. The most important
obligation is Ultralytics (AGPL-3.0).

-------------------------------------------------------------------------------
Ultralytics (YOLO)  --  AGPL-3.0-or-later   *** SOURCE-DISCLOSURE OBLIGATION ***
-------------------------------------------------------------------------------
auspex uses Ultralytics YOLO for the bounding-box and YOLO-seg polygon models,
and a trained model bundle loads Ultralytics at inference time.

AGPL-3.0 requires that anyone who DISTRIBUTES the software, OR makes it available
to users over a network (SaaS / hosted API), must offer those users the COMPLETE
CORRESPONDING SOURCE CODE of the AGPL-covered work (and of code combined with it)
under AGPL-3.0. Compiling to native binaries (Nuitka) does NOT remove this
obligation.

Before distributing or hosting auspex as a closed-source product, obtain legal
review, or replace/remove Ultralytics. This file is a notice, not legal advice.
Project & license: https://github.com/ultralytics/ultralytics  (LICENSE: AGPL-3.0)

-------------------------------------------------------------------------------
Other runtime dependencies (permissive licenses)
-------------------------------------------------------------------------------
  torch, torchvision            BSD-3-Clause
  timm                          Apache-2.0
  opencv-contrib-python         Apache-2.0 (OpenCV); bundled codecs may vary
  Pillow                        MIT-CMU (HPND)
  numpy, scipy, scikit-image    BSD-3-Clause
  shapely                       BSD-3-Clause
  matplotlib                    Matplotlib license (BSD-style, PSF-based)
  PyYAML                        MIT
  tqdm                          MPL-2.0 / MIT
  cryptography                  Apache-2.0 OR BSD-3-Clause

Each library's full license text ships with that library in its own
distribution. This file lists the licenses for reference; it grants no
additional rights in auspex itself.
