From 9b7ca523890864250b9472c8f0e071a63a316f3a Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Wed, 16 Jan 2019 02:07:24 -0500 Subject: xlint: refuse the SSPL license --- xlint | 1 + 1 file changed, 1 insertion(+) (limited to 'xlint') diff --git a/xlint b/xlint index 94cfa28..83b819e 100755 --- a/xlint +++ b/xlint @@ -232,6 +232,7 @@ for template; do 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=.*[^NL]GPL[^-]' "license GPL without version" + scan 'license=.*SSPL' "Uses the SSPL license, which is not packageable" 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