We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ead60 commit 0d8d68bCopy full SHA for 0d8d68b
1 file changed
build/license_lint.awk
@@ -48,7 +48,7 @@ fulltext && /^License: / {
48
49
END {
50
for (l in licenses) {
51
- if(l == "public-domain")
+ if(l == "public-domain" || l == "Unlicense")
52
continue # No notice required
53
print "Missing full text for '"l"'!" | "cat>&2"
54
++errors
0 commit comments