about summary refs log tree commit diff
path: root/xlint
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-08-31 14:57:08 +0200
committerLeah Neukirchen <leah@vuxu.org>2018-08-31 14:57:08 +0200
commitb1e4fdbc64fdc84dffcb60d564b7baa66c1b1a4a (patch)
tree6fb921237cafcb9f0d4c59bf2d88f3b714d89f86 /xlint
parent2d483fda42389e8cce4b12cf8ab15a3dc7c0fc65 (diff)
downloadxtools-b1e4fdbc64fdc84dffcb60d564b7baa66c1b1a4a.tar.gz
xtools-b1e4fdbc64fdc84dffcb60d564b7baa66c1b1a4a.tar.xz
xtools-b1e4fdbc64fdc84dffcb60d564b7baa66c1b1a4a.zip
xlint: allow NGPL license
Fixes #97.
Diffstat (limited to 'xlint')
-rwxr-xr-xxlint2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlint b/xlint
index 863778f..d86c81b 100755
--- a/xlint
+++ b/xlint
@@ -140,7 +140,7 @@ for template; do
 	scan 'short_desc=["'\''][a-z]' "short_desc should start uppercase"
 	scan 'short_desc=["'\''][\t ]' "short_desc should not start with whitespace"
 	scan 'short_desc=["'\''].{73}' "short_desc should be less than 72 chars"
-	scan 'license=.*[^L]GPL[^-]' "license GPL without version"
+	scan 'license=.*[^NL]GPL[^-]' "license GPL without version"
 	scan 'license=.*LGPL[^-]' "license LGPL without version"
 	if ! grep -q vlicense "$template"; then
 		for l in custom AGPL MIT BSD ISC; do