Fixing the headerFile location as per CODEC-67 and Benjamin's patch
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@651971 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
de2965f24c
commit
2d5f1b0b76
|
@ -27,7 +27,7 @@
|
|||
|
||||
<!-- 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"/>
|
||||
<property name="ignoreLines" value="2"/>
|
||||
</module>
|
||||
|
||||
|
|
Loading…
Reference in New Issue