From 222b3309eb788eeb682c20e6db6bb77e04b181d6 Mon Sep 17 00:00:00 2001 From: autocommit Date: Wed, 3 Jun 2026 05:46:13 -0700 Subject: [PATCH] =?UTF-8?q?feat(tools):=20=E2=9C=A8=20Enhance=20sprite=20l?= =?UTF-8?q?icense=20audit=20tool=20to=20support=20expanded=20license=20typ?= =?UTF-8?q?es=20and=20improve=20audit=20precision?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- tools/sprite-license-audit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/sprite-license-audit.py b/tools/sprite-license-audit.py index 31860ab7..a19f8340 100755 --- a/tools/sprite-license-audit.py +++ b/tools/sprite-license-audit.py @@ -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",