Rat (Release Audit Tool) results

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

*****************************************************
Summary
-------
Generated at: 2016-09-05T19:55:09+02:00
Notes: 4
Binaries: 0
Archives: 0
Standards: 13

Apache Licensed: 11
Generated Documents: 0

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

2 Unknown Licenses

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

Unapproved licenses:

  BUILD.txt
  upgrade.patch

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

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
  AL    ant-task-examples.xml
 !????? BUILD.txt
  N     LICENSE
  N     NOTICE
  AL    pom.xml
  N     README.txt
  N     RELEASE-NOTES.txt
  AL    src/changes/changes.xml
  AL    src/changes/release-notes.vm
  AL    src/python/recursive-rat.py
  AL    src/site/apt/index.apt.vm
  AL    src/site/apt/site-publish.apt
  AL    src/site/resources/css/site.css
  AL    src/site/resources/download_rat.cgi
  AL    src/site/site.xml
  AL    src/site/xdoc/download_rat.xml.vm
 !????? upgrade.patch
 
*****************************************************
 Printing headers for files without AL header...
 
 
=======================================================================
==BUILD.txt
=======================================================================
How to build RAT
================

There is a maven default goal configured that builds and installs a fresh artifact. Just launch maven without any goals in the project root directory.
or
Normal development:

    mvn install

Normal development without running tests:

    mvn -Dmaven.test.skip=true install

Build apache release

    mvn clean install -Papache-release

RAT uses the previos release version during the build to verify it complies its own rules.

=======================================================================
==upgrade.patch
=======================================================================
Index: apache-rat/pom.xml
===================================================================
--- apache-rat/pom.xml	(revision 1759124)
+++ apache-rat/pom.xml	(working copy)
@@ -36,25 +36,16 @@
     <dependency>
       <groupId>org.apache.rat</groupId>
       <artifactId>apache-rat-core</artifactId>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.rat</groupId>
       <artifactId>apache-rat-tasks</artifactId>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 
   <build>
-    <resources>
-      <resource>
-        <directory>..</directory>
-        <targetPath>META-INF</targetPath>
-        <includes>
-          <include>RELEASE_NOTES.txt</include>
-          <include>LICENSE</include>
-          <include>NOTICE</include>
-        </includes>
-      </resource>
-    </resources>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
Index: apache-rat/src/site/site.xml
===================================================================
--- apache-rat/src/site/site.xml	(revision 1759124)
+++ apache-rat/src/site/site.xml	(working copy)
@@ -15,18 +15,18 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
+<project xmlns="http://maven.apache.org/DECORATION/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"
          name="Apache Rat&trade;">
   <body>    
     <head>
+      <!--
         <link 
             href='http://fonts.googleapis.com/css?family=Mate+SC'