max / makenotwork
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
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 | ] |