about summary refs log tree commit diff
path: root/xlint
diff options
context:
space:
mode:
Diffstat (limited to 'xlint')
-rwxr-xr-xxlint1
1 files changed, 1 insertions, 0 deletions
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