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

SFM Model Scanner's own original code and application assets are
dedicated to the public domain under CC0 1.0 Universal -- see
SFM-Model-Scanner-LICENSE.txt in this folder (or LICENSE at the source
repository root).

The packaged Windows application bundles the following third-party
runtime components, each under its own license:

- Python-LICENSE.txt
    The CPython interpreter and standard library (including the
    Tkinter/_tkinter binding), under the PSF License Agreement.

- Tcl-Tk-LICENSE.txt
    The Tcl/Tk scripting language and GUI toolkit, under the Tcl/Tk
    license (a permissive BSD-style license).

- PyInstaller-COPYING.txt
    PyInstaller's bootloader, embedded in the packaged .exe by the build
    process. PyInstaller is GPLv2-or-later with an explicit "Bootloader
    Exception" (see the "Bootloader Exception" section of that file)
    that permits distributing the compiled application without the
    bootloader imposing GPL terms on it.

- Microsoft Visual C++ / Universal CRT runtime files
    The packaged application also includes small Microsoft-provided
    Windows runtime components (VCRUNTIME140.dll and the
    "api-ms-win-*.dll" Universal CRT forwarder files). These are
    standard, royalty-free Windows redistributable runtime files
    provided by Microsoft; they are not modified, and are distributed
    under Microsoft's own redistribution terms for the Microsoft Visual
    C++ Redistributable / Universal CRT. This folder does not reproduce
    Microsoft's EULA text; see Microsoft's own documentation for the
    exact current terms.

None of these third-party components are covered by SFM Model Scanner's
own CC0 dedication -- each retains its own license as described above.
