Skip to content

Commit 41dd10a

Browse files
committed
use license expression and refactor packageinfo module
1 parent 4a12241 commit 41dd10a

10 files changed

+267
-192
lines changed

Diff for: licensecheck/license_matrix/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353

5454

5555
termToLicense = {
56+
"UNKNOWN": L.UNKNOWN,
5657
"PUBLIC DOMAIN": L.PUBLIC,
5758
"CC-PDDC": L.PUBLIC,
5859
"CC0-1.0": L.PUBLIC,

0 commit comments

Comments
 (0)