tobrien 2003/05/29 16:25:00 Modified: math checkstyle.properties Log: Checkstyle should check that each source file include a license Revision Changes Path 1.2 +6 -1 jakarta-commons-sandbox/math/checkstyle.properties Index: checkstyle.properties =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/math/checkstyle.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- checkstyle.properties 21 May 2003 15:10:51 -0000 1.1 +++ checkstyle.properties 29 May 2003 23:25:00 -0000 1.2 @@ -1,5 +1,10 @@ # commons math customization of default Checkstyle behavior +# Verify that EVERY source file has the appropriate license +checkstyle.header.file=LICENSE.txt +# 2-5 = CVS Header in Commons license, 10 = copyright date, 32 = product name +#checkstyle.header.ignoreline=2,3,4,5,10,32 + # Ignore operator wrap, this has the effect of allowing # operators to appear at both the eol and the nl. This # setting should be eol, but checkstyle had problems @@ -7,7 +12,7 @@ # was selected as a fallback. checkstyle.wrap.operator = ignore -# Ignore padding around parethese, this allows for both +# Ignore padding around parenthese, this allows for both # foo(a,b), and foo( a, b ). checkstyle.paren.pad = ignore
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
