The following document contains the results of RAT (Release Audit Tool).
*****************************************************
Summary
-------
Notes: 2
Binaries: 0
Archives: 0
Standards: 23
Apache Licensed: 21
Generated Documents: 0
JavaDocs are generated and so license header is optional
Generated files do not required license headers
2 Unknown Licenses
*******************************
Unapproved licenses:
pom.xml
src/site/site.xml
*******************************
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 checkstyle.xml
N LICENSE.txt
N NOTICE.txt
!????? pom.xml
AL src/changes/changes.xml
AL src/main/java/org/apache/commons/csv/CharBuffer.java
AL src/main/java/org/apache/commons/csv/CSVFormat.java
AL src/main/java/org/apache/commons/csv/CSVParser.java
AL src/main/java/org/apache/commons/csv/CSVPrinter.java
AL src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java
AL src/main/java/org/apache/commons/csv/package.html
AL src/main/java/org/apache/commons/csv/UnicodeUnescapeReader.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/site/xdoc/mail-lists.xml
AL src/test/java/org/apache/commons/csv/CharBufferTest.java
AL src/test/java/org/apache/commons/csv/CSVFormatTest.java
AL src/test/java/org/apache/commons/csv/CSVLexerTest.java
AL src/test/java/org/apache/commons/csv/CSVParserTest.java
AL src/test/java/org/apache/commons/csv/CSVPrinterTest.java
AL src/test/java/org/apache/commons/csv/ExtendedBufferedReaderTest.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-parent</artifactId>
<version>23</version>
</parent>
<artifactId>commons-csv</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Commons CSV</name>
<url>http://commons.apache.org/proper/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/proper/csv/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/csv/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/commons/proper/csv/trunk</url>
=======================================================================
==src/site/site.xml
=======================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Commons CSV">
<bannerRight>
<name>Apache Commons CSV</name>
<src>/images/csv-logo.png</src>
<href>/index.html</href>
<alt>Commons CSV&trade; logo</alt>
</bannerRight>
<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>