From b1e4fdbc64fdc84dffcb60d564b7baa66c1b1a4a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 31 Aug 2018 14:57:08 +0200 Subject: xlint: allow NGPL license Fixes #97. --- xlint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlint') 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 -- cgit 1.4.1