Python MOD
==========

Copyright (c) 2026 kscm. All rights reserved.
Project Owner: kscm
Licensed under the Available License (see LICENSE).


Attribution requirements
------------------------

Section 3 — Using the source code of this project requires authorisation from
the Project Owner, and any such use must state the original project name, the
original team, and the version being used.

Section 6 — Software that uses the Python MOD API must state the original
project name and its version. Python MOD implements this for you: every
.pymod package declares `api_version` in its manifest, and the loader prints

    <package> v<version> — Powered by Python MOD v<x.y.z> (API <n>)

when the package starts. The same string is available to scripts as
`pythonmod.ATTRIBUTION`, and `gradlew packExamples` writes an
ATTRIBUTION.txt into every archive it builds.

Section 7 — "Python MOD" is used as the sole project name. No translated name
is claimed or authorised.


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

GraalPy / GraalVM Polyglot  —  Oracle Corporation
    Universal Permissive License 1.0 and GPLv2 with Classpath Exception.
    Not redistributed with this mod. The runtime is downloaded from Maven
    Central on first launch and verified against the SHA-1 digests in
    src/main/resources/pythonmod/runtime-manifest.json.

Fabric Loader / Fabric API  —  FabricMC
    Apache License 2.0. Declared as dependencies, not bundled.

Minecraft  —  Mojang Studios
    Not affiliated with, endorsed by, or associated with Mojang Studios or
    Microsoft. Minecraft is required separately and is not distributed here.
