Skip to content

chore: enforce license compliance via REUSE - #27

Merged
tnunamak merged 1 commit into
mainfrom
chore/reuse-license-enforcement
Jul 23, 2026
Merged

chore: enforce license compliance via REUSE#27
tnunamak merged 1 commit into
mainfrom
chore/reuse-license-enforcement

Conversation

@tnunamak

Copy link
Copy Markdown
Contributor

Nothing currently stops a new file from landing without a license header (the SPDX sweep in #14 was one-time). This adds REUSE.software enforcement in CI.

  • REUSE.toml encodes the repo's existing three-license split: Apache-2.0 (code, generated artifacts, config), CC-BY-4.0 (docs prose), LicenseRef-CSL-1.0 (protocol spec text), CC0-1.0 (captured/synthetic fixtures).
  • LICENSES/ holds the four license texts.
  • .github/workflows/reuse.yaml fails any PR that is not REUSE-compliant.
  • Headers the 5 first-party source files the chore: add Apache-2.0 SPDX license headers #14 sweep missed.

Biome/ultracite has no license-header rule (Biome closed the request as not-planned), so REUSE is the enforcement path. reuse lint reports 3433/3433 compliant.

Nothing currently prevents a new source file from landing without a license
header. Add REUSE.software enforcement so every file must carry (or be covered
by) copyright + license info, checked in CI.

- REUSE.toml encodes the existing three-license split: Apache-2.0 (code,
  generated artifacts, configs), CC-BY-4.0 (docs prose), LicenseRef-CSL-1.0
  (protocol spec text), CC0-1.0 (captured/synthetic fixtures).
- LICENSES/ holds the four referenced license texts.
- .github/workflows/reuse.yaml fails any PR that is not REUSE-compliant.
- Header the 5 first-party source files the initial SPDX sweep missed.

Verified: reuse lint reports 3433/3433 files compliant.
Signed-off-by: Tim Nunamaker <tnunamak@gmail.com>
Assisted-by: AI
@tnunamak
tnunamak merged commit 5e83a49 into main Jul 23, 2026
3 checks passed
@tnunamak
tnunamak deleted the chore/reuse-license-enforcement branch July 23, 2026 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant