aboutsummaryrefslogtreecommitdiffstats
path: root/checkstyle/src/main/resources/check-license.xml
diff options
context:
space:
mode:
Diffstat (limited to 'checkstyle/src/main/resources/check-license.xml')
-rw-r--r--checkstyle/src/main/resources/check-license.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle/src/main/resources/check-license.xml b/checkstyle/src/main/resources/check-license.xml
index 91ca948..2a0acd0 100644
--- a/checkstyle/src/main/resources/check-license.xml
+++ b/checkstyle/src/main/resources/check-license.xml
@@ -10,7 +10,7 @@
<module name = "Checker">
<property name="charset" value="UTF-8"/>
- <property name="severity" value="error"/>
+ <property name="severity" value="warning"/>
<module name="RegexpHeader">
<property name="headerFile" value="${checkstyle.header.file}"/>