Skip to content

Commit 8e90d48

Browse files
committed
Fixing the headerFile location as per CODEC-67 and Benjamin's patch
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@651969 13f79535-47bb-0310-9956-ffa450edef68
1 parent dce4ad6 commit 8e90d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ limitations under the License.
2727
<module name="TreeWalker">
2828
<!-- Verify that EVERY source file has the appropriate license -->
2929
<module name="Header">
30-
<property name="headerFile" value="LICENSE-header.txt"/>
30+
<property name="headerFile" value="${basedir}/LICENSE-header.txt"/>
3131
</module>
3232

3333
<module name="OperatorWrap">

0 commit comments

Comments
 (0)