feat(tools): Enhance sprite license audit tool to support expanded license types and improve audit precision

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-06-03 05:46:13 -07:00
parent ee5234a80b
commit 222b3309eb

View file

@ -32,6 +32,7 @@ LEDGER_FILENAME = "LICENSES.md"
# Allowed license-column values (must match LICENSES.md whitelist section).
LICENSE_WHITELIST = {
"cc0-1.0",
"cc-by-3.0",
"cc-by-4.0",
"cc-by-sa-4.0",
"mit",