about summary refs log tree commit diff
path: root/xlint
diff options
context:
space:
mode:
authorToyam Cox <Vaelatern@voidlinux.org>2019-01-16 02:07:24 -0500
committerToyam Cox <Vaelatern@voidlinux.org>2019-01-16 02:08:51 -0500
commit9b7ca523890864250b9472c8f0e071a63a316f3a (patch)
tree3120a2485c7c1115b7b893e356ceedc50ab989f2 /xlint
parent737b8cf892fea43e392a76d6e4446333f02c2436 (diff)
downloadxtools-9b7ca523890864250b9472c8f0e071a63a316f3a.tar.gz
xtools-9b7ca523890864250b9472c8f0e071a63a316f3a.tar.xz
xtools-9b7ca523890864250b9472c8f0e071a63a316f3a.zip
xlint: refuse the SSPL license
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