Fork me on GitHub

Rat (Release Audit Tool) results

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

*****************************************************
Summary
-------
Generated at: 2018-04-02T22:49:00+00:00
Notes: 0
Binaries: 0
Archives: 0
Standards: 9

Apache Licensed: 8
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/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-processor-json/src/site/resources/books.json

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

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/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-processor-json/pom.xml
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-processor-json/README.md
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-processor-json/src/site/resources/components.dot
 !????? /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-processor-json/src/site/resources/books.json
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-processor-json/src/site/markdown/index.md
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-processor-json/src/test/java/org/apache/streams/json/test/JsonPathExtractorTest.java
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-processor-json/src/main/resources/components.dot
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-processor-json/src/main/java/org/apache/streams/json/JsonPathExtractor.java
  AL    /home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-processor-json/src/main/java/org/apache/streams/json/JsonPathFilter.java
 
*****************************************************
 Printing headers for files without AL header...
 
 
=======================================================================
==/home/jenkins/jenkins-slave/workspace/streams-project-site/streams-contrib/streams-processor-json/src/site/resources/books.json
=======================================================================
{
    "store": {
        "book": [
            { "category": "reference",
                "author": "Nigel Rees",
                "title": "Sayings of the Century",
                "price": 8.95
            },
            { "category": "fiction",
                "author": "Evelyn Waugh",
                "title": "Sword of Honour",
                "price": 12.99,
                "isbn": "0-553-21311-3"
            }
        ],
        "bicycle": {
            "color": "red",
            "price": 19.95
        }
    }
}