1
0

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:
Henri Yandell
2008-04-27 16:00:39 +00:00
parent eaf4c2d7b4
commit 132d7b1ca4

View File

@@ -30,7 +30,7 @@
<module name="TreeWalker"> <module name="TreeWalker">
<!-- Verify that EVERY source file has the appropriate license --> <!-- Verify that EVERY source file has the appropriate license -->
<module name="Header"> <module name="Header">
<property name="headerFile" value="license-header.txt"/> <property name="headerFile" value="${basedir}/LICENSE-header.txt"/>
</module> </module>
<module name="OperatorWrap"> <module name="OperatorWrap">