fix: migrate deny.toml [licenses] to version 2 format

Remove deprecated `unlicensed` and `default` fields, add `version = 2`.
In v2, all licenses are denied unless explicitly in the allow list,
making these fields redundant.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
2026-03-10 00:21:14 -07:00
co-authored by Claude Opus 4.6
parent 476372bbb1
commit 6b3fcabad2
+1 -2
View File
@@ -9,8 +9,7 @@ ignore = [
]
[licenses]
unlicensed = "deny"
default = "deny"
version = 2
allow = [
"MIT",
"Apache-2.0",