RAT (Release Audit Tool) results

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

*****************************************************
Summary
-------
Generated at: 2013-04-23T23:53:14+02:00
Notes: 0
Binaries: 0
Archives: 0
Standards: 8

Apache Licensed: 7
Generated Documents: 0

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

1 Unknown Licenses

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

Unapproved licenses:

  /home/herve/projets/maven/trunks/doxia/doxia/target/checkout/doxia-sink-api/src/site/apt/index.apt

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

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    /home/herve/projets/maven/trunks/doxia/doxia/target/checkout/doxia-sink-api/src/main/javadoc/org/apache/maven/doxia/sink/package.html
  AL    /home/herve/projets/maven/trunks/doxia/doxia/target/checkout/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/SinkEventAttributes.java
  AL    /home/herve/projets/maven/trunks/doxia/doxia/target/checkout/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java
  AL    /home/herve/projets/maven/trunks/doxia/doxia/target/checkout/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/SinkFactory.java
  AL    /home/herve/projets/maven/trunks/doxia/doxia/target/checkout/doxia-sink-api/src/main/java/org/codehaus/doxia/sink/Sink.java
 !????? /home/herve/projets/maven/trunks/doxia/doxia/target/checkout/doxia-sink-api/src/site/apt/index.apt
  AL    /home/herve/projets/maven/trunks/doxia/doxia/target/checkout/doxia-sink-api/src/site/site.xml
  AL    /home/herve/projets/maven/trunks/doxia/doxia/target/checkout/doxia-sink-api/pom.xml
 
 *****************************************************
 Printing headers for files without AL header...
 
 
 =======================================================================
 ==/home/herve/projets/maven/trunks/doxia/doxia/target/checkout/doxia-sink-api/src/site/apt/index.apt
 =======================================================================
 -----
 Doxia Sink API
 -----
 Hervé Boutemy
 -----
 2010-05-08
 -----

Doxia Sink API

  The <Sink> interface is a generic markup language interface provided as a Java API.
It contains several methods that encapsulate common text syntax. A start tag is denoted by
<<<xxxx()>>> method and a end of tag by <<<xxxx_()>>> method.

  For instance, you could do things like:

+--
sink.paragraph();
sink.text( "my text" );
sink.paragraph_();
+--

  similar to this HTML markup:

+--
<p>my text</p>
+--

  To find out more about the Sink API, you can read the
  {{{./apidocs/org/apache/maven/doxia/sink/Sink.html}Javadoc}}.


* API Changes

  With every Doxia release, a new <<<doxia-sink-api>>> artifact has been released even if the API itself didn't change.

  Here is a summary of API changes:

*--------------+--------------------------+
|| <<doxia-sink-api version>> || <<change description>> ||
*--------------+--------------------------+
| 1.0-alpha-6  | added <<<org.apache.maven.doxia.sink.Sink>>> interface which supercedes <<<org.codehaus.doxia.sink.Sink>>> |
*--------------+--------------------------+
| 1.0-alpha-9  | added <<<org.apache.maven.doxia.sink.SinkFactory>>> interface |
*--------------+--------------------------+
| 1.1          | added <<<org.apache.maven.doxia.sink.SinkEventAttributes>>> interface and a dependency on <<<doxia-logging-api>>> |
*--------------+--------------------------+

  Note that <<<doxia-sink-api 1.0>>> is equivalent to <<<doxia-sink-api 1.0-alpha-9>>>.