RAT (Release Audit Tool) results

The following document contains the results of RAT (Release Audit Tool).

*****************************************************
Summary
-------
Notes: 0
Binaries: 0
Archives: 0
Standards: 9

Apache Licensed: 6
Generated Documents: 0

JavaDocs are generated and so license header is optional
Generated files do not required license headers

3 Unknown Licenses

*******************************

Archives (+ indicates readable, $ unreadable): 

 
*****************************************************
  Files with AL headers will be marked L
  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
  AL    /home/wesw/tmp/STRUTS_2_1_8_1/plugins/junit/pom.xml
  AL    /home/wesw/tmp/STRUTS_2_1_8_1/plugins/junit/src/main/java/org/apache/struts2/StrutsSpringTestCase.java
  AL    /home/wesw/tmp/STRUTS_2_1_8_1/plugins/junit/src/main/java/org/apache/struts2/StrutsTestCase.java
  AL    /home/wesw/tmp/STRUTS_2_1_8_1/plugins/junit/src/test/java/org/apache/struts2/StrutsSpringTestCaseTest.java
  AL    /home/wesw/tmp/STRUTS_2_1_8_1/plugins/junit/src/test/java/org/apache/struts2/TestAction.java
  AL    /home/wesw/tmp/STRUTS_2_1_8_1/plugins/junit/src/test/java/org/apache/struts2/StrutsTestCaseTest.java
 !????? /home/wesw/tmp/STRUTS_2_1_8_1/plugins/junit/src/test/resources/struts.xml
 !????? /home/wesw/tmp/STRUTS_2_1_8_1/plugins/junit/src/test/resources/template.ftl
 !????? /home/wesw/tmp/STRUTS_2_1_8_1/plugins/junit/src/test/resources/applicationContext.xml
 
 *****************************************************
 Printing headers for files without AL header...
 
 
 =======================================================================
 ==/home/wesw/tmp/STRUTS_2_1_8_1/plugins/junit/src/test/resources/struts.xml
 =======================================================================
 <?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE struts PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 2.1.7//EN"
    "http://struts.apache.org/dtds/struts-2.1.dtd">

<struts>
    <constant name="struts.objectFactory" value="spring"/>
    <package name="test" namespace="/test" extends="struts-default">
        <action name="testAction" class="org.apache.struts2.TestAction">
            <result type="freemarker">/template.ftl</result>
        </action>
    </package>
</struts>

 =======================================================================
 ==/home/wesw/tmp/STRUTS_2_1_8_1/plugins/junit/src/test/resources/template.ftl
 =======================================================================
 Hello

 =======================================================================
 ==/home/wesw/tmp/STRUTS_2_1_8_1/plugins/junit/src/test/resources/applicationContext.xml
 =======================================================================
 <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
    <bean id="testAction" class="org.apache.struts2.TestAction"/>
</beans>