Skip to main content

max / makenotwork

Drop the tagtree license exception, now that tagtree is MIT The exception named LicenseRef-PolyForm-Noncommercial-1.0.0 and would now match nothing, which cargo-deny reports as license-exception-not-encountered. MIT is already in the allow list.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-22 01:38 UTC
Signed with PGP, not checked
Commit: 2f5e06cda08517c4e5f36faf160f3bc30c7e371c
Parent: c4a3f42
1 file changed, +2 insertions, -3 deletions
@@ -7,8 +7,8 @@
7 7 # sanction.
8 8 #
9 9 # `licenses` is now part of the gate. The cleanup it was waiting on has landed:
10 - # docengine and s3-storage carry `license = "MIT"`, per the licensing strategy
11 - # (reusable infra is MIT, products are PolyForm-Noncommercial).
10 + # docengine, s3-storage and tagtree carry `license = "MIT"`, per the licensing
11 + # strategy (reusable infra is MIT, products are PolyForm-Noncommercial).
12 12
13 13 [advisories]
14 14 version = 2
@@ -133,5 +133,4 @@
133 133 # simultaneously rejecting the crates they were meant to cover.
134 134 exceptions = [
135 135 { name = "makenotwork", allow = ["LicenseRef-PolyForm-Noncommercial-1.0.0"] },
136 - { name = "tagtree", allow = ["LicenseRef-PolyForm-Noncommercial-1.0.0"] },
137 136 ]