SimpleVision
Copyright 2026 AutoElec AB

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this product except in compliance with the License. A copy of the
License is included in the LICENSE file at the root of this repository.

---------------------------------------------------------------------------
Third-party components bundled in SimpleVision release builds
---------------------------------------------------------------------------

SimpleVision release installers redistribute the following third-party
software as binary components. Each component remains the property of its
respective copyright holders and is licensed under the terms below.

1. CPython
   The Python programming language interpreter.
   Copyright (c) 2001-2026 Python Software Foundation. All rights reserved.
   Licensed under the Python Software Foundation License Agreement (PSF).
   Source and license: https://www.python.org/

2. python-build-standalone
   The portable CPython distribution used to package the bundled
   interpreter.
   Licensed under the Mozilla Public License 2.0 (MPL-2.0).
   Source and license: https://github.com/astral-sh/python-build-standalone

3. OpenCV (opencv-python)
   Open Source Computer Vision Library.
   Copyright (c) 2000-2026 Intel Corporation, Willow Garage, Itseez, and
   contributors. All rights reserved.
   Licensed under the Apache License, Version 2.0.
   Source and license: https://github.com/opencv/opencv-python

4. NumPy
   The fundamental package for scientific computing with Python.
   Copyright (c) 2005-2026 NumPy Developers. All rights reserved.
   Licensed under the BSD 3-Clause License.
   Source and license: https://github.com/numpy/numpy

The above list covers the principal bundled binaries. Transitive native
dependencies linked into the OpenCV and NumPy wheels (e.g. libpng, libjpeg,
zlib, OpenBLAS) retain their own upstream licenses; refer to the OpenCV
and NumPy projects for the complete dependency inventory.
