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:
Henri Yandell 2008-04-27 16:00:39 +00:00
parent de2965f24c
commit 2d5f1b0b76
1 changed files with 1 additions and 1 deletions

View File

@ -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>