+This package is [REUSE-compliant](https://reuse.software): every file declares its copyright and license via SPDX tags, which CI enforces (verify locally with `make reuse`). When adding a new file, include an SPDX header (or a sidecar `*.license` file when the format has no comment syntax) with the copyright `© <year> Michael Goerz <mail@michaelgoerz.net>`, and choose the license by category: source code (`src/`, `ext/`, `test/`) → `MIT`; prose/documentation (`README`, `docs/src/*.md`) → `MIT OR CC-BY-4.0`; trivial config/tooling (`Makefile`, `.gitignore`, CI YAML, `Project.toml`, …) → `MIT OR CC0-1.0`. Any license used must have its text in `LICENSES/`.
0 commit comments