RAT (Release Audit Tool) results

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

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

Apache Licensed: 6
Generated Documents: 0

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

2 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
 !????? /Users/lukaszlenart/Projects/Apache/STRUTS_2_3_8/plugins/gxp/pom.xml
  AL    /Users/lukaszlenart/Projects/Apache/STRUTS_2_3_8/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/AbstractGxp.java
  AL    /Users/lukaszlenart/Projects/Apache/STRUTS_2_3_8/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/AbstractGxpResult.java
  AL    /Users/lukaszlenart/Projects/Apache/STRUTS_2_3_8/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/Gxp.java
  AL    /Users/lukaszlenart/Projects/Apache/STRUTS_2_3_8/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/GxpInstance.java
  AL    /Users/lukaszlenart/Projects/Apache/STRUTS_2_3_8/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/GxpResult.java
  AL    /Users/lukaszlenart/Projects/Apache/STRUTS_2_3_8/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/Param.java
 !????? /Users/lukaszlenart/Projects/Apache/STRUTS_2_3_8/plugins/gxp/src/main/resources/struts-plugin.xml
 
 *****************************************************
 Printing headers for files without AL header...
 
 
 =======================================================================
 ==/Users/lukaszlenart/Projects/Apache/STRUTS_2_3_8/plugins/gxp/pom.xml
 =======================================================================
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.apache.struts</groupId>
        <artifactId>struts2-plugins</artifactId>
        <version>2.3.8</version>
    </parent>

    <groupId>org.apache.struts</groupId>
    <artifactId>struts2-gxp-plugin</artifactId>
    <packaging>jar</packaging>
    <name>Struts 2 GXP Plugin</name>
    <url>http://struts.apache.org</url>

    <scm>
        <connection>scm:svn:http://svn.apache.org/repos/asf/struts/sandbox/tags/STRUTS_2_3_8/trunk/struts2-gxp-plugin</connection>
        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/sandbox/tags/STRUTS_2_3_8/trunk/struts2-gxp-plugin</developerConnection>
        <url>http://svn.apache.org/viewcvs.cgi/struts/sandbox/tags/STRUTS_2_3_8/trunk/struts2-gxp-plugin</url>
    </scm>

    <dependencies>
        <dependency>
            <groupId>com.google.gxp</groupId>
            <artifactId>google-gxp</artifactId>
            <version>0.2.4-beta</version>
        </dependency>
        <dependency>
            <groupId>com.google.collections</groupId>
            <artifactId>google-collections</artifactId>
            <version>1.0</version>
        </dependency>
    </dependencies>

    <build>
        <defaultGoal>install</defaultGoal>
        <plugins>
            <plugin>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.5</source>
                    <target>1.5</target>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>

 =======================================================================
 ==/Users/lukaszlenart/Projects/Apache/STRUTS_2_3_8/plugins/gxp/src/main/resources/struts-plugin.xml
 =======================================================================
 <?xml version="1.0" encoding="UTF-8" ?>

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

<struts>
    <bean type="org.apache.struts2.views.gxp.inject.InjectedObjectContainer" class="org.apache.struts2.views.gxp.inject.InjectedObjectContainer" static="true" /> 
    <package name="gxp-default" extends="struts-default">
        <result-types>
            <result-type name="gxp" class="org.apache.struts2.views.gxp.GxpResult"/>
        </result-types>
    </package>
</struts>