Also match copyright headers in properties files

This commit is contained in:
Norman Maurer 2019-03-22 10:01:13 +01:00
parent fc0b4383e9
commit edb1a98ae3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<module name="NewlineAtEndOfFile" />
<!-- Copyright headers -->
<module name="RegexpSingleline">
<property name="format" value="^(\s|\*)*Copyright\s+[0-9]+\s+The Netty Project\s*$"/>
<property name="format" value="^(\s|\*|#)*Copyright\s+[0-9]+\s+The Netty Project\s*$"/>
<property name="minimum" value="1"/>
<property name="maximum" value="1"/>
<property name="message" value="missing copyright header"/>