From 9cf2fe6e6a15ac6eea992fc2bf1d59334dec9652 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Fri, 27 Oct 2017 13:54:29 -0400 Subject: xlint: require use of vlicense for AGPL --- xlint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlint') diff --git a/xlint b/xlint index c468288..b795e16 100755 --- a/xlint +++ b/xlint @@ -138,7 +138,7 @@ for template; do scan 'license=.*[^L]GPL[^-]' "license GPL without version" scan 'license=.*LGPL[^-]' "license LGPL without version" if ! grep -q vlicense "$template"; then - for l in custom MIT BSD ISC; do + for l in custom AGPL MIT BSD ISC; do scan "license=.*$l" "license '$l', but no use of vlicense" done fi -- cgit 1.4.1