RAT (Release Audit Tool) results

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

*****************************************************
Summary
-------
Notes: 3
Binaries: 0
Archives: 0
Standards: 33

Apache Licensed: 17
Generated Documents: 0

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

16 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    checkstyle.xml
  N     LICENSE.txt
  N     NOTICE.txt
 !????? pom.xml
  AL    src/changes/changes.xml
  AL    src/java/org/apache/commons/finder/FileFinder.java
 !????? src/java/org/apache/commons/finder/filters/package.html
  AL    src/java/org/apache/commons/finder/filters/PathFilter.java
  AL    src/java/org/apache/commons/finder/filters/RegexFilter.java
  AL    src/java/org/apache/commons/finder/filters/SizeFilter.java
  AL    src/java/org/apache/commons/finder/Find.java
  AL    src/java/org/apache/commons/finder/Finder.java
  AL    src/java/org/apache/commons/finder/FinderException.java
  AL    src/java/org/apache/commons/finder/FindEvent.java
  AL    src/java/org/apache/commons/finder/FindingFilter.java
  AL    src/java/org/apache/commons/finder/FindListener.java
 !????? src/java/org/apache/commons/finder/package.html
  N     src/README.txt
 !????? src/site/site.xml
  AL    src/site/xdoc/cvs-usage.xml
  AL    src/site/xdoc/downloads.xml
  AL    src/site/xdoc/index.xml
  AL    src/site/xdoc/issue-tracking.xml
 !????? src/site/xdoc/style/project.css
 !????? src/test/find-data/can_read/file
 !????? src/test/find-data/can_write/file
 !????? src/test/find-data/empty/file
 !????? src/test/find-data/name/file
 !????? src/test/find-data/path/dir/file
 !????? src/test/find-data/regex/file.1
 !????? src/test/find-data/regex/file.2
 !????? src/test/find-data/regex/file.3
 !????? src/test/find-data/size/file
 !????? src/test/find-data/type/dir/file
 !????? src/test/find-data/type/file
  AL    src/test/org/apache/commons/finder/FileFinderTest.java
 
 *****************************************************
 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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-sandbox-parent</artifactId>
    <version>6</version>
  </parent>

  <artifactId>commons-finder</artifactId>
  <version>1.0-SNAPSHOT</version>
  <name>Commons Finder (Sandbox)</name>
  <url>http://commons.apache.org/sandbox/finder/</url>
  
  <dependencies>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>1.3</version>
    </dependency>
    <dependency>
      <groupId>commons-cli</groupId>
      <artifactId>commons-cli</artifactId>
      <version>SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <developers>
    <developer>
      <id>bayard</id>
      <name>Henri Yandell</name>
      <email>bayard AT apache DOT org</email>
      <organization>Apache</organization>
      <timezone>-5</timezone>
    </developer>
  </developers>
  <contributors>
  </contributors>

  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/finder/trunk/</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/finder/trunk/</developerConnection>
    <url>http://svn.apache.org/repos/asf/commons/sandbox/finder/trunk/</url>
  </scm>

 =======================================================================
 ==src/java/org/apache/commons/finder/filters/package.html
 =======================================================================
 <html>
<head>
<title>Package Documentation for org.apache.commons.finder.filters</title>
</head>
<body>
<p>Concrete {@link java.io.FileFilter} implementations.</p>
</body>
</html>

 =======================================================================
 ==src/java/org/apache/commons/finder/package.html
 =======================================================================
 <html>
<head>
<title>Package Documentation for org.apache.commons.finder</title>
</head>
<body>
<p>Commons Finder is an implementation of the UNIX command line find tool in Java.</p>
</body>
</html>

 =======================================================================
 ==src/site/site.xml
 =======================================================================
 <?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Commons Finder">
  <body>

    <menu name="Commons Finder">
      <item name="Overview"    href="/index.html"/>
      <item name="Download"    href="/downloads.html"/>
      <item name="Wiki"        href="http://wiki.apache.org/commons/Finder"/>
    </menu>
    
    <menu name="Development">
      <item name="History"                 href="/changes-report.html"/>
      <item name="Mailing Lists"           href="/mail-lists.html"/>
      <item name="Issue Tracking"          href="/issue-tracking.html"/>
      <item name="Team"                    href="/team-list.html"/>
      <item name="Source Repository"       href="/source-repository.html"/>
      <item name="Javadoc (latest)"        href="/apidocs/index.html"/>
    </menu>

  </body>
</project>

 =======================================================================
 ==src/site/xdoc/style/project.css
 =======================================================================
 @import url("http://jakarta.apache.org/style/jakarta-maven.css");

 =======================================================================
 ==src/test/find-data/can_read/file
 =======================================================================
 file

 =======================================================================
 ==src/test/find-data/can_write/file
 =======================================================================
 file

 =======================================================================
 ==src/test/find-data/empty/file
 =======================================================================
 
 =======================================================================
 ==src/test/find-data/name/file
 =======================================================================
 file

 =======================================================================
 ==src/test/find-data/path/dir/file
 =======================================================================
 file

 =======================================================================
 ==src/test/find-data/regex/file.1
 =======================================================================
 file.1

 =======================================================================
 ==src/test/find-data/regex/file.2
 =======================================================================
 file.2

 =======================================================================
 ==src/test/find-data/regex/file.3
 =======================================================================
 file.3

 =======================================================================
 ==src/test/find-data/size/file
 =======================================================================
 1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
1234567890
12345
1234567890
1234567890
1234567890

 =======================================================================
 ==src/test/find-data/type/dir/file
 =======================================================================
 file

 =======================================================================
 ==src/test/find-data/type/file
 =======================================================================
 file