License¶
NovelAI Image MCP is licensed under the MIT License — see
LICENSE
for the full text.
Per-file SPDX annotations¶
In addition to the canonical LICENSE file, every source file carries an
SPDX copyright / license header declared via
REUSE.toml.
The license per file type is:
File type |
License |
|---|---|
Software code ( |
MIT |
Documentation ( |
MIT |
Visual elements ( |
CC0-1.0 |
Infrastructure / config ( |
CC0-1.0 |
Build artifacts ( |
CC0-1.0 |
CC0-1.0 (public domain dedication) is used for non-creative content (configs, infrastructure, generated artifacts) so they impose no attribution requirements on downstream users.
Verifying compliance¶
The repository is REUSE 3.0-compliant. Run:
uv run reuse lint
The CI workflow runs the same check on every PR.
Third-party licenses¶
The project depends on:
Dependency |
License |
|---|---|
MIT |
|
BSD-3-Clause |
|
MIT |
|
MIT |
|
MIT |
|
MIT |
|
Apache-2.0 |
|
BSD-2-Clause |
|
MIT |
|
MIT |
Run uv tree to see the full dependency tree, including transitive
dependencies.