# Licensing

Copyright (c) 2026 Carla Goncalves.

This repository uses a split-licensing model. The applicable licence is determined by file purpose and path.

## Code: MIT

Code and automation are licensed under the MIT Licence in [`LICENSE-CODE`](LICENSE-CODE). This includes:

- `*.html`, `*.css`, `*.js`, `*.mjs`, `*.py`, and `*.sh` files;
- `.github/workflows/`;
- `scripts/`, test configuration, and executable test code;
- generated code contained in the browser-local project builder templates.

## Written content: CC BY 4.0

Documentation and reusable written workflow assets are licensed under the Creative Commons Attribution 4.0 International licence described in [`LICENSE-CONTENT`](LICENSE-CONTENT). This includes:

- `README.md`, `AGENTS.md`, `DELIVERY-NOTES.md`, `CONTRIBUTING.md`, and other policy documents;
- `PROMPTS/`;
- Markdown content under `docs/`, `examples/`, and `evals/`;
- written prompt, skill, contract, rule, and governance-template text embedded in source files or generated by the project builder.

When a file contains both code and written template content, the code implementation is MIT-licensed and the separable written template content is CC BY 4.0-licensed.

See [`NOTICE`](NOTICE) for attribution guidance and [`THIRD-PARTY-NOTICES.md`](THIRD-PARTY-NOTICES.md) for third-party material.

This explanation is provided for reuse clarity and is not legal advice.
