Prompting Press
Copyright 2026 Sjors Robroek and the Prompting Press contributors

This product includes software developed as part of the Prompting Press project
and is licensed under the Apache License, Version 2.0 (the "License"); you may
not use this software except in compliance with the License. A copy of the
License is in the LICENSE file at the root of this repository, or at:

    http://www.apache.org/licenses/LICENSE-2.0

--------------------------------------------------------------------------------
Third-party components
--------------------------------------------------------------------------------

The distributed NATIVE artifacts statically link third-party Rust crates, so the
required copyright and license notices for those crates are reproduced in the
bundled, auto-generated THIRD-PARTY-LICENSES.md file shipped inside each package:

    Python wheel  ->  packages/python/THIRD-PARTY-LICENSES.md
    npm .node addon -> packages/typescript/THIRD-PARTY-LICENSES.md

Those files are generated by `cargo-about` at package-build time in CI
(scripts/ci/gen-third-party-licenses.sh) and are NOT committed to the repository.
Every bundled crate is under a permissive, Apache-2.0-compatible license
(Apache-2.0, MIT, ISC, or Unicode-3.0); this is enforced by the ci:check-licenses
gate (deny.toml).

Runtime dependencies that the package managers install SEPARATELY (not bundled)
carry their own licenses and are not reproduced here:

    Python:  pydantic and its dependencies  (MIT / PSF-2.0)
    Node:    zod  (MIT, declared as a peer dependency)

These are verified permissive by the ci:check-licenses-py and
ci:check-licenses-node gates.
