comparison checkstyle.xml @ 8867:de423c2a3c1b 3.2.x 3.2.2

Checkstyle: define header inline.
author Tom Gottfried <tom@intevation.de>
date Mon, 22 Jan 2018 17:02:26 +0100
parents 0862ea5d66ba
children c0803135455c 05e844922148
comparison
equal deleted inserted replaced
8866:f5fa2467f9c0 8867:de423c2a3c1b
15 15
16 <module name="FileLength"/> 16 <module name="FileLength"/>
17 17
18 <!-- Following interprets the header file as regular expressions. --> 18 <!-- Following interprets the header file as regular expressions. -->
19 <module name="RegexpHeader"> 19 <module name="RegexpHeader">
20 <property name="headerFile" value="../java.header"/>
21 <property name="fileExtensions" value="java"/> 20 <property name="fileExtensions" value="java"/>
21 <property name="header"
22 value="^/\* Copyright \(C\) .* by Bundesanstalt für Gewässerkunde$\n^ \* Software engineering by .*$\n^ \*$\n^ \* This file is Free Software under the GNU AGPL \(>=v3\)$\n^ \* and comes with ABSOLUTELY NO WARRANTY! Check out the$\n^ \* documentation coming with Dive4Elements River for details.$\n^ \*/$"/>
22 </module> 23 </module>
23 24
24 <module name="FileTabCharacter"> 25 <module name="FileTabCharacter">
25 <property name="eachLine" value="true"/> 26 <property name="eachLine" value="true"/>
26 </module> 27 </module>

http://dive4elements.wald.intevation.org