Skip to content

Commit 0d8d68b

Browse files
committed
build: ignore Unlicense
1 parent f5ead60 commit 0d8d68b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/license_lint.awk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fulltext && /^License: / {
4848

4949
END {
5050
for (l in licenses) {
51-
if(l == "public-domain")
51+
if(l == "public-domain" || l == "Unlicense")
5252
continue # No notice required
5353
print "Missing full text for '"l"'!" | "cat>&2"
5454
++errors

0 commit comments

Comments
 (0)