about summary refs log tree commit diff
path: root/xlint
diff options
context:
space:
mode:
authorKarl Nilsson <karl.robert.nilsson@gmail.com>2017-10-27 13:54:29 -0400
committerToyam Cox <aviator45003@gmail.com>2017-10-27 15:26:14 -0400
commit9cf2fe6e6a15ac6eea992fc2bf1d59334dec9652 (patch)
tree8e30b08a7a0184688b4e760f69d78963dd8af598 /xlint
parent888de285b952592a5cda3920c9f4057e2b590ebc (diff)
downloadxtools-9cf2fe6e6a15ac6eea992fc2bf1d59334dec9652.tar.gz
xtools-9cf2fe6e6a15ac6eea992fc2bf1d59334dec9652.tar.xz
xtools-9cf2fe6e6a15ac6eea992fc2bf1d59334dec9652.zip
xlint: require use of vlicense for AGPL
Diffstat (limited to 'xlint')
-rwxr-xr-xxlint2
1 files changed, 1 insertions, 1 deletions
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