about summary refs log tree commit diff
diff options
context:
space:
mode:
authorColin Booth <colin@heliocat.net>2021-06-29 11:06:35 -0700
committerLeah Neukirchen <leah@vuxu.org>2021-06-29 20:18:30 +0200
commitcbeb2289e2f83e8acd5a8cd5ddcf386a0b0b4aee (patch)
treea68bf1a005bd55d4b4fc0d2089ffd216bdcdd4b5
parentd11e2fc52cb3f985ec2a27756d3b112d4ce2f460 (diff)
downloadxtools-cbeb2289e2f83e8acd5a8cd5ddcf386a0b0b4aee.tar.gz
xtools-cbeb2289e2f83e8acd5a8cd5ddcf386a0b0b4aee.tar.xz
xtools-cbeb2289e2f83e8acd5a8cd5ddcf386a0b0b4aee.zip
xlint: add X11 to the list of vlicense-required licenses
X11 is a derivative of the MIT license and contains the same license
installation requirements.
-rwxr-xr-xxlint2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlint b/xlint
index aa4ac7d..df940a3 100755
--- a/xlint
+++ b/xlint
@@ -272,7 +272,7 @@ for argument; do
 	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
+		for l in custom AGPL MIT BSD ISC X11; do
 			scan "license=.*$l" "license '$l', but no use of vlicense"
 		done
 	else