RAT (Release Audit Tool) results
The following document contains the results of RAT (Release Audit Tool).
*****************************************************
Summary
-------
Generated at: 2016-09-18T11:09:58+02:00
Notes: 2
Binaries: 1
Archives: 0
Standards: 7
Apache Licensed: 6
Generated Documents: 0
JavaDocs are generated and so license header is optional
Generated files do not required license headers
1 Unknown Licenses
*******************************
Unapproved licenses:
maven-checker/src/main/resources/devacfr-checkstyle.xml
*******************************
Archives:
*****************************************************
Files with Apache License headers will be marked AL
Binary files (which do not require AL headers) will be marked B
Compressed archives will be marked A
Notices, licenses etc will be marked N
N LICENSE
AL maven-checker/pom.xml
AL maven-checker/src/main/resources/checkstyle-header.txt
!????? maven-checker/src/main/resources/devacfr-checkstyle.xml
AL maven-checker/src/main/resources/devacfr-findbugs-exclude-filter.xml
AL maven-checker/src/main/resources/devacfr-pmd.xml
AL maven-legal/pom.xml
N maven-legal/src/main/resources/LICENSE
AL pom.xml
B src/original/workflow.graffle/data.plist
*****************************************************
Printing headers for files without AL header...
=======================================================================
==maven-checker/src/main/resources/devacfr-checkstyle.xml
=======================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
<!-- This configuration file was written by the eclipse-cs plugin configuration editor -->
<!-- Checkstyle-Configuration: default checkstyle Description: none -->
<module name="Checker">
<property name="severity" value="warning" />
<module name="TreeWalker">
<property name="tabWidth" value="4" />
<module name="FileContentsHolder" />
<module name="SuppressWarningsHolder" />
<module name="CyclomaticComplexity">
<property name="severity" value="warning" />
<property name="max" value="22" />
</module>
<module name="LineLength">
<property name="max" value="120" />
</module>
<module name="MethodLength">
<property name="severity" value="warning" />
<property name="max" value="200" />
</module>
<module name="FallThrough">
<property name="severity" value="warning" />
</module>
<module name="EqualsHashCode">
<property name="severity" value="warning" />
</module>
<module name="MissingSwitchDefault">
<property name="severity" value="warning" />
</module>
<module name="ExecutableStatementCount">
<property name="severity" value="warning" />
<property name="max" value="50" />
</module>
<module name="CovariantEquals">
<property name="severity" value="warning" />
</module>
<module name="VisibilityModifier">
<property name="severity" value="info" />
</module>
<module name="ConstantName">
<property name="severity" value="info" />
<property name="format" value="^([A-Z][A-Z0-9]*(_[A-Z0-9]+)*|logger|log)$" />
</module>
<module name="IllegalThrows">
<property name="severity" value="warning" />
</module>
<module name="ArrayTypeStyle">
<property name="severity" value="info" />