RAT (Release Audit Tool) results

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

*****************************************************
Summary
-------
Notes: 2
Binaries: 0
Archives: 0
Standards: 13

Apache Licensed: 12
Generated Documents: 0

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

1 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
  N     LICENSE.txt
  N     NOTICE.txt
 !????? pom.xml
  AL    project.properties
  AL    project.xml
  AL    src/java/org/apache/fulcrum/pbe/PBEService.java
  AL    src/java/org/apache/fulcrum/pbe/PBEServiceImpl.java
  AL    src/site/site.xml
  AL    src/test/org/apache/fulcrum/pbe/PBEServiceTest.java
  AL    src/test/TestComponentConfig.xml
  AL    src/test/TestRoleConfig.xml
  AL    xdocs/changes.xml
  AL    xdocs/configuration.xml
  AL    xdocs/index.xml
  AL    xdocs/navigation.xml
 
 *****************************************************
 Printing headers for files without AL header...
 
 
 =======================================================================
 ==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">
  <parent>
    <groupId>org.apache.fulcrum</groupId>
    <artifactId>fulcrum-parent</artifactId>
    <version>1</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <artifactId>fulcrum-pbe</artifactId>
  <version>1.0.2-SNAPSHOT</version>
  <name>Fulcrum PBE</name>
  <inceptionYear>2008</inceptionYear>
  <description>Fulcrum PBE Service</description>
  <url>http://turbine.apache.org/fulcrum/fulcrum-pbe</url>
		
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/pbe/</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/pbe/</developerConnection>
    <url>http://svn.apache.org/viewcvs/turbine/fulcrum/trunk/pbe/</url>
  </scm>

  <distributionManagement>
    <site>
      <id>apache.website</id>
      <name>Fulcrum Website</name>
      <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/fulcrum/fulcrum-pbe/</url>
    </site>    
  </distributionManagement>
	
  <developers>
    <developer>
      <name>Siegfried Goeschl</name>
      <id>sgoeschl</id>
      <email>sgoeschl@apache.org</email>
      <organization />
      <roles>
        <role>Java Developer</role>
      </roles>
    </developer>
  </developers>

  <dependencies>
    <dependency>
      <groupId>org.apache.avalon.framework</groupId>
      <artifactId>avalon-framework-api</artifactId>
      <version>4.3.1</version>
    </dependency>
    <!-- Fulcrum dependencies -->
    <dependency>
      <groupId>org.apache.fulcrum</groupId>