From cbeb2289e2f83e8acd5a8cd5ddcf386a0b0b4aee Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Tue, 29 Jun 2021 11:06:35 -0700 Subject: 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. --- xlint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1