summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xxlint2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlint b/xlint
index 0f86972..685a3f3 100755
--- a/xlint
+++ b/xlint
@@ -259,7 +259,7 @@ for template; do
 			fi
 
 			if ! grep -q "^${l}$" "${LICENSE_LIST}"; then
-				scan "license=.*$l" "license '$l' is not SPDX"
+				scan "license=.*$l" "use SPDX id for '$l' license or see Manual.md"
 			fi
 		done
 	fi