Fixing the headerFile location as per CODEC-67 and Benjamin's patch
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@651971 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<module name="TreeWalker">
|
||||
<!-- Verify that EVERY source file has the appropriate license -->
|
||||
<module name="Header">
|
||||
<property name="headerFile" value="license-header.txt"/>
|
||||
<property name="headerFile" value="${basedir}/LICENSE-header.txt"/>
|
||||
</module>
|
||||
|
||||
<module name="OperatorWrap">
|
||||
|
||||
Reference in New Issue
Block a user