RAT (Release Audit Tool) results

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

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

Apache Licensed: 28
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
  AL    checkstyle.xml
  N     LICENSE.txt
  N     NOTICE.txt
 !????? pom.xml
  AL    src/changes/changes.xml
  AL    src/java/org/apache/commons/csv/CharBuffer.java
  AL    src/java/org/apache/commons/csv/CSVParser.java
  AL    src/java/org/apache/commons/csv/CSVPrinter.java
  AL    src/java/org/apache/commons/csv/CSVStrategy.java
  AL    src/java/org/apache/commons/csv/CSVUtils.java
  AL    src/java/org/apache/commons/csv/ExtendedBufferedReader.java
  AL    src/java/org/apache/commons/csv/package.html
  AL    src/java/org/apache/commons/csv/writer/CSVConfig.java
  AL    src/java/org/apache/commons/csv/writer/CSVConfigGuesser.java
  AL    src/java/org/apache/commons/csv/writer/CSVField.java
  AL    src/java/org/apache/commons/csv/writer/CSVWriter.java
 !????? src/site/site.xml
  AL    src/site/xdoc/cvs-usage.xml
  AL    src/site/xdoc/downloads.xml
  AL    src/site/xdoc/examples.xml
  AL    src/site/xdoc/index.xml
  AL    src/site/xdoc/issue-tracking.xml
  AL    src/test/org/apache/commons/csv/CharBufferTest.java
  AL    src/test/org/apache/commons/csv/CSVParserTest.java
  AL    src/test/org/apache/commons/csv/CSVPrinterTest.java
  AL    src/test/org/apache/commons/csv/CSVStrategyTest.java
  AL    src/test/org/apache/commons/csv/CSVUtilsTest.java
  AL    src/test/org/apache/commons/csv/ExtendedBufferedReaderTest.java
  AL    src/test/org/apache/commons/csv/writer/CSVConfigGuesserTest.java
  AL    src/test/org/apache/commons/csv/writer/CSVConfigTest.java
  AL    src/test/org/apache/commons/csv/writer/CSVFieldTest.java
  AL    src/test/org/apache/commons/csv/writer/CSVWriterTest.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>5</version>
  </parent>

  <artifactId>commons-csv</artifactId>
  <version>1.0-SNAPSHOT</version>
  <name>Commons CSV (Sandbox)</name>
  <url>http://commons.apache.org/sandbox/csv/</url>
  
  <dependencies>
    <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@apache.org</email>
      <organization>Apache</organization>
    </developer>
    <developer>
      <name>Martin van den Bemt</name>
      <id>mvdb</id>
      <email>mvdb@apache.org</email>
      <organization>Apache</organization>
    </developer>
    <developer>
      <name>Yonik Seeley</name>
      <id>yonik</id>
      <email>yonik@apache.org</email>
      <organization>Apache</organization>
    </developer>
  </developers>
  <contributors>
  </contributors>

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

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

    <menu name="Commons CSV">
      <item name="Overview"    href="/index.html"/>
      <item name="Download"    href="/downloads.html"/>
      <item name="Wiki"        href="http://wiki.apache.org/commons/CSV"/>
    </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>