This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git

commit ecdc162aa6b14afc579bbd8c71aa7bfe1c6434a3
Author: sblackmon <[email protected]>
AuthorDate: Tue Jul 14 16:34:45 2020 -0500

    more updates to binary/bytecode LICENSE file and process
    
    additional license alternate names
    captures long tail of license types
    some changes to src/license files
    version bump / exclude a dependency
---
 pom.xml                                            |   6 +-
 src/license/THIRD-PARTY.txt                        | 465 +++++++++++++++++++++
 src/license/licenseMerges.txt                      |   2 +
 src/license/licenseMissingFile.properties          |  16 +-
 src/license/licenses.xml                           | 109 ++++-
 .../Common Public License - Version 1.0.html       | 464 ++++++++++++++++++++
 src/license/licenses/JBCrypt License.txt           |  18 +
 src/license/licenses/Java HTML Tidy License.txt    |  50 +++
 src/license/licenses/Plexus Classwords License.htm | 266 ++++++++++++
 src/site/markdown/release-preparation.md           |  18 +-
 streams-cli/pom.xml                                |  11 +
 streams-dist/LICENSE                               |  51 +++
 12 files changed, 1446 insertions(+), 30 deletions(-)

diff --git a/pom.xml b/pom.xml
index 49d57fc..e2632b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -368,7 +368,7 @@
         <clojure.version>1.4.0</clojure.version>
         <doxia.version>1.7</doxia.version>
         <facebook4j.version>2.4.7</facebook4j.version>
-        <fmpp.version>0.9.15</fmpp.version>
+        <fmpp.version>0.9.16</fmpp.version>
         <freemarker.version>2.3.28</freemarker.version>
         <guava.version>20.0</guava.version>
         <httpcomponents.core.version>4.4.8</httpcomponents.core.version>
@@ -1586,11 +1586,13 @@
                             <version>${license.plugin.version}</version>
                             <configuration>
                                 <acceptPomPackaging>true</acceptPomPackaging>
-                                
<excludedGroups>org.apache.streams,org.apache.streams.plugins</excludedGroups>
+                                
<excludedGroups>^org.apache.streams.*</excludedGroups>
                                 <failOnBlacklist>true</failOnBlacklist>
                                 <failOnMissing>true</failOnMissing>
                                 
<licenseMergesFile>${session.executionRootDirectory}/src/license/licenseMerges.txt</licenseMergesFile>
                                 
<missingFile>${session.executionRootDirectory}/src/license/licenseMissingFile.properties</missingFile>
+                                <outputDirectory>src/license</outputDirectory>
+                                
<thirdPartyFilename>THIRD-PARTY.txt</thirdPartyFilename>
                                 <useMissingFile>true</useMissingFile>
                             </configuration>
                             <executions>
diff --git a/src/license/THIRD-PARTY.txt b/src/license/THIRD-PARTY.txt
new file mode 100644
index 0000000..48b63bc
--- /dev/null
+++ b/src/license/THIRD-PARTY.txt
@@ -0,0 +1,465 @@
+
+Lists of 463 third-party dependencies.
+     (The 3-Clause BSD License) antlr (antlr:antlr:2.7.2 - no url defined)
+     (Public Domain) AOP alliance (aopalliance:aopalliance:1.0 - 
http://aopalliance.sourceforge.net)
+     (The 3-Clause BSD License) Copyright (c) 2000-2011 INRIA, France Telecom. 
 All rights reserved.) ASM Core (asm:asm:3.1 - http://asm.objectweb.org/asm/)
+     (Public Domain) Backport of JSR 166 
(backport-util-concurrent:backport-util-concurrent:3.1 - 
http://backport-jsr166.sourceforge.net/)
+     (Eclipse Public License) (GNU Lesser General Public License) Logback 
Classic Module (ch.qos.logback:logback-classic:1.2.3 - 
http://logback.qos.ch/logback-classic)
+     (Eclipse Public License) (GNU Lesser General Public License) Logback Core 
Module (ch.qos.logback:logback-core:1.2.3 - http://logback.qos.ch/logback-core)
+     (Plexus Classworlds License) Copyright 2002 (C) The Codehaus. All Rights 
Reserved.) classworlds (classworlds:classworlds:1.1-alpha-2 - 
http://classworlds.codehaus.org/)
+     (The Apache Software License, Version 2.0) ZkClient 
(com.101tec:zkclient:0.3 - https://github.com/sgroschupf/zkclient)
+     (The Apache Software License, Version 2.0) metrics reporter config base 
(com.addthis.metrics:reporter-config-base:3.0.3 - 
https://github.com/addthis/metrics-reporter-config/reporter-config-base)
+     (The Apache Software License, Version 2.0) metrics reporter config 3.x 
(com.addthis.metrics:reporter-config3:3.0.3 - 
https://github.com/addthis/metrics-reporter-config/reporter-config3)
+     (The Apache Software License, Version 2.0) AWS SDK for Java - Core 
(com.amazonaws:aws-java-sdk-core:1.11.184 - https://aws.amazon.com/sdkforjava)
+     (The Apache Software License, Version 2.0) AWS Java SDK for Amazon 
Kinesis (com.amazonaws:aws-java-sdk-kinesis:1.11.184 - 
https://aws.amazon.com/sdkforjava)
+     (The Apache Software License, Version 2.0) AWS Java SDK for AWS KMS 
(com.amazonaws:aws-java-sdk-kms:1.11.184 - https://aws.amazon.com/sdkforjava)
+     (The Apache Software License, Version 2.0) AWS Java SDK for Amazon S3 
(com.amazonaws:aws-java-sdk-s3:1.11.184 - https://aws.amazon.com/sdkforjava)
+     (The Apache Software License, Version 2.0) JMES Path Query library 
(com.amazonaws:jmespath-java:1.11.184 - https://aws.amazon.com/sdkforjava)
+     (The Apache Software License, Version 2.0) Riak Client for Java 
(com.basho.riak:riak-client:2.1.1 - https://github.com/basho/riak-java-client)
+     (The Apache Software License, Version 2.0) JCommander 
(com.beust:jcommander:1.48 - http://beust.com/jcommander)
+     (The Apache Software License, Version 2.0) jcommander 
(com.beust:jcommander:1.64 - http://jcommander.org)
+     (The MIT License) high-scale-lib (com.boundary:high-scale-lib:1.0.6 - 
https://github.com/boundary/high-scale-lib)
+     (The Apache Software License, Version 2.0) HPPC Collections 
(com.carrotsearch:hppc:0.5.4 - http://labs.carrotsearch.com/hppc.html/hppc)
+     (The Apache Software License, Version 2.0) HPPC Collections 
(com.carrotsearch:hppc:0.7.1 - http://labs.carrotsearch.com/hppc.html/hppc)
+     (The Apache Software License, Version 2.0) RandomizedTesting Randomized 
Runner (com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.3.2 - 
https://github.com/randomizedtesting/randomizedtesting/randomizedtesting-runner)
+     (The Apache Software License, Version 2.0) RandomizedTesting Randomized 
Runner (com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.5.3 - 
https://github.com/randomizedtesting/randomizedtesting/randomizedtesting-runner)
+     (The Apache Software License, Version 2.0) stream-lib 
(com.clearspring.analytics:stream:2.5.2 - 
https://github.com/clearspring/stream-lib)
+     (The Apache Software License, Version 2.0) DataStax Java Driver for 
Apache Cassandra - Core (com.datastax.cassandra:cassandra-driver-core:3.3.0 - 
https://github.com/datastax/java-driver/cassandra-driver-core)
+     (The Apache Software License, Version 2.0) DataStax Java Driver for 
Apache Cassandra - Object Mapping 
(com.datastax.cassandra:cassandra-driver-mapping:3.3.0 - 
https://github.com/datastax/java-driver/cassandra-driver-mapping)
+     (The MIT License) minimal-json 
(com.eclipsesource.minimal-json:minimal-json:0.9.5 - 
https://github.com/ralfstx/minimal-json)
+     (The 3-Clause BSD License) Kryo (com.esotericsoftware.kryo:kryo:2.24.0 - 
https://github.com/EsotericSoftware/kryo)
+     (The 3-Clause BSD License) MinLog (com.esotericsoftware.minlog:minlog:1.2 
- http://code.google.com/p/minlog/)
+     (The Apache Software License, Version 2.0) aalto-xml 
(com.fasterxml:aalto-xml:1.1.0 - http://github.com/FasterXML/aalto-xml/)
+     (The Apache Software License, Version 2.0) Jackson-annotations 
(com.fasterxml.jackson.core:jackson-annotations:2.9.8 - 
http://github.com/FasterXML/jackson)
+     (The Apache Software License, Version 2.0) Jackson-core 
(com.fasterxml.jackson.core:jackson-core:2.9.8 - 
https://github.com/FasterXML/jackson-core)
+     (The Apache Software License, Version 2.0) jackson-databind 
(com.fasterxml.jackson.core:jackson-databind:2.9.8 - 
http://github.com/FasterXML/jackson)
+     (The Apache Software License, Version 2.0) Jackson-dataformat-CBOR 
(com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.6.7 - 
http://wiki.fasterxml.com/JacksonForCbor)
+     (The Apache Software License, Version 2.0) Jackson dataformat: CBOR 
(com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.1 - 
http://github.com/FasterXML/jackson-dataformats-binary)
+     (The Apache Software License, Version 2.0) Jackson dataformat: Smile 
(com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.1 - 
http://github.com/FasterXML/jackson-dataformats-binary)
+     (The Apache Software License, Version 2.0) Jackson-dataformat-XML 
(com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.8 - 
http://wiki.fasterxml.com/JacksonExtensionXmlDataBinding)
+     (The Apache Software License, Version 2.0) Jackson-dataformat-YAML 
(com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.8 - 
https://github.com/FasterXML/jackson-dataformats-text)
+     (The Apache Software License, Version 2.0) Jackson-datatype-Joda 
(com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.8 - 
http://wiki.fasterxml.com/JacksonModuleJoda)
+     (The Apache Software License, Version 2.0) Jackson module: JAXB 
Annotations (com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.8 
- https://github.com/FasterXML/jackson-modules-base)
+     (The Apache Software License, Version 2.0) Jackson module: Paranamer 
(com.fasterxml.jackson.module:jackson-module-paranamer:2.9.8 - 
https://github.com/FasterXML/jackson-modules-base)
+     (The Apache Software License, Version 2.0) jackson-module-scala 
(com.fasterxml.jackson.module:jackson-module-scala_2.11:2.9.8 - 
http://wiki.fasterxml.com/JacksonModuleScala)
+     (The Apache Software License, Version 2.0) Woodstox 
(com.fasterxml.woodstox:woodstox-core:5.0.3 - 
https://github.com/FasterXML/woodstox)
+     (The Apache Software License, Version 2.0) Caffeine cache 
(com.github.ben-manes.caffeine:caffeine:2.2.6 - 
https://github.com/ben-manes/caffeine)
+     (The Apache Software License, Version 2.0) Java Agent for Memory 
Measurements (com.github.jbellis:jamm:0.3.0 - https://github.com/jbellis/jamm/)
+     (The Apache Software License, Version 2.0) jffi 
(com.github.jnr:jffi:1.2.10 - http://github.com/jnr/jffi)
+     (The Apache Software License, Version 2.0) jnr-constants 
(com.github.jnr:jnr-constants:0.9.0 - http://github.com/jnr/jnr-constants)
+     (The Apache Software License, Version 2.0) jnr-ffi 
(com.github.jnr:jnr-ffi:2.0.7 - http://github.com/jnr/jnr-ffi)
+     (Common Public License - v 1.0) (GNU General Public License Version 2) 
(GNU Lesser General Public License Version 2.1) jnr-posix 
(com.github.jnr:jnr-posix:3.0.27 - 
http://nexus.sonatype.org/oss-repository-hosting.html/jnr-posix)
+     (The MIT License) jnr-x86asm (com.github.jnr:jnr-x86asm:1.0.2 - 
http://github.com/jnr/jnr-x86asm)
+     (The 2-Clause BSD License) snowball-stemmer 
(com.github.rholder:snowball-stemmer:1.3.0.581.1 - 
http://snowball.tartarus.org/)
+     (The MIT License) scopt (com.github.scopt:scopt_2.11:3.5.0 - 
https://github.com/scopt/scopt)
+     (The Apache Software License, Version 2.0) Findbugs Annotations under 
Apache License (com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1 - 
http://stephenc.github.com/findbugs-annotations)
+     (The Apache Software License, Version 2.0) json-flattener 
(com.github.wnameless:json-flattener:0.5.0 - 
https://github.com/wnameless/json-flattener)
+     (The Apache Software License, Version 2.0) Google APIs Client Library for 
Java (com.google.api-client:google-api-client:1.22.0 - 
https://github.com/google/google-api-java-client/google-api-client)
+     (The Apache Software License, Version 2.0) Google APIs Client Library for 
Java (com.google.api-client:google-api-client:1.23.0 - 
https://github.com/google/google-api-java-client/google-api-client)
+     (The Apache Software License, Version 2.0) Google+ API v1-rev530-1.23.0 
(com.google.apis:google-api-services-plus:v1-rev530-1.23.0 - 
http://nexus.sonatype.org/oss-repository-hosting.html/google-api-services-plus)
+     (The Apache Software License, Version 2.0) YouTube Data API 
v3-rev178-1.22.0 (com.google.apis:google-api-services-youtube:v3-rev178-1.22.0 
- 
http://nexus.sonatype.org/oss-repository-hosting.html/google-api-services-youtube)
+     (The Apache Software License, Version 2.0) FindBugs-jsr305 
(com.google.code.findbugs:jsr305:1.3.9 - http://findbugs.sourceforge.net/)
+     (The Apache Software License, Version 2.0) FindBugs-jsr305 
(com.google.code.findbugs:jsr305:2.0.1 - http://findbugs.sourceforge.net/)
+     (The Apache Software License, Version 2.0) FindBugs-jsr305 
(com.google.code.findbugs:jsr305:3.0.0 - http://findbugs.sourceforge.net/)
+     (The Apache Software License, Version 2.0) FindBugs-jsr305 
(com.google.code.findbugs:jsr305:3.0.1 - http://findbugs.sourceforge.net/)
+     (The Apache Software License, Version 2.0) Gson 
(com.google.code.gson:gson:2.2.4 - http://code.google.com/p/google-gson/)
+     (The Apache Software License, Version 2.0) javaparser 
(com.google.code.javaparser:javaparser:1.0.11 - 
http://code.google.com/p/javaparser/)
+     (The Apache Software License, Version 2.0) Google Collections Library 
(com.google.collections:google-collections:1.0 - 
http://code.google.com/p/google-collections/)
+     (The Apache Software License, Version 2.0) Guava: Google Core Libraries 
for Java (com.google.guava:guava:20.0 - https://github.com/google/guava/guava)
+     (The Apache Software License, Version 2.0) Guava: Google Core Libraries 
for Java (JDK5 Backport) (com.google.guava:guava-jdk5:17.0 - 
http://code.google.com/p/guava-libraries/guava-jdk5)
+     (The Apache Software License, Version 2.0) Google HTTP Client Library for 
Java (com.google.http-client:google-http-client:1.22.0 - 
https://github.com/google/google-http-java-client/google-http-client)
+     (The Apache Software License, Version 2.0) Google HTTP Client Library for 
Java (com.google.http-client:google-http-client:1.23.0 - 
https://github.com/google/google-http-java-client/google-http-client)
+     (The Apache Software License, Version 2.0) Jackson 2 extensions to the 
Google HTTP Client Library for Java. 
(com.google.http-client:google-http-client-jackson2:1.22.0 - 
https://github.com/google/google-http-java-client/google-http-client-jackson2)
+     (The Apache Software License, Version 2.0) Jackson 2 extensions to the 
Google HTTP Client Library for Java. 
(com.google.http-client:google-http-client-jackson2:1.23.0 - 
https://github.com/google/google-http-java-client/google-http-client-jackson2)
+     (The Apache Software License, Version 2.0) Google Guice - Core Library 
(com.google.inject:guice:4.2.1 - https://github.com/google/guice/guice)
+     (The Apache Software License, Version 2.0) Google OAuth Client Library 
for Java (com.google.oauth-client:google-oauth-client:1.22.0 - 
https://github.com/google/google-oauth-java-client/google-oauth-client)
+     (The Apache Software License, Version 2.0) Google OAuth Client Library 
for Java (com.google.oauth-client:google-oauth-client:1.23.0 - 
https://github.com/google/google-oauth-java-client/google-oauth-client)
+     (The Apache Software License, Version 2.0) Java 6 (and higher) extensions 
to the Google OAuth Client Library for Java. 
(com.google.oauth-client:google-oauth-client-java6:1.22.0 - 
https://github.com/google/google-oauth-java-client/google-oauth-client-java6)
+     (The Apache Software License, Version 2.0) Jetty extensions to the Google 
OAuth Client Library for Java. 
(com.google.oauth-client:google-oauth-client-jetty:1.22.0 - 
https://github.com/google/google-oauth-java-client/google-oauth-client-jetty)
+     (The 3-Clause BSD License) Protocol Buffer Java API 
(com.google.protobuf:protobuf-java:2.5.0 - http://code.google.com/p/protobuf)
+     (The Apache Software License, Version 2.0) Concurrent-Trees 
(com.googlecode.concurrent-trees:concurrent-trees:2.4.0 - 
http://code.google.com/p/concurrent-trees/)
+     (The Apache Software License, Version 2.0) ConcurrentLinkedHashMap 
(com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4 - 
http://code.google.com/p/concurrentlinkedhashmap)
+     (The Apache Software License, Version 2.0) Gmail4J 
(com.googlecode.gmail4j:gmail4j:0.4 - http://gmail4j.googlecode.com)
+     (The Apache Software License, Version 2.0) JSON.simple 
(com.googlecode.json-simple:json-simple:1.1 - 
http://code.google.com/p/json-simple/)
+     (The Apache Software License, Version 2.0) OpenHMS Common Utilities 
(com.healthmarketscience.common:common-util:1.1.1 - 
http://openhms.sourceforge.net/common-util)
+     (The Apache Software License, Version 2.0) java-xmlbuilder 
(com.jamesmurty.utils:java-xmlbuilder:0.4 - 
http://code.google.com/p/java-xmlbuilder/)
+     (The Apache Software License, Version 2.0) project ':json-path' 
(com.jayway.jsonpath:json-path:2.4.0 - https://github.com/jayway/JsonPath)
+     (The Apache Software License, Version 2.0) project ':json-path-assert' 
(com.jayway.jsonpath:json-path-assert:2.4.0 - 
https://github.com/jayway/JsonPath)
+     (The 2-Clause BSD License) JSch (com.jcraft:jsch:0.1.42 - 
http://www.jcraft.com/jsch/)
+     (The Apache Software License, Version 2.0) Disruptor Framework 
(com.lmax:disruptor:3.0.1 - http://lmax-exchange.github.com/disruptor)
+     (The Apache Software License, Version 2.0) JsonSchemaValidator 
(com.networknt:json-schema-validator:0.1.10 - 
https://github.com/networknt/json-schema-validator)
+     (The Apache Software License, Version 2.0) Ning-compress-LZF 
(com.ning:compress-lzf:0.8.4 - http://github.com/ning/compress)
+     (The Apache Software License, Version 2.0) Compress-LZF 
(com.ning:compress-lzf:1.0.2 - http://github.com/ning/compress)
+     (The Apache Software License, Version 2.0) rome (com.rometools:rome:1.7.4 
- http://rometools.com/rome)
+     (The Apache Software License, Version 2.0) rome-utils 
(com.rometools:rome-utils:1.7.4 - http://rometools.com/rome-utils)
+     (The Apache Software License, Version 2.0) Spatial4J 
(com.spatial4j:spatial4j:0.5 - 
http://nexus.sonatype.org/oss-repository-hosting.html/spatial4j)
+     (The Apache Software License, Version 2.0) Tape (com.squareup:tape:1.2.3 
- http://github.com/square/tape/tape/)
+     (Common Development and Distribution License) Codemodel Core 
(com.sun.codemodel:codemodel:2.6 - http://codemodel.java.net/codemodel/)
+     (Common Development and Distribution License) (GPL2 w/ CPE) istack common 
utility code runtime (com.sun.istack:istack-commons-runtime:2.16 - 
http://java.net/istack-commons/istack-commons-runtime/)
+     (Common Development and Distribution License) (GPL2 w/ CPE) jersey-client 
(com.sun.jersey:jersey-client:1.9 - https://jersey.java.net/jersey-client/)
+     (Common Development and Distribution License) (GPL2 w/ CPE) jersey-core 
(com.sun.jersey:jersey-core:1.9 - https://jersey.java.net/jersey-core/)
+     (Common Development and Distribution License) (GPL2 w/ CPE) jersey-json 
(com.sun.jersey:jersey-json:1.9 - https://jersey.java.net/jersey-json/)
+     (Common Development and Distribution License) (GPL2 w/ CPE) jersey-server 
(com.sun.jersey:jersey-server:1.9 - https://jersey.java.net/jersey-server/)
+     (Common Development and Distribution License) (GPL2 w/ CPE) JAXB CORE 
(com.sun.xml.bind:jaxb-core:2.2.7 - http://jaxb.java.net/)
+     (Common Development and Distribution License) (GPL2 w/ CPE) JAXB 
Reference Implementation (com.sun.xml.bind:jaxb-impl:2.2.7 - 
http://jaxb.java.net/)
+     (The Apache Software License, Version 2.0) fastinfoset 
(com.sun.xml.fastinfoset:FastInfoset:1.2.12 - http://fi.java.net)
+     (The Apache Software License, Version 2.0) T-Digest 
(com.tdunning:t-digest:3.0 - https://github.com/tdunning/t-digest)
+     (The Apache Software License, Version 2.0) Thrift Server implementation 
backed by LMAX Disruptor (com.thinkaurelius.thrift:thrift-server:0.3.7 - 
http://github.com/xedin/disruptor_thrift_server)
+     (The 2-Clause BSD License) ParaNamer Core 
(com.thoughtworks.paranamer:paranamer:2.3 - 
http://paranamer.codehaus.org/paranamer)
+     (The 2-Clause BSD License) ParaNamer Core 
(com.thoughtworks.paranamer:paranamer:2.8 - 
https://github.com/paul-hammant/paranamer/paranamer)
+     (The Apache Software License, Version 2.0) QDox 
(com.thoughtworks.qdox:qdox:2.0-M5 - https://github.com/paul-hammant/qdox)
+     (The Apache Software License, Version 2.0) chill-java 
(com.twitter:chill-java:0.7.4 - https://github.com/twitter/chill)
+     (The Apache Software License, Version 2.0) chill 
(com.twitter:chill_2.11:0.7.4 - https://github.com/twitter/chill)
+     (The Apache Software License, Version 2.0) Hosebird Client Core 
(com.twitter:hbc-core:2.2.0 - http://github.com/twitter/hbc/hbc-core)
+     (The Apache Software License, Version 2.0) JOAuth 
(com.twitter:joauth:6.0.2 - http://github.com/twitter/joauth)
+     (Public Domain, per Creative Commons CC0) JSR166e 
(com.twitter:jsr166e:1.1.0 - http://github.com/twitter/jsr166e)
+     (The Apache Software License, Version 2.0) config 
(com.typesafe:config:1.2.0 - https://github.com/typesafehub/config)
+     (The Apache Software License, Version 2.0) config 
(com.typesafe:config:1.3.2 - https://github.com/typesafehub/config)
+     (The Apache Software License, Version 2.0) ssl-config-core 
(com.typesafe:ssl-config-core_2.11:0.2.1 - 
https://github.com/typesafehub/ssl-config)
+     (The Apache Software License, Version 2.0) akka-actor 
(com.typesafe.akka:akka-actor_2.11:2.4.20 - http://akka.io/)
+     (The Apache Software License, Version 2.0) akka-protobuf 
(com.typesafe.akka:akka-protobuf_2.11:2.4.20 - http://akka.io/)
+     (The Apache Software License, Version 2.0) akka-slf4j 
(com.typesafe.akka:akka-slf4j_2.11:2.4.20 - http://akka.io/)
+     (The Apache Software License, Version 2.0) akka-stream 
(com.typesafe.akka:akka-stream_2.11:2.4.20 - http://akka.io/)
+     (The Apache Software License, Version 2.0) Metrics Core Library 
(com.yammer.metrics:metrics-core:2.2.0 - 
http://metrics.codahale.com/metrics-core/)
+     (The Apache Software License, Version 2.0) commons-beanutils 
(commons-beanutils:commons-beanutils:1.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) Apache Commons BeanUtils 
(commons-beanutils:commons-beanutils:1.9.2 - 
http://commons.apache.org/proper/commons-beanutils/)
+     (The Apache Software License, Version 2.0) Commons BeanUtils Core 
(commons-beanutils:commons-beanutils-core:1.8.0 - 
http://commons.apache.org/beanutils/)
+     (The Apache Software License, Version 2.0) Commons Chain 
(commons-chain:commons-chain:1.1 - 
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/)
+     (The Apache Software License, Version 2.0) CLI 
(commons-cli:commons-cli:1.1 - http://jakarta.apache.org/commons/cli/)
+     (The Apache Software License, Version 2.0) Commons CLI 
(commons-cli:commons-cli:1.2 - http://commons.apache.org/cli/)
+     (The Apache Software License, Version 2.0) Apache Commons CLI 
(commons-cli:commons-cli:1.3.1 - http://commons.apache.org/proper/commons-cli/)
+     (The Apache Software License, Version 2.0) Apache Commons Codec 
(commons-codec:commons-codec:1.10 - 
http://commons.apache.org/proper/commons-codec/)
+     (The Apache Software License, Version 2.0) Apache Commons Collections 
(commons-collections:commons-collections:3.2.2 - 
http://commons.apache.org/collections/)
+     (The Apache Software License, Version 2.0) Commons Configuration 
(commons-configuration:commons-configuration:1.6 - 
http://commons.apache.org/${pom.artifactId.substring(8)}/)
+     (The Apache Software License, Version 2.0) Commons Daemon 
(commons-daemon:commons-daemon:1.0.13 - http://commons.apache.org/daemon/)
+     (The Apache Software License, Version 2.0) Digester 
(commons-digester:commons-digester:1.8 - 
http://jakarta.apache.org/commons/digester/)
+     (The Apache Software License, Version 2.0) Commons Digester 
(commons-digester:commons-digester:1.8.1 - http://commons.apache.org/digester/)
+     (The Apache Software License, Version 2.0) HttpClient 
(commons-httpclient:commons-httpclient:3.1 - 
http://jakarta.apache.org/httpcomponents/httpclient-3.x/)
+     (The Apache Software License, Version 2.0) Apache Commons IO 
(commons-io:commons-io:2.5 - http://commons.apache.org/proper/commons-io/)
+     (The Apache Software License, Version 2.0) Commons Lang 
(commons-lang:commons-lang:2.6 - http://commons.apache.org/lang/)
+     (The Apache Software License, Version 2.0) Apache Commons Logging 
(commons-logging:commons-logging:1.2 - 
http://commons.apache.org/proper/commons-logging/)
+     (The Apache Software License, Version 2.0) Logging 
(commons-logging:commons-logging-api:1.1 - 
http://jakarta.apache.org/commons/logging/)
+     (The Apache Software License, Version 2.0) Commons Net 
(commons-net:commons-net:3.1 - http://commons.apache.org/net/)
+     (The Apache Software License, Version 2.0) Apache Commons Validator 
(commons-validator:commons-validator:1.6 - 
http://commons.apache.org/proper/commons-validator/)
+     (The 2-Clause BSD License) JFlex (de.jflex:jflex:1.6.0 - http://jflex.de/)
+     (Plexus Classworlds License) Copyright 2001-2016 (C) MetaStuff, Ltd. and 
DOM4J contributors. All Rights Reserved.) dom4j (dom4j:dom4j:1.1 - no url 
defined)
+     (The Apache Software License, Version 2.0) Metrics Core 
(io.dropwizard.metrics:metrics-core:3.1.0 - 
http://metrics.codahale.com/metrics-core/)
+     (The Apache Software License, Version 2.0) JVM Integration for Metrics 
(io.dropwizard.metrics:metrics-jvm:3.1.0 - 
http://metrics.codahale.com/metrics-jvm/)
+     (The Apache Software License, Version 2.0) The Netty Project 
(io.netty:netty:3.8.0.Final - http://netty.io/)
+     (The Apache Software License, Version 2.0) Netty/All-in-One 
(io.netty:netty-all:4.0.23.Final - http://netty.io/netty-all/)
+     (The Apache Software License, Version 2.0) Netty/All-in-One 
(io.netty:netty-all:4.0.44.Final - http://netty.io/netty-all/)
+     (The Apache Software License, Version 2.0) Netty/All-in-One 
(io.netty:netty-all:4.1.5.Final - http://netty.io/netty-all/)
+     (The Apache Software License, Version 2.0) Netty/Buffer 
(io.netty:netty-buffer:4.0.47.Final - http://netty.io/netty-buffer/)
+     (The Apache Software License, Version 2.0) Netty/Codec 
(io.netty:netty-codec:4.0.47.Final - http://netty.io/netty-codec/)
+     (The Apache Software License, Version 2.0) Netty/Common 
(io.netty:netty-common:4.0.47.Final - http://netty.io/netty-common/)
+     (The Apache Software License, Version 2.0) Netty/Handler 
(io.netty:netty-handler:4.0.47.Final - http://netty.io/netty-handler/)
+     (The Apache Software License, Version 2.0) Netty/Transport 
(io.netty:netty-transport:4.0.47.Final - http://netty.io/netty-transport/)
+     (The Apache Software License, Version 2.0) fastutil 
(it.unimi.dsi:fastutil:6.5.7 - http://fasutil.di.unimi.it/)
+     (Common Development and Distribution License) JavaBeans Activation 
Framework (JAF) (javax.activation:activation:1.1 - 
http://java.sun.com/products/javabeans/jaf/index.jsp)
+     (Common Development and Distribution License) JSR-250 Common Annotations 
for the JavaTM Platform (javax.annotation:jsr250-api:1.0 - 
http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html)
+     (The Apache Software License, Version 2.0) CDI APIs 
(javax.enterprise:cdi-api:1.0 - http://www.seamframework.org/Weld/cdi-api)
+     (The Apache Software License, Version 2.0) javax.inject 
(javax.inject:javax.inject:1 - http://code.google.com/p/atinject/)
+     (Common Development and Distribution License) (GPLv2+CE) JavaMail API 
(javax.mail:mail:1.4.2 - http://java.sun.com/projects/javamail/mail)
+     (Common Development and Distribution License) servlet-api 
(javax.servlet:servlet-api:2.5 - no url defined)
+     (Common Development and Distribution License) (GPL2 w/ CPE) Copyright (c) 
1997-2010 Oracle and/or its affiliates. All rights reserved.)) jsp-api 
(javax.servlet.jsp:jsp-api:2.1 - no url defined)
+     (The Apache Software License, Version 2.0) Bean Validation API 
(javax.validation:validation-api:1.0.0.GA - no url defined)
+     (The Apache Software License, Version 2.0) Bean Validation API 
(javax.validation:validation-api:1.1.0.Final - http://beanvalidation.org)
+     (Common Development and Distribution License) jsr311-api 
(javax.ws.rs:jsr311-api:1.1.1 - https://jsr311.dev.java.net)
+     (Common Development and Distribution License) (GPL2 w/ CPE) JAXB API 
bundle for GlassFish V3 (javax.xml.bind:jaxb-api:2.2.2 - 
https://jaxb.dev.java.net/)
+     (Common Development and Distribution License) (GPL2 w/ CPE) Java 
Architecture for XML Binding (javax.xml.bind:jaxb-api:2.2.7 - 
http://jaxb.java.net/)
+     (Common Development and Distribution License) (GNU General Public 
Library) Streaming API for XML (javax.xml.stream:stax-api:1.0-2 - no url 
defined)
+     (Similar to Apache License but with the acknowledgment clause removed) 
jdom (jdom:jdom:1.0 - no url defined)
+     (The 2-Clause BSD License) JLine (jline:jline:0.9.94 - 
http://jline.sourceforge.net)
+     (The Apache Software License, Version 2.0) Joda-Time 
(joda-time:joda-time:2.9.9 - http://www.joda.org/joda-time/)
+     (Eclipse Public License) JUnit (junit:junit:4.12 - http://junit.org)
+     (The Apache Software License, Version 2.0) Apache Log4j 
(log4j:log4j:1.2.17 - http://logging.apache.org/log4j/1.2/)
+     (The Apache Software License, Version 2.0) An open source Java toolkit 
for Amazon S3 (net.java.dev.jets3t:jets3t:0.9.0 - http://www.jets3t.org)
+     (GNU Lesser General Public License) (The Apache Software License, Version 
2.0) Java Native Access (net.java.dev.jna:jna:4.4.0 - 
https://github.com/java-native-access/jna)
+     (The Apache Software License, Version 2.0) ROME, RSS and atOM utilitiEs 
for Java (net.java.dev.rome:rome:1.0.0 - https://rome.dev.java.net/)
+     (Public Domain, per Creative Commons Attribution License) "Java 
Concurrency in Practice" book annotations (net.jcip:jcip-annotations:1.0 - 
http://jcip.net/)
+     (The Apache Software License, Version 2.0) LZ4 and xxHash 
(net.jpountz.lz4:lz4:1.3.0 - https://github.com/jpountz/lz4-java)
+     (The Apache Software License, Version 2.0) ASM based accessors helper 
used by json-smart (net.minidev:accessors-smart:1.2 - http://www.minidev.net/)
+     (The Apache Software License, Version 2.0) JSON Small and Fast Parser 
(net.minidev:json-smart:2.3 - http://www.minidev.net/)
+     (The MIT License) JOpt Simple (net.sf.jopt-simple:jopt-simple:5.0.4 - 
http://jopt-simple.github.io/jopt-simple)
+     (Java HTML Tidy License) JTidy (net.sf.jtidy:jtidy:r938 - 
http://jtidy.sourceforge.net)
+     (The Apache Software License, Version 2.0) FMPP 
(net.sourceforge.fmpp:fmpp:0.9.16 - http://fmpp.sourceforge.net)
+     (The Apache Software License, Version 2.0) JAXB Utilities 
(nz.net.ultraq.jaxb:jaxb-utilities:1.3.0 - 
http://www.ultraq.net.nz/programming/jaxb-utilities/)
+     (The 2-Clause BSD License) StringTemplate 4 (org.antlr:ST4:4.0.8 - 
http://www.stringtemplate.org)
+     (The 2-Clause BSD License) ANTLR 3 Tool (org.antlr:antlr:3.5.2 - 
http://antlr.org/antlr)
+     (The 3-Clause BSD License) Antlr 3 Runtime (org.antlr:antlr-runtime:3.3 - 
http://www.antlr.org)
+     (The 2-Clause BSD License) ANTLR 3 Runtime (org.antlr:antlr-runtime:3.5.2 
- http://www.antlr.org)
+     (The 2-Clause BSD License) ANTLR StringTemplate 4.0.2 
(org.antlr:stringtemplate:4.0.2 - http://www.stringtemplate.org)
+     (The Apache Software License, Version 2.0) org.apache.tools.ant 
(org.apache.ant:ant:1.7.0 - http://ant.apache.org/ant/)
+     (The Apache Software License, Version 2.0) Apache Ant Core 
(org.apache.ant:ant:1.9.7 - http://ant.apache.org/)
+     (The Apache Software License, Version 2.0) ant-launcher 
(org.apache.ant:ant-launcher:1.7.0 - http://ant.apache.org/ant-launcher/)
+     (The Apache Software License, Version 2.0) Apache Ant Launcher 
(org.apache.ant:ant-launcher:1.9.7 - http://ant.apache.org/)
+     (The Apache Software License, Version 2.0) Apache Avro 
(org.apache.avro:avro:1.7.4 - http://avro.apache.org)
+     (The Apache Software License, Version 2.0) Apache Cassandra 
(org.apache.cassandra:cassandra-all:3.11.0 - http://cassandra.apache.org)
+     (The Apache Software License, Version 2.0) Apache Cassandra 
(org.apache.cassandra:cassandra-thrift:3.11.0 - http://cassandra.apache.org)
+     (The Apache Software License, Version 2.0) Commons Compress 
(org.apache.commons:commons-compress:1.4.1 - 
http://commons.apache.org/compress/)
+     (The Apache Software License, Version 2.0) Apache Commons CSV 
(org.apache.commons:commons-csv:1.5 - 
http://commons.apache.org/proper/commons-csv/)
+     (The Apache Software License, Version 2.0) Apache Commons Lang 
(org.apache.commons:commons-lang3:3.6 - 
http://commons.apache.org/proper/commons-lang/)
+     (The Apache Software License, Version 2.0) Commons Math 
(org.apache.commons:commons-math3:3.1.1 - http://commons.apache.org/math/)
+     (The Apache Software License, Version 2.0) Commons Math 
(org.apache.commons:commons-math3:3.2 - 
http://commons.apache.org/proper/commons-math/)
+     (The Apache Software License, Version 2.0) Apache Commons Math 
(org.apache.commons:commons-math3:3.5 - 
http://commons.apache.org/proper/commons-math/)
+     (The Apache Software License, Version 2.0) Apache Commons Text 
(org.apache.commons:commons-text:1.2 - 
http://commons.apache.org/proper/commons-text/)
+     (The Apache Software License, Version 2.0) Curator Client 
(org.apache.curator:curator-client:2.7.1 - 
http://curator.apache.org/curator-client)
+     (The Apache Software License, Version 2.0) Curator Framework 
(org.apache.curator:curator-framework:2.7.1 - 
http://curator.apache.org/curator-framework)
+     (The Apache Software License, Version 2.0) Curator Recipes 
(org.apache.curator:curator-recipes:2.7.1 - 
http://curator.apache.org/curator-recipes)
+     (The Apache Software License, Version 2.0) Apache Directory API ASN.1 API 
(org.apache.directory.api:api-asn1-api:1.0.0-M20 - 
http://directory.apache.org/api-parent/api-asn1-parent/api-asn1-api/)
+     (The Apache Software License, Version 2.0) Apache Directory LDAP API 
Utilities (org.apache.directory.api:api-util:1.0.0-M20 - 
http://directory.apache.org/api-parent/api-util/)
+     (The Apache Software License, Version 2.0) ApacheDS I18n 
(org.apache.directory.server:apacheds-i18n:2.0.0-M15 - 
http://directory.apache.org/apacheds/1.5/apacheds-i18n)
+     (The Apache Software License, Version 2.0) ApacheDS Protocol Kerberos 
Codec (org.apache.directory.server:apacheds-kerberos-codec:2.0.0-M15 - 
http://directory.apache.org/apacheds/1.5/apacheds-kerberos-codec)
+     (The Apache Software License, Version 2.0) flink-annotations 
(org.apache.flink:flink-annotations:1.4.2 - 
http://flink.apache.org/flink-annotations)
+     (The Apache Software License, Version 2.0) flink-clients 
(org.apache.flink:flink-clients_2.11:1.4.2 - 
http://flink.apache.org/flink-clients_2.11)
+     (The Apache Software License, Version 2.0) flink-connector-filesystem 
(org.apache.flink:flink-connector-filesystem_2.11:1.4.2 - 
http://flink.apache.org/flink-connectors/flink-connector-filesystem_2.11)
+     (The Apache Software License, Version 2.0) flink-core 
(org.apache.flink:flink-core:1.4.2 - http://flink.apache.org/flink-core)
+     (The Apache Software License, Version 2.0) flink-hadoop-fs 
(org.apache.flink:flink-hadoop-fs:1.4.2 - 
http://flink.apache.org/flink-filesystems/flink-hadoop-fs)
+     (The Apache Software License, Version 2.0) flink-java 
(org.apache.flink:flink-java:1.4.2 - http://flink.apache.org/flink-java)
+     (The Apache Software License, Version 2.0) flink-metrics-core 
(org.apache.flink:flink-metrics-core:1.4.2 - 
http://flink.apache.org/flink-metrics/flink-metrics-core)
+     (The Apache Software License, Version 2.0) flink-optimizer 
(org.apache.flink:flink-optimizer_2.11:1.4.2 - 
http://flink.apache.org/flink-optimizer_2.11)
+     (The Apache Software License, Version 2.0) 
flink-queryable-state-client-java 
(org.apache.flink:flink-queryable-state-client-java_2.11:1.4.2 - 
http://flink.apache.org/flink-queryable-state/flink-queryable-state-client-java_2.11)
+     (The Apache Software License, Version 2.0) flink-runtime 
(org.apache.flink:flink-runtime_2.11:1.4.2 - 
http://flink.apache.org/flink-runtime_2.11)
+     (The Apache Software License, Version 2.0) flink-scala 
(org.apache.flink:flink-scala_2.11:1.4.2 - 
http://flink.apache.org/flink-scala_2.11)
+     (The Apache Software License, Version 2.0) flink-shaded-asm-5 
(org.apache.flink:flink-shaded-asm:5.0.4-2.0 - 
http://flink.apache.org/flink-shaded-asm)
+     (The Apache Software License, Version 2.0) flink-shaded-guava-18 
(org.apache.flink:flink-shaded-guava:18.0-2.0 - 
http://flink.apache.org/flink-shaded-guava)
+     (The Apache Software License, Version 2.0) flink-shaded-jackson-2 
(org.apache.flink:flink-shaded-jackson:2.7.9-2.0 - 
http://flink.apache.org/flink-shaded-jackson)
+     (The Apache Software License, Version 2.0) flink-shaded-netty-4 
(org.apache.flink:flink-shaded-netty:4.0.27.Final-2.0 - 
http://flink.apache.org/flink-shaded-netty)
+     (The Apache Software License, Version 2.0) flink-streaming-java 
(org.apache.flink:flink-streaming-java_2.11:1.4.2 - 
http://flink.apache.org/flink-streaming-java_2.11)
+     (The Apache Software License, Version 2.0) flink-streaming-scala 
(org.apache.flink:flink-streaming-scala_2.11:1.4.2 - 
http://flink.apache.org/flink-streaming-scala_2.11)
+     (The Apache Software License, Version 2.0) force-shading 
(org.apache.flink:force-shading:1.4.2 - https://www.apache.org/force-shading/)
+     (The Apache Software License, Version 2.0) Apache Hadoop Annotations 
(org.apache.hadoop:hadoop-annotations:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) Apache Hadoop Auth 
(org.apache.hadoop:hadoop-auth:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) Apache Hadoop Client 
(org.apache.hadoop:hadoop-client:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) Apache Hadoop Common 
(org.apache.hadoop:hadoop-common:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) Apache Hadoop HDFS 
(org.apache.hadoop:hadoop-hdfs:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) Apache Hadoop HttpFS 
(org.apache.hadoop:hadoop-hdfs-httpfs:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-mapreduce-client-app 
(org.apache.hadoop:hadoop-mapreduce-client-app:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-mapreduce-client-common 
(org.apache.hadoop:hadoop-mapreduce-client-common:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-mapreduce-client-core 
(org.apache.hadoop:hadoop-mapreduce-client-core:2.5.1 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-mapreduce-client-core 
(org.apache.hadoop:hadoop-mapreduce-client-core:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) 
hadoop-mapreduce-client-jobclient 
(org.apache.hadoop:hadoop-mapreduce-client-jobclient:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) 
hadoop-mapreduce-client-shuffle 
(org.apache.hadoop:hadoop-mapreduce-client-shuffle:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-yarn-api 
(org.apache.hadoop:hadoop-yarn-api:2.5.1 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-yarn-api 
(org.apache.hadoop:hadoop-yarn-api:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-yarn-client 
(org.apache.hadoop:hadoop-yarn-client:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-yarn-common 
(org.apache.hadoop:hadoop-yarn-common:2.5.1 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-yarn-common 
(org.apache.hadoop:hadoop-yarn-common:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) hadoop-yarn-server-common 
(org.apache.hadoop:hadoop-yarn-server-common:2.7.0 - no url defined)
+     (The Apache Software License, Version 2.0) Apache HBase - Annotations 
(org.apache.hbase:hbase-annotations:1.2.3 - 
http://hbase.apache.org/hbase-annotations)
+     (The Apache Software License, Version 2.0) Apache HBase - Client 
(org.apache.hbase:hbase-client:1.2.3 - http://hbase.apache.org/hbase-client)
+     (The Apache Software License, Version 2.0) Apache HBase - Common 
(org.apache.hbase:hbase-common:1.2.3 - http://hbase.apache.org/hbase-common)
+     (The Apache Software License, Version 2.0) Apache HBase - Protocol 
(org.apache.hbase:hbase-protocol:1.2.3 - http://hbase.apache.org/hbase-protocol)
+     (The Apache Software License, Version 2.0) htrace-core 
(org.apache.htrace:htrace-core:3.1.0-incubating - 
http://incubator.apache.org/projects/htrace.html)
+     (The Apache Software License, Version 2.0) Apache HttpClient 
(org.apache.httpcomponents:httpclient:4.5.4 - 
http://hc.apache.org/httpcomponents-client)
+     (The Apache Software License, Version 2.0) Apache HttpCore 
(org.apache.httpcomponents:httpcore:4.4.8 - 
http://hc.apache.org/httpcomponents-core-ga)
+     (The Apache Software License, Version 2.0) Apache Juneau Marshall 
(org.apache.juneau:juneau-marshall:7.2.1 - 
http://juneau.apache.org/juneau-core/juneau-marshall)
+     (The Apache Software License, Version 2.0) Apache Juneau Marshal RDF 
(org.apache.juneau:juneau-marshall-rdf:7.2.1 - 
http://juneau.apache.org/juneau-core/juneau-marshall-rdf)
+     (The Apache Software License, Version 2.0) Apache Juneau REST Client API 
(org.apache.juneau:juneau-rest-client:7.2.1 - 
http://juneau.apache.org/juneau-rest/juneau-rest-client)
+     (The Apache Software License, Version 2.0) Apache Kafka 
(org.apache.kafka:kafka-clients:1.0.0 - http://kafka.apache.org)
+     (The Apache Software License, Version 2.0) Apache Kafka 
(org.apache.kafka:kafka_2.11:1.0.0 - http://kafka.apache.org)
+     (The Apache Software License, Version 2.0) Lucene Common Analyzers 
(org.apache.lucene:lucene-analyzers-common:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-analyzers-common)
+     (The Apache Software License, Version 2.0) Lucene Memory 
(org.apache.lucene:lucene-backward-codecs:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-backward-codecs)
+     (The Apache Software License, Version 2.0) Lucene codecs 
(org.apache.lucene:lucene-codecs:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-codecs)
+     (The Apache Software License, Version 2.0) Lucene Core 
(org.apache.lucene:lucene-core:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-core)
+     (The Apache Software License, Version 2.0) Lucene Grouping 
(org.apache.lucene:lucene-grouping:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-grouping)
+     (The Apache Software License, Version 2.0) Lucene Highlighter 
(org.apache.lucene:lucene-highlighter:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-highlighter)
+     (The Apache Software License, Version 2.0) Lucene Join 
(org.apache.lucene:lucene-join:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-join)
+     (The Apache Software License, Version 2.0) Lucene Memory 
(org.apache.lucene:lucene-memory:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-memory)
+     (The Apache Software License, Version 2.0) Lucene Miscellaneous 
(org.apache.lucene:lucene-misc:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-misc)
+     (The Apache Software License, Version 2.0) Lucene Queries 
(org.apache.lucene:lucene-queries:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-queries)
+     (The Apache Software License, Version 2.0) Lucene QueryParsers 
(org.apache.lucene:lucene-queryparser:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-queryparser)
+     (The Apache Software License, Version 2.0) Lucene Sandbox 
(org.apache.lucene:lucene-sandbox:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-sandbox)
+     (The Apache Software License, Version 2.0) Lucene Spatial 
(org.apache.lucene:lucene-spatial:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-spatial)
+     (The Apache Software License, Version 2.0) Lucene Spatial 3D 
(org.apache.lucene:lucene-spatial3d:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-spatial3d)
+     (The Apache Software License, Version 2.0) Lucene Suggest 
(org.apache.lucene:lucene-suggest:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-suggest)
+     (The Apache Software License, Version 2.0) Lucene Test Framework 
(org.apache.lucene:lucene-test-framework:5.5.4 - 
http://lucene.apache.org/lucene-parent/lucene-test-framework)
+     (The Apache Software License, Version 2.0) Maven Aether Provider 
(org.apache.maven:maven-aether-provider:3.3.9 - 
http://maven.apache.org/ref/3.3.9/maven-aether-provider/)
+     (The Apache Software License, Version 2.0) Maven Artifact 
(org.apache.maven:maven-artifact:3.6.3 - 
https://maven.apache.org/ref/3.6.3/maven-artifact/)
+     (The Apache Software License, Version 2.0) Maven Artifact Manager 
(org.apache.maven:maven-artifact-manager:2.0 - http://maven.apache.org)
+     (The Apache Software License, Version 2.0) Maven Artifact Manager 
(org.apache.maven:maven-artifact-manager:2.2.1 - 
http://maven.apache.org/maven-artifact-manager)
+     (The Apache Software License, Version 2.0) Maven Builder Support 
(org.apache.maven:maven-builder-support:3.6.3 - 
https://maven.apache.org/ref/3.6.3/maven-builder-support/)
+     (The Apache Software License, Version 2.0) Maven Compat 
(org.apache.maven:maven-compat:3.6.3 - 
https://maven.apache.org/ref/3.6.3/maven-compat/)
+     (The Apache Software License, Version 2.0) Maven Core 
(org.apache.maven:maven-core:3.6.3 - 
https://maven.apache.org/ref/3.6.3/maven-core/)
+     (The Apache Software License, Version 2.0) Maven Model 
(org.apache.maven:maven-model:3.3.9 - 
http://maven.apache.org/ref/3.3.9/maven-model/)
+     (The Apache Software License, Version 2.0) Maven Model Builder 
(org.apache.maven:maven-model-builder:3.3.9 - 
http://maven.apache.org/ref/3.3.9/maven-model-builder/)
+     (The Apache Software License, Version 2.0) Maven Plugin API 
(org.apache.maven:maven-plugin-api:3.6.3 - 
https://maven.apache.org/ref/3.6.3/maven-plugin-api/)
+     (The Apache Software License, Version 2.0) Maven Plugin Descriptor Model 
(org.apache.maven:maven-plugin-descriptor:2.2.1 - 
http://maven.apache.org/maven-plugin-descriptor)
+     (The Apache Software License, Version 2.0) Maven Plugin Registry Model 
(org.apache.maven:maven-plugin-registry:2.2.1 - 
http://maven.apache.org/maven-plugin-registry)
+     (The Apache Software License, Version 2.0) Maven Profile Model 
(org.apache.maven:maven-profile:2.0 - 
http://maven.apache.org/maven2/maven-profile/)
+     (The Apache Software License, Version 2.0) Maven Profile Model 
(org.apache.maven:maven-profile:2.2.1 - http://maven.apache.org/maven-profile)
+     (The Apache Software License, Version 2.0) Maven Project Builder 
(org.apache.maven:maven-project:2.0 - 
http://maven.apache.org/maven2/maven-project/)
+     (The Apache Software License, Version 2.0) Maven Project Builder 
(org.apache.maven:maven-project:2.2.1 - http://maven.apache.org/maven-project)
+     (The Apache Software License, Version 2.0) Maven Repository Metadata 
Model (org.apache.maven:maven-repository-metadata:3.3.9 - 
http://maven.apache.org/ref/3.3.9/maven-repository-metadata/)
+     (The Apache Software License, Version 2.0) Maven Artifact Resolver 
Provider (org.apache.maven:maven-resolver-provider:3.6.3 - 
https://maven.apache.org/ref/3.6.3/maven-resolver-provider/)
+     (The Apache Software License, Version 2.0) Maven Settings 
(org.apache.maven:maven-settings:3.6.3 - 
https://maven.apache.org/ref/3.6.3/maven-settings/)
+     (The Apache Software License, Version 2.0) Maven Settings Builder 
(org.apache.maven:maven-settings-builder:3.6.3 - 
https://maven.apache.org/ref/3.6.3/maven-settings-builder/)
+     (The Apache Software License, Version 2.0) Maven Toolchains 
(org.apache.maven:maven-toolchain:2.2.1 - 
http://maven.apache.org/maven-toolchain)
+     (The Apache Software License, Version 2.0) Doxia :: Core 
(org.apache.maven.doxia:doxia-core:1.4 - 
http://maven.apache.org/doxia/doxia/doxia-core/)
+     (The Apache Software License, Version 2.0) Doxia :: Decoration Model 
(org.apache.maven.doxia:doxia-decoration-model:1.4 - 
http://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model/)
+     (The Apache Software License, Version 2.0) Doxia :: Logging API 
(org.apache.maven.doxia:doxia-logging-api:1.4 - 
http://maven.apache.org/doxia/doxia/doxia-logging-api/)
+     (The Apache Software License, Version 2.0) Doxia :: FML Module 
(org.apache.maven.doxia:doxia-module-fml:1.4 - 
http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-fml/)
+     (The Apache Software License, Version 2.0) Doxia :: XHTML Module 
(org.apache.maven.doxia:doxia-module-xhtml:1.4 - 
http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-xhtml/)
+     (The Apache Software License, Version 2.0) Doxia :: Sink API 
(org.apache.maven.doxia:doxia-sink-api:1.4 - 
http://maven.apache.org/doxia/doxia/doxia-sink-api/)
+     (The Apache Software License, Version 2.0) Doxia :: Site Renderer 
(org.apache.maven.doxia:doxia-site-renderer:1.4 - 
http://maven.apache.org/doxia/doxia-sitetools/doxia-site-renderer/)
+     (The Apache Software License, Version 2.0) Maven Plugin Testing Mechanism 
(org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0 - 
http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/)
+     (The Apache Software License, Version 2.0) Maven Plugin Tools Java 
Annotations (org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0 - 
https://maven.apache.org/plugin-tools/maven-plugin-annotations)
+     (The Apache Software License, Version 2.0) Maven Plugin Tool for Java 
with Annotations 
(org.apache.maven.plugin-tools:maven-plugin-tools-annotations:3.6.0 - 
https://maven.apache.org/plugin-tools/maven-plugin-tools-annotations)
+     (The Apache Software License, Version 2.0) Maven Plugin Tools Extractor 
API (org.apache.maven.plugin-tools:maven-plugin-tools-api:3.6.0 - 
https://maven.apache.org/plugin-tools/maven-plugin-tools-api)
+     (The Apache Software License, Version 2.0) Maven Plugin Tools Generators 
(org.apache.maven.plugin-tools:maven-plugin-tools-generators:3.6.0 - 
https://maven.apache.org/plugin-tools/maven-plugin-tools-generators)
+     (The Apache Software License, Version 2.0) Maven Plugin Tool for Java 
with Javadoc Tags (org.apache.maven.plugin-tools:maven-plugin-tools-java:3.6.0 
- https://maven.apache.org/plugin-tools/maven-plugin-tools-java)
+     (The Apache Software License, Version 2.0) Maven Plugin Plugin 
(org.apache.maven.plugins:maven-plugin-plugin:3.6.0 - 
https://maven.apache.org/plugin-tools/maven-plugin-plugin)
+     (The Apache Software License, Version 2.0) Apache Maven Resources Plugin 
(org.apache.maven.plugins:maven-resources-plugin:2.7 - 
http://maven.apache.org/plugins/maven-resources-plugin/)
+     (The Apache Software License, Version 2.0) Maven Reporting API 
(org.apache.maven.reporting:maven-reporting-api:3.0 - 
http://maven.apache.org/shared/maven-reporting-api/)
+     (The Apache Software License, Version 2.0) Apache Maven Reporting 
Implementation (org.apache.maven.reporting:maven-reporting-impl:2.3 - 
http://maven.apache.org/shared/maven-reporting-impl/)
+     (The Apache Software License, Version 2.0) Maven Artifact Resolver API 
(org.apache.maven.resolver:maven-resolver-api:1.4.1 - 
https://maven.apache.org/resolver/maven-resolver-api/)
+     (The Apache Software License, Version 2.0) Maven Artifact Resolver 
Implementation (org.apache.maven.resolver:maven-resolver-impl:1.4.1 - 
https://maven.apache.org/resolver/maven-resolver-impl/)
+     (The Apache Software License, Version 2.0) Maven Artifact Resolver SPI 
(org.apache.maven.resolver:maven-resolver-spi:1.4.1 - 
https://maven.apache.org/resolver/maven-resolver-spi/)
+     (The Apache Software License, Version 2.0) Maven Artifact Resolver 
Utilities (org.apache.maven.resolver:maven-resolver-util:1.4.1 - 
https://maven.apache.org/resolver/maven-resolver-util/)
+     (The Apache Software License, Version 2.0) Apache Maven Filtering 
(org.apache.maven.shared:maven-filtering:1.2 - 
http://maven.apache.org/shared/maven-filtering/)
+     (The Apache Software License, Version 2.0) Apache Maven Shared Utils 
(org.apache.maven.shared:maven-shared-utils:0.6 - 
http://maven.apache.org/shared/maven-shared-utils/)
+     (The Apache Software License, Version 2.0) Apache Maven Shared Utils 
(org.apache.maven.shared:maven-shared-utils:3.2.1 - 
https://maven.apache.org/shared/maven-shared-utils/)
+     (The Apache Software License, Version 2.0) Apache Maven Verifier 
Component (org.apache.maven.shared:maven-verifier:1.7.2 - 
https://maven.apache.org/shared/maven-verifier/)
+     (The Apache Software License, Version 2.0) Maven Surefire Common 
(org.apache.maven.surefire:maven-surefire-common:2.19.1 - 
http://maven.apache.org/surefire/maven-surefire-common/)
+     (The Apache Software License, Version 2.0) SureFire API 
(org.apache.maven.surefire:surefire-api:2.19.1 - 
http://maven.apache.org/surefire/surefire-api/)
+     (The Apache Software License, Version 2.0) SureFire Booter 
(org.apache.maven.surefire:surefire-booter:2.19.1 - 
http://maven.apache.org/surefire/surefire-booter/)
+     (The Apache Software License, Version 2.0) Apache Maven Wagon :: API 
(org.apache.maven.wagon:wagon-provider-api:3.3.4 - 
https://maven.apache.org/wagon/wagon-provider-api)
+     (The Apache Software License, Version 2.0) Apache Sling JSON Library 
(org.apache.sling:org.apache.sling.commons.json:2.0.6 - 
http://sling.apache.org/org.apache.sling.commons.json)
+     (The Apache Software License, Version 2.0) Struts Core 
(org.apache.struts:struts-core:1.3.8 - http://struts.apache.org)
+     (The Apache Software License, Version 2.0) Struts Taglib 
(org.apache.struts:struts-taglib:1.3.8 - http://struts.apache.org)
+     (The Apache Software License, Version 2.0) Struts Tiles 
(org.apache.struts:struts-tiles:1.3.8 - http://struts.apache.org)
+     (The Apache Software License, Version 2.0) Apache Thrift 
(org.apache.thrift:libthrift:0.9.2 - http://thrift.apache.org)
+     (The Apache Software License, Version 2.0) Apache Velocity 
(org.apache.velocity:velocity:1.7 - http://velocity.apache.org/engine/devel/)
+     (The Apache Software License, Version 2.0) VelocityTools 
(org.apache.velocity:velocity-tools:2.0 - 
http://velocity.apache.org/tools/devel/)
+     (The Apache Software License, Version 2.0) zookeeper 
(org.apache.zookeeper:zookeeper:3.4.5 - no url defined)
+     (GNU Lesser General Public License) (The Apache Software License, Version 
2.0) BeanShell (org.beanshell:bsh:2.0b5 - http://www.beanshell.org/)
+     (The Apache Software License, Version 2.0) OHC core 
(org.caffinitas.ohc:ohc-core:0.4.4 - http://caffinitas.org/)
+     (The 2-Clause BSD License) grizzled-slf4j 
(org.clapper:grizzled-slf4j_2.11:1.0.2 - 
https://github.com/bmc/grizzled-slf4j/#readme)
+     (Eclipse Public License) clojure (org.clojure:clojure:1.2.0 - 
http://clojure.org/)
+     (Eclipse Public License) clojure-contrib 
(org.clojure:clojure-contrib:1.2.0 - http://clojure.org/)
+     (The Apache Software License, Version 2.0) Groovy 
(org.codehaus.groovy:groovy:2.4.3 - http://groovy.codehaus.org/)
+     (The Apache Software License, Version 2.0) Jackson 
(org.codehaus.jackson:jackson-core-asl:1.9.11 - http://jackson.codehaus.org)
+     (The Apache Software License, Version 2.0) Jackson 
(org.codehaus.jackson:jackson-core-asl:1.9.13 - http://jackson.codehaus.org)
+     (The Apache Software License, Version 2.0) Jackson 
(org.codehaus.jackson:jackson-core-asl:1.9.2 - http://jackson.codehaus.org)
+     (GNU Lesser General Public License) (The Apache Software License, Version 
2.0) JAX-RS provider for JSON content type 
(org.codehaus.jackson:jackson-jaxrs:1.8.3 - http://jackson.codehaus.org)
+     (The Apache Software License, Version 2.0) Data Mapper for Jackson 
(org.codehaus.jackson:jackson-mapper-asl:1.9.11 - http://jackson.codehaus.org)
+     (The Apache Software License, Version 2.0) Data Mapper for Jackson 
(org.codehaus.jackson:jackson-mapper-asl:1.9.13 - http://jackson.codehaus.org)
+     (The Apache Software License, Version 2.0) Data Mapper for Jackson 
(org.codehaus.jackson:jackson-mapper-asl:1.9.2 - http://jackson.codehaus.org)
+     (GNU Lesser General Public License) (The Apache Software License, Version 
2.0) Xml Compatibility extensions for Jackson 
(org.codehaus.jackson:jackson-xc:1.8.3 - http://jackson.codehaus.org)
+     (The Apache Software License, Version 2.0) Jettison 
(org.codehaus.jettison:jettison:1.1 - no url defined)
+     (The Apache Software License, Version 2.0) Plexus Archiver Component 
(org.codehaus.plexus:plexus-archiver:2.2 - 
http://plexus.codehaus.org/plexus-components/plexus-archiver)
+     (The Apache Software License, Version 2.0) Plexus Classworlds 
(org.codehaus.plexus:plexus-classworlds:2.6.0 - 
http://codehaus-plexus.github.io/plexus-classworlds/)
+     (The Apache Software License, Version 2.0) Plexus :: Component 
Annotations (org.codehaus.plexus:plexus-component-annotations:1.6 - 
http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/)
+     (The Apache Software License, Version 2.0) Default Plexus Container 
(org.codehaus.plexus:plexus-container-default:1.0-alpha-8 - no url defined)
+     (The Apache Software License, Version 2.0) Default Plexus Container 
(org.codehaus.plexus:plexus-container-default:1.0-alpha-9-stable-1 - no url 
defined)
+     (The Apache Software License, Version 2.0) Plexus I18N Component 
(org.codehaus.plexus:plexus-i18n:1.0-beta-7 - 
http://plexus.codehaus.org/plexus-components/plexus-i18n)
+     (The Apache Software License, Version 2.0) Plexus Interpolation API 
(org.codehaus.plexus:plexus-interpolation:1.25 - 
http://codehaus-plexus.github.io/plexus-interpolation/)
+     (The Apache Software License, Version 2.0) Plexus IO Components 
(org.codehaus.plexus:plexus-io:2.0.4 - 
http://plexus.codehaus.org/plexus-components/plexus-io)
+     (The Apache Software License, Version 2.0) Plexus Common Utilities 
(org.codehaus.plexus:plexus-utils:3.0.15 - 
http://plexus.codehaus.org/plexus-utils)
+     (The Apache Software License, Version 2.0) Plexus Common Utilities 
(org.codehaus.plexus:plexus-utils:3.1.0 - 
http://codehaus-plexus.github.io/plexus-utils/)
+     (The Apache Software License, Version 2.0) Plexus Velocity Component 
(org.codehaus.plexus:plexus-velocity:1.1.8 - 
http://plexus.codehaus.org/plexus-components/plexus-velocity)
+     (The 3-Clause BSD License) Stax2 API (org.codehaus.woodstox:stax2-api:4.1 
- http://github.com/FasterXML/stax2-api)
+     (Public Domain) ImageInfo (org.devlib.schmidt:imageinfo:1.9 - 
http://schmidt.devlib.org/image-info/)
+     (Eclipse Public License) Aether API 
(org.eclipse.aether:aether-api:1.0.2.v20150114 - 
http://www.eclipse.org/aether/aether-api/)
+     (Eclipse Public License) Aether Implementation 
(org.eclipse.aether:aether-impl:1.0.2.v20150114 - 
http://www.eclipse.org/aether/aether-impl/)
+     (Eclipse Public License) Aether SPI 
(org.eclipse.aether:aether-spi:1.0.2.v20150114 - 
http://www.eclipse.org/aether/aether-spi/)
+     (Eclipse Public License) Aether Utilities 
(org.eclipse.aether:aether-util:1.0.2.v20150114 - 
http://www.eclipse.org/aether/aether-util/)
+     (Eclipse Public License) Eclipse ECJ 
(org.eclipse.jdt.core.compiler:ecj:4.4.2 - http://www.eclipse.org/jdt/)
+     (Eclipse Public License) org.eclipse.sisu.inject 
(org.eclipse.sisu:org.eclipse.sisu.inject:0.3.4 - 
http://www.eclipse.org/sisu/org.eclipse.sisu.inject/)
+     (Eclipse Public License) org.eclipse.sisu.plexus 
(org.eclipse.sisu:org.eclipse.sisu.plexus:0.3.4 - 
http://www.eclipse.org/sisu/org.eclipse.sisu.plexus/)
+     (The Apache Software License, Version 2.0) Elasticsearch: Core 
(org.elasticsearch:elasticsearch:2.4.6 - 
http://nexus.sonatype.org/oss-repository-hosting.html/parent/elasticsearch)
+     (The Apache Software License, Version 2.0) Elasticsearch SecureSM 
(org.elasticsearch:securesm:1.0 - 
http://nexus.sonatype.org/oss-repository-hosting.html/securesm)
+     (The Apache Software License, Version 2.0) jinterface 
(org.erlang.otp:jinterface:1.6.1 - http://erlang.org/)
+     (The Apache Software License, Version 2.0) facebook4j-core 
(org.facebook4j:facebook4j-core:2.4.10 - http://facebook4j.org/)
+     (The Apache Software License, Version 2.0) Apache FreeMarker 
(org.freemarker:freemarker:2.3.28 - https://freemarker.apache.org/)
+     (The Apache Software License, Version 2.0) sigar 
(org.fusesource:sigar:1.6.4 - http://fusesource.com/sigar/)
+     (The 3-Clause BSD License) leveldbjni-all 
(org.fusesource.leveldbjni:leveldbjni-all:1.8 - 
http://leveldbjni.fusesource.org/leveldbjni-all)
+     (The 3-Clause BSD License) Hamcrest (org.hamcrest:hamcrest:2.2 - 
http://hamcrest.org/JavaHamcrest/)
+     (The 3-Clause BSD License) Hamcrest All (org.hamcrest:hamcrest-all:1.3 - 
https://github.com/hamcrest/JavaHamcrest/hamcrest-all)
+     (The 3-Clause BSD License) Hamcrest Core (org.hamcrest:hamcrest-core:1.3 
- https://github.com/hamcrest/JavaHamcrest/hamcrest-core)
+     (The 3-Clause BSD License) Hamcrest Core (org.hamcrest:hamcrest-core:2.2 
- http://hamcrest.org/JavaHamcrest/)
+     (The 3-Clause BSD License) Hamcrest library 
(org.hamcrest:hamcrest-library:1.3 - 
https://github.com/hamcrest/JavaHamcrest/hamcrest-library)
+     (Public Domain, per Creative Commons CC0) HdrHistogram 
(org.hdrhistogram:HdrHistogram:2.1.6 - 
http://hdrhistogram.github.io/HdrHistogram/)
+     (The Apache Software License, Version 2.0) Hibernate Validator Engine 
(org.hibernate:hibernate-validator:4.3.0.Final - 
http://validator.hibernate.org/hibernate-validator)
+     (GNU Lesser General Public License) (MPL 1.1) (The Apache Software 
License, Version 2.0) Javassist (org.javassist:javassist:3.21.0-GA - 
http://www.javassist.org/)
+     (The Apache Software License, Version 2.0) javatuples 
(org.javatuples:javatuples:1.2 - http://www.javatuples.org)
+     (The Apache Software License, Version 2.0) The Netty Project 
(org.jboss.netty:netty:3.2.2.Final - http://www.jboss.org/netty/)
+     (The Apache Software License, Version 2.0) Java Concurrency Tools Core 
Library (org.jctools:jctools-core:1.2.1 - https://github.com/JCTools)
+     (Similar to Apache License but with the acknowledgment clause removed) 
JDOM (org.jdom:jdom2:2.0.6 - http://www.jdom.org)
+     (The Apache Software License, Version 2.0) Joda-Convert 
(org.joda:joda-convert:1.8.1 - http://www.joda.org/joda-convert/)
+     (The MIT License) JCodings (org.jruby.jcodings:jcodings:1.0.8 - no url 
defined)
+     (The MIT License) Joni (org.jruby.joni:joni:2.1.2 - 
http://nexus.sonatype.org/oss-repository-hosting.html/joni)
+     (The Apache Software License, Version 2.0) jsonschema2pojo-core 
(org.jsonschema2pojo:jsonschema2pojo-core:0.4.10 - 
https://github.com/joelittlejohn/jsonschema2pojo/jsonschema2pojo-core)
+     (The Apache Software License, Version 2.0) jsonschema2pojo-maven-plugin 
(org.jsonschema2pojo:jsonschema2pojo-maven-plugin:0.4.10 - 
https://github.com/joelittlejohn/jsonschema2pojo)
+     (The Apache Software License, Version 2.0) LZ4 and xxHash 
(org.lz4:lz4-java:1.4 - https://github.com/lz4/lz4-java)
+     (ISC/BSD License) (JBCrypt License) jbcrypt (org.mindrot:jbcrypt:0.3m - 
http://www.mindrot.org/)
+     (The MIT License) Mockito (org.mockito:mockito-all:1.10.19 - 
http://www.mockito.org)
+     (The MIT License) Mockito (org.mockito:mockito-all:1.9.5 - 
http://www.mockito.org)
+     (The MIT License) Mockito (org.mockito:mockito-core:1.10.19 - 
http://www.mockito.org)
+     (The Apache Software License, Version 2.0) MongoDB Java Driver 
(org.mongodb:mongo-java-driver:3.5.0 - http://www.mongodb.org)
+     (Eclipse Public License) (The Apache Software License, Version 2.0) Jetty 
Server (org.mortbay.jetty:jetty:6.1.26 - 
http://www.eclipse.org/jetty/jetty-parent/project/modules/jetty)
+     (Eclipse Public License) (The Apache Software License, Version 2.0) Jetty 
Utilities (org.mortbay.jetty:jetty-util:6.1.26 - 
http://www.eclipse.org/jetty/jetty-parent/project/jetty-util)
+     (The Apache Software License, Version 2.0) Servlet Specification API 
(org.mortbay.jetty:servlet-api:2.5-20081211 - 
http://jetty.mortbay.org/servlet-api)
+     (The Apache Software License, Version 2.0) Neo4j Java Driver 
(org.neo4j.driver:neo4j-java-driver:1.5.1 - 
https://github.com/neo4j/neo4j-java-driver/neo4j-java-driver)
+     (The Apache Software License, Version 2.0) Objenesis 
(org.objenesis:objenesis:2.1 - http://objenesis.org)
+     (The 2-Clause BSD License) ASM Core (org.ow2.asm:asm:5.0.3 - 
http://asm.objectweb.org/asm/)
+     (The 2-Clause BSD License) ASM Core (org.ow2.asm:asm:5.0.4 - 
http://asm.objectweb.org/asm/)
+     (The 2-Clause BSD License) asm (org.ow2.asm:asm:7.0 - http://asm.ow2.org/)
+     (The 2-Clause BSD License) ASM Analysis (org.ow2.asm:asm-analysis:5.0.3 - 
http://asm.objectweb.org/asm-analysis/)
+     (The 2-Clause BSD License) asm-analysis (org.ow2.asm:asm-analysis:7.0 - 
http://asm.ow2.org/)
+     (The 2-Clause BSD License) ASM Commons (org.ow2.asm:asm-commons:5.0.3 - 
http://asm.objectweb.org/asm-commons/)
+     (The 2-Clause BSD License) asm-commons (org.ow2.asm:asm-commons:7.0 - 
http://asm.ow2.org/)
+     (The 2-Clause BSD License) ASM Tree (org.ow2.asm:asm-tree:5.0.3 - 
http://asm.objectweb.org/asm-tree/)
+     (The 2-Clause BSD License) asm-tree (org.ow2.asm:asm-tree:7.0 - 
http://asm.ow2.org/)
+     (The 2-Clause BSD License) ASM Util (org.ow2.asm:asm-util:5.0.3 - 
http://asm.objectweb.org/asm-util/)
+     (The Apache Software License, Version 2.0) powermock-api-mockito 
(org.powermock:powermock-api-mockito:1.5.5 - 
http://www.powermock.org/powermock-api/powermock-api-mockito)
+     (The Apache Software License, Version 2.0) PowerMock 
(org.powermock:powermock-api-mockito:1.7.1 - http://www.powermock.org)
+     (The Apache Software License, Version 2.0) PowerMock 
(org.powermock:powermock-api-mockito-common:1.7.1 - http://www.powermock.org)
+     (The Apache Software License, Version 2.0) powermock-api-support 
(org.powermock:powermock-api-support:1.5.5 - 
http://www.powermock.org/powermock-api/powermock-api-support)
+     (The Apache Software License, Version 2.0) PowerMock 
(org.powermock:powermock-api-support:1.7.1 - http://www.powermock.org)
+     (The Apache Software License, Version 2.0) powermock-core 
(org.powermock:powermock-core:1.5.5 - http://www.powermock.org)
+     (The Apache Software License, Version 2.0) PowerMock 
(org.powermock:powermock-core:1.7.1 - http://www.powermock.org)
+     (The Apache Software License, Version 2.0) powermock-module-junit4 
(org.powermock:powermock-module-junit4:1.5.5 - http://www.powermock.org)
+     (The Apache Software License, Version 2.0) PowerMock 
(org.powermock:powermock-module-junit4:1.7.1 - http://www.powermock.org)
+     (The Apache Software License, Version 2.0) powermock-module-junit4-common 
(org.powermock:powermock-module-junit4-common:1.5.5 - 
http://www.powermock.org/powermock-modules/powermock-module-junit4-common)
+     (The Apache Software License, Version 2.0) PowerMock 
(org.powermock:powermock-module-junit4-common:1.7.1 - http://www.powermock.org)
+     (The Apache Software License, Version 2.0) powermock-reflect 
(org.powermock:powermock-reflect:1.5.5 - 
http://www.powermock.org/powermock-reflect)
+     (The Apache Software License, Version 2.0) PowerMock 
(org.powermock:powermock-reflect:1.7.1 - http://www.powermock.org)
+     (Public Domain, per Creative Commons CC0) reactive-streams 
(org.reactivestreams:reactive-streams:1.0.0 - http://www.reactive-streams.org/)
+     (The 3-Clause BSD License) (WTFPL) Reflections 
(org.reflections:reflections:0.9.11 - http://github.com/ronmamo/reflections)
+     (The 3-Clause BSD License) Scala Compiler 
(org.scala-lang:scala-compiler:2.11.12 - http://www.scala-lang.org/)
+     (The 3-Clause BSD License) Scala Library 
(org.scala-lang:scala-library:2.11.11 - http://www.scala-lang.org/)
+     (The 3-Clause BSD License) Scala Library 
(org.scala-lang:scala-library:2.11.12 - http://www.scala-lang.org/)
+     (The 3-Clause BSD License) Scala Compiler 
(org.scala-lang:scala-reflect:2.11.12 - http://www.scala-lang.org/)
+     (The 3-Clause BSD License) scala-java8-compat 
(org.scala-lang.modules:scala-java8-compat_2.11:0.7.0 - 
http://www.scala-lang.org/)
+     (The 3-Clause BSD License) scala-parser-combinators 
(org.scala-lang.modules:scala-parser-combinators_2.11:1.1.0 - 
http://www.scala-lang.org/)
+     (The 3-Clause BSD License) scala-xml 
(org.scala-lang.modules:scala-xml_2.11:1.1.0 - http://www.scala-lang.org/)
+     (The Apache Software License, Version 2.0) scalactic 
(org.scalactic:scalactic_2.11:3.0.0 - http://www.scalatest.org)
+     (The Apache Software License, Version 2.0) scalatest 
(org.scalatest:scalatest_2.11:3.0.0 - http://www.scalatest.org)
+     (The MIT License) JCL 1.2 implemented over SLF4J 
(org.slf4j:jcl-over-slf4j:1.7.25 - http://www.slf4j.org)
+     (The MIT License) JUL to SLF4J bridge (org.slf4j:jul-to-slf4j:1.7.25 - 
http://www.slf4j.org)
+     (The Apache Software License, Version 2.0) (The MIT License) Log4j 
Implemented Over SLF4J (org.slf4j:log4j-over-slf4j:1.7.25 - 
http://www.slf4j.org)
+     (The MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.25 - 
http://www.slf4j.org)
+     (The MIT License) SLF4J Extensions Module (org.slf4j:slf4j-ext:1.7.25 - 
http://www.slf4j.org)
+     (The MIT License) SLF4J Simple Binding (org.slf4j:slf4j-simple:1.7.25 - 
http://www.slf4j.org)
+     (The Apache Software License, Version 2.0) plexus-build-api 
(org.sonatype.plexus:plexus-build-api:0.0.4 - 
http://forge.sonatype.com/spice-parent/plexus-build-api/)
+     (The Apache Software License, Version 2.0) Plexus Cipher: 
encryption/decryption Component (org.sonatype.plexus:plexus-cipher:1.4 - 
http://spice.sonatype.org/plexus-cipher)
+     (The Apache Software License, Version 2.0) Plexus Security Dispatcher 
Component (org.sonatype.plexus:plexus-sec-dispatcher:1.4 - 
http://spice.sonatype.org/plexus-sec-dispatcher)
+     (The Apache Software License, Version 2.0) testng (org.testng:testng:6.11 
- http://testng.org)
+     (The Apache Software License, Version 2.0) testng 
(org.testng:testng:6.9.10 - http://github.com/cbeust/testng)
+     (The Apache Software License, Version 2.0) testng 
(org.testng:testng:6.9.13.6 - http://testng.org)
+     (Public Domain) XZ for Java (org.tukaani:xz:1.0 - 
http://tukaani.org/xz/java.html)
+     (The Apache Software License, Version 2.0) Snappy for Java 
(org.xerial.snappy:snappy-java:1.0.4.1 - http://code.google.com/p/snappy-java/)
+     (The Apache Software License, Version 2.0) snappy-java 
(org.xerial.snappy:snappy-java:1.1.1.7 - https://github.comm/xerial/snappy-java)
+     (The Apache Software License, Version 2.0) snappy-java 
(org.xerial.snappy:snappy-java:1.1.4 - https://github.com/xerial/snappy-java)
+     (The Apache Software License, Version 2.0) SnakeYAML 
(org.yaml:snakeyaml:1.11 - http://www.snakeyaml.org)
+     (The Apache Software License, Version 2.0) SnakeYAML 
(org.yaml:snakeyaml:1.15 - http://www.snakeyaml.org)
+     (The Apache Software License, Version 2.0) SnakeYAML 
(org.yaml:snakeyaml:1.17 - http://www.snakeyaml.org)
+     (The Apache Software License, Version 2.0) SnakeYAML 
(org.yaml:snakeyaml:1.23 - http://www.snakeyaml.org)
+     (The MIT License) oro (oro:oro:2.0.8 - no url defined)
+     (The Apache Software License, Version 2.0) software.amazon.ion:ion-java 
(software.amazon.ion:ion-java:1.0.2 - https://github.com/amznlabs/ion-java/)
+     (Apache Software License, Version 1.1) sslext (sslext:sslext:1.2-0 - no 
url defined)
+     (The Apache Software License, Version 2.0) Xerces2 Java Parser 
(xerces:xercesImpl:2.9.1 - http://xerces.apache.org/xerces2-j)
+     (The Apache Software License, Version 2.0) XML Commons External 
Components XML APIs (xml-apis:xml-apis:1.3.04 - 
http://xml.apache.org/commons/components/external/)
+     (The Apache Software License, Version 2.0) XML Commons Resolver Component 
(xml-resolver:xml-resolver:1.2 - 
http://xml.apache.org/commons/components/resolver/)
+     (The 3-Clause BSD License) xmlenc Library (xmlenc:xmlenc:0.52 - 
http://xmlenc.sourceforge.net)
diff --git a/src/license/licenseMerges.txt b/src/license/licenseMerges.txt
index a8b6fa6..0c463dd 100644
--- a/src/license/licenseMerges.txt
+++ b/src/license/licenseMerges.txt
@@ -23,7 +23,9 @@ The 3-Clause BSD License|BSD 3-Clause
 The 3-Clause BSD License|BSD 3-clause
 The 3-Clause BSD License|BSD License 3
 The 3-Clause BSD License|New BSD License
+The 3-Clause BSD License|New BSD license
 The 3-Clause BSD License|The BSD 3-Clause License
+The 3-Clause BSD License|The BSD License
 The 3-Clause BSD License|The New BSD License
 Common Development and Distribution License|CDDL
 Common Development and Distribution License|CDDL 1.1
diff --git a/src/license/licenseMissingFile.properties 
b/src/license/licenseMissingFile.properties
index d51e728..6997d31 100644
--- a/src/license/licenseMissingFile.properties
+++ b/src/license/licenseMissingFile.properties
@@ -14,24 +14,26 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-antlr--antlr--2.7.2=BSD License
-asm--asm--3.1=Copyright (c) 2000-2011 INRIA, France Telecom.  All rights 
reserved.
-classworlds--classworlds--1.1-alpha-2=Copyright 2002 (C) The Codehaus. All 
Rights Reserved.
+antlr--antlr--2.7.2=The 3-Clause BSD License
+asm--asm--3.1=The 3-Clause BSD License) Copyright (c) 2000-2011 INRIA, France 
Telecom.  All rights reserved.
+classworlds--classworlds--1.1-alpha-2=Plexus Classworlds License) Copyright 
2002 (C) The Codehaus. All Rights Reserved.
 com.google.code.javaparser--javaparser--1.0.11=Apache License, Version 2.0
 commons-beanutils--commons-beanutils--1.7.0=Apache License, Version 2.0
-dom4j--dom4j--1.1=Copyright 2001-2016 (C) MetaStuff, Ltd. and DOM4J 
contributors. All Rights Reserved.
+dom4j--dom4j--1.1=Plexus Classworlds License) Copyright 2001-2016 (C) 
MetaStuff, Ltd. and DOM4J contributors. All Rights Reserved.
 javax.servlet--servlet-api--2.5=Common Development and Distribution License
-javax.servlet.jsp--jsp-api--2.1=Copyright (c) 1997-2010 Oracle and/or its 
affiliates. All rights reserved.
-jdom--jdom--1.0=Copyright (C) 2000-2012 Jason Hunter & Brett McLaughlin.  All 
rights reserved.
+javax.servlet.jsp--jsp-api--2.1=Common Development and Distribution License) 
(GPL2 w/ CPE) Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights 
reserved.) 
+jdom--jdom--1.0=Similar to Apache License but with the acknowledgment clause 
removed
 net.jcip--jcip-annotations--1.0=Public Domain, per Creative Commons 
Attribution License
-org.antlr--antlr-runtime--3.3=BSD Licence
+org.antlr--antlr-runtime--3.3=The 3-Clause BSD License
 org.apache.ant--ant--1.7.0=Apache License, Version 2.0
 org.apache.ant--ant-launcher--1.7.0=Apache License, Version 2.0
 org.apache.zookeeper--zookeeper--3.4.5=Apache License, Version 2.0
+org.beanshell--bsh--2.0b5=Apache License, Version 2.0
 org.codehaus.jettison--jettison--1.1=Apache License, Version 2.0
 org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1=Apache 
License, Version 2.0
 org.codehaus.plexus--plexus-container-default--1.0-alpha-8=Apache License, 
Version 2.0
 org.codehaus.plexus--plexus-i18n--1.0-beta-7=Apache License, Version 2.0
+org.mindrot--jbcrypt--0.3m=JBCrypt License
 org.slf4j--log4j-over-slf4j--1.7.25=MIT License
 org.sonatype.plexus--plexus-build-api--0.0.4=Apache License, Version 2.0
 oro--oro--2.0.8=MIT License
diff --git a/src/license/licenses.xml b/src/license/licenses.xml
index 9c56a9a..ce49ad1 100644
--- a/src/license/licenses.xml
+++ b/src/license/licenses.xml
@@ -462,9 +462,16 @@
       <groupId>javax.servlet.jsp</groupId>
       <artifactId>jsp-api</artifactId>
       <version>2.1</version>
-      <licenses>
-        <!--No license information available. -->
-      </licenses>
+      <license>
+        <name>CDDL 1.1</name>
+        <url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url>
+        <distribution>repo</distribution>
+      </license>
+      <license>
+        <name>GPL2 w/ CPE</name>
+        <url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url>
+        <distribution>repo</distribution>
+      </license>
     </dependency>
     <dependency>
       <groupId>org.apache.flink</groupId>
@@ -1300,6 +1307,17 @@
       </licenses>
     </dependency>
     <dependency>
+      <groupId>org.beanshell</groupId>
+      <artifactId>bsh</artifactId>
+      <version>2.0b4</version>
+      <licenses>
+        <license>
+          <name>Apache 2</name>
+          <url>http://www.beanshell.org/license.html</url>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-servlets</artifactId>
       <version>9.0.7.v20131107</version>
@@ -2643,13 +2661,13 @@
       <version>4.4.0</version>
       <licenses>
         <license>
-          <name>LGPL, version 2.1</name>
-          <url>http://www.gnu.org/licenses/licenses.html</url>
+          <name>Apache License v2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
           <distribution>repo</distribution>
         </license>
         <license>
-          <name>Apache License v2.0</name>
-          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <name>LGPL, version 2.1</name>
+          <url>http://www.gnu.org/licenses/licenses.html</url>
           <distribution>repo</distribution>
         </license>
       </licenses>
@@ -2695,7 +2713,64 @@
       <artifactId>jdom</artifactId>
       <version>1.0</version>
       <licenses>
-        <!--No license information available. -->
+        <license>
+          <name>Similar to Apache License but with the acknowledgment clause 
removed</name>
+          
<url>https://raw.github.com/hunterhacker/jdom/master/LICENSE.txt</url>
+          <distribution>repo</distribution>
+          <comments>/*--
+
+            Copyright (C) 2000-2012 Jason Hunter &amp; Brett McLaughlin.
+            All rights reserved.
+
+            Redistribution and use in source and binary forms, with or without
+            modification, are permitted provided that the following conditions
+            are met:
+
+            1. Redistributions of source code must retain the above copyright
+            notice, this list of conditions, and the following disclaimer.
+
+            2. Redistributions in binary form must reproduce the above 
copyright
+            notice, this list of conditions, and the disclaimer that follows
+            these conditions in the documentation and/or other materials
+            provided with the distribution.
+
+            3. The name "JDOM" must not be used to endorse or promote products
+            derived from this software without prior written permission.  For
+            written permission, please contact &lt;request_AT_jdom_DOT_org&gt;.
+
+            4. Products derived from this software may not be called "JDOM", 
nor
+            may "JDOM" appear in their name, without prior written permission
+            from the JDOM Project Management &lt;request_AT_jdom_DOT_org&gt;.
+
+            In addition, we request (but do not require) that you include in 
the
+            end-user documentation provided with the redistribution and/or in 
the
+            software itself an acknowledgement equivalent to the following:
+            "This product includes software developed by the
+            JDOM Project (http://www.jdom.org/)."
+            Alternatively, the acknowledgment may be graphical using the logos
+            available at http://www.jdom.org/images/logos.
+
+            THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+            WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+            OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+            DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
+            CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+            SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+            LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+            USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+            ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+            OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+            OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+            SUCH DAMAGE.
+
+            This software consists of voluntary contributions made by many
+            individuals on behalf of the JDOM Project and was originally
+            created by Jason Hunter &lt;jhunter_AT_jdom_DOT_org&gt; and
+            Brett McLaughlin &lt;brett_AT_jdom_DOT_org&gt;.  For more 
information
+            on the JDOM Project, please see &lt;http://www.jdom.org/&gt;.
+
+            */</comments>
+        </license>
       </licenses>
     </dependency>
     <dependency>
@@ -3007,7 +3082,10 @@
       <artifactId>asm</artifactId>
       <version>3.1</version>
       <licenses>
-        <!--No license information available. -->
+        <license>
+          <name>The 3-Clause BSD License</name>
+          <url>http://asm.objectweb.org/license.html</url>
+        </license>
       </licenses>
     </dependency>
     <dependency>
@@ -4699,7 +4777,10 @@
       <artifactId>classworlds</artifactId>
       <version>1.1-alpha-2</version>
       <licenses>
-        <!--No license information available. -->
+        <license>
+          <name>Plexus Classworlds License</name>
+          <url>https://spdx.org/licenses/Plexus.html</url>
+        </license>
       </licenses>
     </dependency>
     <dependency>
@@ -5226,6 +5307,10 @@
       <version>3.21.0-GA</version>
       <licenses>
         <license>
+          <name>Apache License 2.0</name>
+          <url>http://www.apache.org/licenses/</url>
+        </license>
+        <license>
           <name>MPL 1.1</name>
           <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
         </license>
@@ -5233,10 +5318,6 @@
           <name>LGPL 2.1</name>
           <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
         </license>
-        <license>
-          <name>Apache License 2.0</name>
-          <url>http://www.apache.org/licenses/</url>
-        </license>
       </licenses>
     </dependency>
     <dependency>
diff --git a/src/license/licenses/Common Public License - Version 1.0.html 
b/src/license/licenses/Common Public License - Version 1.0.html
new file mode 100644
index 0000000..71d08c4
--- /dev/null
+++ b/src/license/licenses/Common Public License - Version 1.0.html     
@@ -0,0 +1,464 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head profile="http://www.w3.org/1999/xhtml/vocab";>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="Generator" content="Drupal 7 (http://drupal.org)" />
+<link rel="canonical" href="/licenses/cpl1.0.php" />
+<link rel="shortlink" href="/node/48" />
+<meta name="MobileOptimized" content="width" />
+<meta name="HandheldFriendly" content="true" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+<link rel="shortcut icon" href="https://opensource.org/files/osi_favicon.png"; 
type="image/png" />
+  <title>Common Public License, version 1.0 (CPL-1.0) | Open Source 
Initiative</title>
+  <link type="text/css" rel="stylesheet" 
href="https://opensource.org/files/css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.css";
 media="all" />
+<link type="text/css" rel="stylesheet" 
href="https://opensource.org/files/css/css_gh8wMJiOGewsPCJRDYXmqv3eEGGGSn0O_fqsi_9a-LY.css";
 media="all" />
+<link type="text/css" rel="stylesheet" 
href="https://opensource.org/files/css/css_PGbJgHCUCBf4dg7K9Kt8aAwsApndP4GZ9RuToPy3-Fk.css";
 media="all" />
+<link type="text/css" rel="stylesheet" 
href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" 
media="all" />
+<link type="text/css" rel="stylesheet" 
href="https://opensource.org/files/css/css_KGZcOm3i1wmtbgZsjo-3V9FM4wZ-5UDcpJ7Vfzmt45E.css";
 media="all" />
+<link type="text/css" rel="stylesheet" 
href="https://opensource.org/files/css/css_geZlrvE6NvCHlqzlL6BG-4oEOHA5n2xgs5CEOKctM_c.css";
 media="all" />
+
+<!--[if (lt IE 9)]>
+<link type="text/css" rel="stylesheet" 
href="https://opensource.org/sites/all/themes/bootstrap-business/css/ie8.css?qcrmbo";
 media="all" />
+<![endif]-->
+
+    
+  <!-- HTML5 element support for IE6-8 -->
+  <!--[if lt IE 9]>
+    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+  <![endif]-->
+  <script type="text/javascript" 
src="//code.jquery.com/jquery-1.10.2.min.js"></script>
+<script type="text/javascript">
+<!--//--><![CDATA[//><!--
+window.jQuery || document.write("<script 
src='/sites/all/modules/jquery_update/replace/jquery/1.10/jquery.min.js'>\x3C/script>")
+//--><!]]>
+</script>
+<script type="text/javascript" 
src="https://opensource.org/files/js/js_uJR3Qfgc-bGacxkh36HU9Xm2Q98e_V5UWlFISwie5ro.js";></script>
+<script type="text/javascript" 
src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
+<script type="text/javascript">
+<!--//--><![CDATA[//><!--
+jQuery(document).ready(function($) { 
+               $(window).scroll(function() {
+                       if($(this).scrollTop() != 0) {
+                               $("#toTop").fadeIn();   
+                       } else {
+                               $("#toTop").fadeOut();
+                       }
+               });
+               
+               $("#toTop").click(function() {
+                       $("body,html").animate({scrollTop:0},800);
+               });     
+               
+               });
+//--><!]]>
+</script>
+<script type="text/javascript" 
src="https://opensource.org/files/js/js_ruOYJN6FkJU2O5L1dAKVnDloSn5R6LjnLW88zFxS1Uw.js";></script>
+<script type="text/javascript" 
src="https://opensource.org/files/js/js_JQHTvV_SkyFlN3f2BnQwnusF-eI6tkX8wrKAk2siiZU.js";></script>
+<script type="text/javascript">
+<!--//--><![CDATA[//><!--
+jQuery.extend(Drupal.settings, 
{"basePath":"\/","pathPrefix":"","ajaxPageState":{"theme":"bootstrap_business","theme_token":"XhSQStsv1LraTX1HF9oiXysv1tAuAFJEym56-xJr5Rg","js":{"\/\/code.jquery.com\/jquery-1.10.2.min.js":1,"0":1,"misc\/jquery-extend-3.4.0.js":1,"misc\/jquery-html-prefilter-3.5.0-backport.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.2.0\/js\/bootstrap.min.js":1,"1":1,"sites\/all\/libraries\/superfish\/jquery.hoverIntent.mini
 [...]
+//--><!]]>
+</script>
+</head>
+<body class="html not-front not-logged-in no-sidebars page-node page-node- 
page-node-48 node-type-page" >
+  <div id="skip-link">
+    <a href="#main-content" class="element-invisible element-focusable">Skip 
to main content</a>
+  </div>
+    <div id="toTop"><span class="glyphicon glyphicon-chevron-up"></span></div>
+
+
+
+<!-- #header-top -->
+<div id="header-top" class="clearfix">
+    <div class="container">
+
+        <!-- #header-top-inside -->
+        <div id="header-top-inside" class="clearfix">
+            <div class="row">
+            
+                        <div class="col-md-8">
+                <!-- #header-top-left -->
+                <div id="header-top-left" class="clearfix">
+                      <div class="region region-header-top-left">
+    <div id="block-menu-secondary-menu" class="block block-menu clearfix">
+
+    
+  <div class="content">
+    <ul class="menu"><li class="first leaf"><a href="/" title="">Home</a></li>
+<li class="leaf"><a href="/blog" title="">From the Board</a></li>
+<li class="leaf"><a href="/contact" title="">Contact</a></li>
+<li class="leaf"><a href="/civicrm/contribute/transact?reset=1&amp;id=2" 
title="">Donate</a></li>
+<li class="last leaf"><a href="/user/login" title="">Login</a></li>
+</ul>  </div>
+</div>
+  </div>
+                </div>
+                <!-- EOF:#header-top-left -->
+            </div>
+                        
+                        <div class="col-md-4">
+                <!-- #header-top-right -->
+                <div id="header-top-right" class="clearfix">
+                      <div class="region region-header-top-right">
+    <div id="block-search-form" class="block block-search clearfix">
+
+    
+  <div class="content">
+    <form action="/licenses/cpl1.0.php" method="post" id="search-block-form" 
accept-charset="UTF-8"><div><div class="container-inline">
+      <h2 class="element-invisible">Search form</h2>
+    <div class="form-item form-type-textfield form-item-search-block-form">
+ <input onblur="if (this.value == &#039;&#039;) {this.value = &#039;Search 
this website...&#039;;}" onfocus="if (this.value == &#039;Search this 
website...&#039;) {this.value = &#039;&#039;;}" type="text" 
id="edit-search-block-form--2" name="search_block_form" value="Search this 
website..." size="15" maxlength="128" class="form-text" />
+</div>
+<div class="form-actions form-wrapper" id="edit-actions"><input value="" 
type="submit" id="edit-submit" name="op" class="form-submit" /></div><input 
type="hidden" name="form_build_id" 
value="form-JO85PTxZ_b5z7OMmRmGl4O7uk7lPL43zRpMMAlf74Jk" />
+<input type="hidden" name="form_id" value="search_block_form" />
+</div>
+</div></form>  </div>
+</div>
+  </div>
+                </div>
+                <!-- EOF:#header-top-right -->
+            </div>
+                        
+            </div>
+        </div>
+        <!-- EOF: #header-top-inside -->
+
+    </div>
+</div>
+<!-- EOF: #header-top -->    
+
+<!-- header -->
+<header id="header" role="banner" class="clearfix">
+    <div class="container">
+
+        <!-- #header-inside -->
+        <div id="header-inside" class="clearfix">
+            <div class="row">
+                <div class="col-md-8">
+
+                                <div id="logo">
+                <a href="/" title="Home" rel="home"> <img 
src="https://opensource.org/files/osi_keyhole_300X300_90ppi_0.png"; alt="Home" 
/> </a>
+                </div>
+                
+                                <div id="site-name">
+                <a href="/" title="Home">Open Source Initiative</a>
+                </div>
+                                
+                                <div id="site-slogan">
+                Guaranteeing the 'our' in source...                </div>
+                                
+                </div>
+                
+                <div class="col-md-4">
+                
+                
+                </div>
+            </div>
+        </div>
+        <!-- EOF: #header-inside -->
+
+    </div>
+</header>
+<!-- EOF: #header --> 
+
+<!-- #main-navigation --> 
+<div id="main-navigation" class="clearfix">
+    <div class="container">
+
+        <!-- #main-navigation-inside -->
+        <div id="main-navigation-inside" class="clearfix">
+            <div class="row">
+                <div class="col-md-12">
+                    <nav role="navigation">
+                                                  <div class="region 
region-navigation">
+    <div id="block-superfish-1" class="block block-superfish clearfix">
+
+    
+  <div class="content">
+    <ul id="superfish-1" class="menu sf-menu sf-navigation sf-horizontal 
sf-style-none sf-total-items-6 sf-parent-items-6 sf-single-items-0"><li 
id="menu-37-1" class="first odd sf-item-1 sf-depth-1 sf-total-children-4 
sf-parent-children-2 sf-single-children-2 menuparent"><a href="/about" 
title="About the Open Source Initiative" class="sf-depth-1 
menuparent">About</a><ul><li id="menu-75-1" class="first odd sf-item-1 
sf-depth-2 sf-no-children"><a href="/history" title="History of the OSI"  [...]
+</div>
+  </div>
+                                            </nav>
+                </div>
+            </div>
+        </div>
+        <!-- EOF: #main-navigation-inside -->
+
+    </div>
+</div>
+<!-- EOF: #main-navigation -->
+
+
+<!-- #page -->
+<div id="page" class="clearfix">
+    
+    
+    <!-- #main-content -->
+    <div id="main-content">
+        <div class="container">
+        
+            <!-- #messages-console -->
+                        <!-- EOF: #messages-console -->
+            
+            <div class="row">
+
+                
+
+                <section class="col-md-12">
+
+                    <!-- #main -->
+                    <div id="main" class="clearfix">
+                    
+                        
+                        
+                        <!-- EOF:#content-wrapper -->
+                        <div id="content-wrapper">
+
+                                                                               
     <h1 class="page-title">Common Public License, version 1.0 (CPL-1.0)</h1>
+                                                        
+                                                  
+                            <!-- #tabs -->
+                                                            <div class="tabs">
+                                                                </div>
+                                                        <!-- EOF: #tabs -->
+
+                            <!-- #action links -->
+                                                        <!-- EOF: #action 
links -->
+
+                              <div class="region region-content">
+    <div id="block-system-main" class="block block-system clearfix">
+
+    
+  <div class="content">
+    <article id="node-48" class="node node-page clearfix">
+
+  
+  <div class="content">
+    <div class="field field-name-body field-type-text-with-summary 
field-label-hidden"><div class="field-items"><div class="field-item even"><div 
id="License_Info" style="background-color:#e8f7e7; border:20px solid #e8f7e7;">
+<p><img alt="OSI Approved License Logo" hspace="20" 
src="https://opensource.org/files/OSIApproved_1.png"; style="float:right" 
width="150" />"License Copyright": Unknown.<br />
+"License License": Unknown.<br />
+"License Contact": Unknown.</p>
+
+<p>SPDX short identifier: <span style="font-family:courier 
new,courier,monospace; font-size:16px;">CPL-1.0</span></p>
+
+<p><em><strong>NOTE</strong></em>: The license steward has issued a new 
version of this license (<a href="/licenses/eclipse-1.0">Eclipse Public License 
1.0</a>). Check the licensing materials for the software distribution itself to 
confirm the correct version of the license.</p>
+
+<p><button onclick="myFunction()">Further resources...</button></p>
+
+<p id="demo"> </p>
+<script>
+<!--//--><![CDATA[// ><!--
+
+function myFunction() {
+    var x;
+    if (confirm("Disclaimer: While the OSI acknowledges these as potentially 
helpful resources for the community, it does not endorse any content, 
contributors, or license interpretations from these websites. Any links to 
these resources across opensource.org are solely for navigational purposes. The 
OSI does not promote or exclusively favor any of the mentioned resources, but 
instead provides them as separate third-party resource to help inform your 
opinion. Any content from or links to [...]
+        x = "<br><p>The following are other community resources that may be 
helpful:<br><br><a href=http://choosealicense.com>Choosealicense.com<br><a 
href=http://www.gnu.org/licenses/license-list.en.html>GNU License List<br><a 
href=http://oss-watch.ac.uk/apps/licdiff/>OSSWatch License Diff<br><a 
href=https://tldrlegal.com/>TLDRLegal<br><a 
href=https://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licenses>Wikipedia
 License List";
+    } else {
+        x = " ";
+    }
+    document.getElementById("demo").innerHTML = x;
+}
+
+//--><!]]>
+</script></div>
+
+<div id="separator">
+<hr /><em>Begin license text.</em>
+
+<hr /></div>
+
+<div id="LicenseText">
+<p><tt>(<a href="cpl1.0.txt">text</a>)</tt></p>
+
+<p><tt>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON 
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE 
PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.</tt></p>
+
+<p><tt><b>1. DEFINITIONS</b></tt></p>
+
+<p><tt>"Contribution" means:</tt></p>
+
+<blockquote>
+<p><tt>a) in the case of the initial Contributor, the initial code and 
documentation distributed under this Agreement, and</tt></p>
+
+<p><tt>b) in the case of each subsequent Contributor:</tt></p>
+
+<p><tt>i) changes to the Program, and</tt></p>
+
+<p><tt>ii) additions to the Program;</tt></p>
+
+<p><tt>where such changes and/or additions to the Program originate from and 
are distributed by that particular Contributor. A Contribution 'originates' 
from a Contributor if it was added to the Program by such Contributor itself or 
anyone acting on such Contributor's behalf. Contributions do not include 
additions to the Program which: (i) are separate modules of software 
distributed in conjunction with the Program under their own license agreement, 
and (ii) are not derivative works of t [...]
+</blockquote>
+
+<p><tt>"Contributor" means any person or entity that distributes the 
Program.</tt></p>
+
+<p><tt>"Licensed Patents " mean patent claims licensable by a Contributor 
which are necessarily infringed by the use or sale of its Contribution alone or 
when combined with the Program.</tt></p>
+
+<p><tt>"Program" means the Contributions distributed in accordance with this 
Agreement.</tt></p>
+
+<p><tt>"Recipient" means anyone who receives the Program under this Agreement, 
including all Contributors.</tt></p>
+
+<p><tt><b>2. GRANT OF RIGHTS</b></tt></p>
+
+<blockquote>
+<p><tt>a) Subject to the terms of this Agreement, each Contributor hereby 
grants Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.</tt></p>
+
+<p><tt>b) Subject to the terms of this Agreement, each Contributor hereby 
grants Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Cont [...]
+
+<p><tt>c) Recipient understands that although each Contributor grants the 
licenses to its Contributions set forth herein, no assurances are provided by 
any Contributor that the Program does not infringe the patent or other 
intellectual property rights of any other entity. Each Contributor disclaims 
any liability to Recipient for claims brought by any other entity based on 
infringement of intellectual property rights or otherwise. As a condition to 
exercising the rights and licenses grant [...]
+
+<p><tt>d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set forth in this Agreement.</tt></p>
+</blockquote>
+
+<p><tt><strong>3. REQUIREMENTS</strong></tt></p>
+
+<p><tt>A Contributor may choose to distribute the Program in object code form 
under its own license agreement, provided that:</tt></p>
+
+<blockquote>
+<p><tt>a) it complies with the terms and conditions of this Agreement; 
and</tt></p>
+
+<p><tt>b) its license agreement:</tt></p>
+
+<p><tt>i) effectively disclaims on behalf of all Contributors all warranties 
and conditions, express and implied, including warranties or conditions of 
title and non-infringement, and implied warranties or conditions of 
merchantability and fitness for a particular purpose;</tt></p>
+
+<p><tt>ii) effectively excludes on behalf of all Contributors all liability 
for damages, including direct, indirect, special, incidental and consequential 
damages, such as lost profits;</tt></p>
+
+<p><tt>iii) states that any provisions which differ from this Agreement are 
offered by that Contributor alone and not by any other party; and</tt></p>
+
+<p><tt>iv) states that source code for the Program is available from such 
Contributor, and informs licensees how to obtain it in a reasonable manner on 
or through a medium customarily used for software exchange.</tt></p>
+</blockquote>
+
+<p><tt>When the Program is made available in source code form:</tt></p>
+
+<blockquote>
+<p><tt>a) it must be made available under this Agreement; and</tt></p>
+
+<p><tt>b) a copy of this Agreement must be included with each copy of the 
Program.</tt></p>
+</blockquote>
+
+<p><tt>Contributors may not remove or alter any copyright notices contained 
within the Program.</tt></p>
+
+<p><tt>Each Contributor must identify itself as the originator of its 
Contribution, if any, in a manner that reasonably allows subsequent Recipients 
to identify the originator of the Contribution.</tt></p>
+
+<p><tt><strong>4. COMMERCIAL DISTRIBUTION</strong></tt></p>
+
+<p><tt>Commercial distributors of software may accept certain responsibilities 
with respect to end users, business partners and the like. While this license 
is intended to facilitate the commercial use of the Program, the Contributor 
who includes the Program in a commercial product offering should do so in a 
manner which does not create potential liability for other Contributors. 
Therefore, if a Contributor includes the Program in a commercial product 
offering, such Contributor ("Commerc [...]
+
+<p><tt>For example, a Contributor might include the Program in a commercial 
product offering, Product X. That Contributor is then a Commercial Contributor. 
If that Commercial Contributor then makes performance claims, or offers 
warranties related to Product X, those performance claims and warranties are 
such Commercial Contributor's responsibility alone. Under this section, the 
Commercial Contributor would have to defend claims against the other 
Contributors related to those performance  [...]
+
+<p><tt><strong>5. NO WARRANTY</strong></tt></p>
+
+<p><tt>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS 
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR 
CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A 
PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the 
appropriateness of using and distributing the Program and assumes all risks 
associated with its exercise of rights under  [...]
+
+<p><tt><strong>6. DISCLAIMER OF LIABILITY</strong></tt></p>
+
+<p><tt>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR 
ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST 
PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY 
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS 
GRANTED HEREUNDER,  [...]
+
+<p><tt><strong>7. GENERAL</strong></tt></p>
+
+<p><tt>If any provision of this Agreement is invalid or unenforceable under 
applicable law, it shall not affect the validity or enforceability of the 
remainder of the terms of this Agreement, and without further action by the 
parties hereto, such provision shall be reformed to the minimum extent 
necessary to make such provision valid and enforceable.</tt></p>
+
+<p><tt>If Recipient institutes patent litigation against a Contributor with 
respect to a patent applicable to software (including a cross-claim or 
counterclaim in a lawsuit), then any patent licenses granted by that 
Contributor to such Recipient under this Agreement shall terminate as of the 
date such litigation is filed. In addition, if Recipient institutes patent 
litigation against any entity (including a cross-claim or counterclaim in a 
lawsuit) alleging that the Program itself (exclu [...]
+
+<p><tt>All Recipient's rights under this Agreement shall terminate if it fails 
to comply with any of the material terms or conditions of this Agreement and 
does not cure such failure in a reasonable period of time after becoming aware 
of such noncompliance. If all Recipient's rights under this Agreement 
terminate, Recipient agrees to cease use and distribution of the Program as 
soon as reasonably practicable. However, Recipient's obligations under this 
Agreement and any licenses granted  [...]
+
+<p><tt>Everyone is permitted to copy and distribute copies of this Agreement, 
but in order to avoid inconsistency the Agreement is copyrighted and may only 
be modified in the following manner. The Agreement Steward reserves the right 
to publish new versions (including revisions) of this Agreement from time to 
time. No one other than the Agreement Steward has the right to modify this 
Agreement. IBM is the initial Agreement Steward. IBM may assign the 
responsibility to serve as the Agreeme [...]
+
+<p><tt>This Agreement is governed by the laws of the State of New York and the 
intellectual property laws of the United States of America. No party to this 
Agreement will bring a legal action under this Agreement more than one year 
after the cause of action arose. Each party waives its rights to a jury trial 
in any resulting litigation.</tt></p>
+</div>
+
+<div id="EndLicenseText">
+<hr /><em>End license text.</em>
+
+<hr /></div>
+</div></div></div>  </div>
+    
+     
+
+  
+</article>  </div>
+</div>
+  </div>
+                            
+                        </div>
+                        <!-- EOF:#content-wrapper -->
+
+                    </div>
+                    <!-- EOF:#main -->
+
+                </section>
+
+                        
+            </div>
+
+        </div>
+    </div>
+    <!-- EOF:#main-content -->
+
+    
+</div>
+<!-- EOF:#page -->
+
+
+<footer id="subfooter" class="clearfix">
+    <div class="container">
+        
+        <!-- #subfooter-inside -->
+        <div id="subfooter-inside" class="clearfix">
+            <div class="row">
+                <div class="col-md-12">
+                    <!-- #subfooter-left -->
+                    <div class="subfooter-area">
+                                            
+
+                                          <div class="region region-footer">
+    <div id="block-block-11" class="block block-block clearfix">
+
+    
+  <div class="content">
+    <div class="filler" style="vertical-align: middle; display: inline-block;">
+<p style="margin: 0pt auto; display: table-cell; text-align: center; 
vertical-align: middle;"><a href="https://twitter.com/OpenSourceOrg"; 
style="margin: 0pt auto; display: table-cell; text-align: center; 
vertical-align: middle;"><img alt="" src="/files/twitterlogo.png" 
style="margin: 0pt auto; display: table-cell; text-align: center; 
vertical-align: middle;" width="50" /></a> <a 
href="https://www.linkedin.com/company/open-source-initiative-osi-"; 
style="margin: 0pt auto; display: table-ce [...]
+</div>
+
+<p> </p>
+
+<div class="license" style="vertical-align: middle; display: inline-block;">
+<p>The content on this website, of which Opensource.org is the author, is 
licensed under a <a href="http://creativecommons.org/licenses/by/4.0/"; 
rel="license">Creative Commons Attribution 4.0 International License</a>.<br />
+Opensource.org is not the author of any of the licenses reproduced on this 
site. Questions about the copyright in a license should be directed to the 
license steward.</p>
+
+<p>Hosting for Opensource.org is generously provided by <a 
href="https://www.digitalocean.com/";>DigitalOcean</a>. Please see <a 
href="../ToS">Terms of Service</a>.<br /><span style="font-size:10px;">For 
questions regarding the OSI website and contents pleasee <a 
href="mailto:[email protected]?subject=OSI%20website%20comment";>email
 our webmaster</a>.</span></p>
+</div>
+
+<p> </p>
+  </div>
+</div>
+<div id="block-block-7" class="block block-block clearfix">
+
+    
+  <div class="content">
+    <script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript">
+<!--//--><![CDATA[// ><!--
+
+
+//--><!]]>
+</script><script type="text/javascript">
+<!--//--><![CDATA[// ><!--
+
+_uacct = "UA-3916956-1";
+urchinTracker();
+
+//--><!]]>
+</script>  </div>
+</div>
+  </div>
+                    
+                    </div>
+                    <!-- EOF: #subfooter-left -->
+                </div>
+            </div>
+        </div>
+        <!-- EOF: #subfooter-inside -->
+    
+    </div>
+</footer>
+<!-- EOF:#subfooter -->
+  </body>
+</html>
\ No newline at end of file
diff --git a/src/license/licenses/JBCrypt License.txt 
b/src/license/licenses/JBCrypt License.txt
new file mode 100644
index 0000000..bf0d67b
--- /dev/null
+++ b/src/license/licenses/JBCrypt License.txt  
@@ -0,0 +1,18 @@
+jBCrypt is subject to the following license:
+
+/*
+ * Copyright (c) 2006 Damien Miller <[email protected]>
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
diff --git a/src/license/licenses/Java HTML Tidy License.txt 
b/src/license/licenses/Java HTML Tidy License.txt
new file mode 100644
index 0000000..3f5714a
--- /dev/null
+++ b/src/license/licenses/Java HTML Tidy License.txt   
@@ -0,0 +1,50 @@
+Java HTML Tidy - JTidy
+HTML parser and pretty printer
+
+Copyright (c) 1998-2000 World Wide Web Consortium (Massachusetts
+Institute of Technology, Institut National de Recherche en
+Informatique et en Automatique, Keio University). All Rights
+Reserved.
+
+Contributing Author(s):
+
+   Dave Raggett <[email protected]>
+   Andy Quick <[email protected]> (translation to Java)
+   Gary L Peskin <[email protected]> (Java development)
+   Sami Lempinen <[email protected]> (release management)
+   Fabrizio Giustina <fgiust at users.sourceforge.net>
+
+The contributing author(s) would like to thank all those who
+helped with testing, bug fixes, and patience.  This wouldn't
+have been possible without all of you.
+
+COPYRIGHT NOTICE:
+
+This software and documentation is provided "as is," and
+the copyright holders and contributing author(s) make no
+representations or warranties, express or implied, including
+but not limited to, warranties of merchantability or fitness
+for any particular purpose or that the use of the software or
+documentation will not infringe any third party patents,
+copyrights, trademarks or other rights.
+
+The copyright holders and contributing author(s) will not be
+liable for any direct, indirect, special or consequential damages
+arising out of any use of the software or documentation, even if
+advised of the possibility of such damage.
+
+Permission is hereby granted to use, copy, modify, and distribute
+this source code, or portions hereof, documentation and executables,
+for any purpose, without fee, subject to the following restrictions:
+
+1. The origin of this source code must not be misrepresented.
+2. Altered versions must be plainly marked as such and must
+   not be misrepresented as being the original source.
+3. This Copyright notice may not be removed or altered from any
+   source or altered source distribution.
+
+The copyright holders and contributing author(s) specifically
+permit, without fee, and encourage the use of this source code
+as a component for supporting the Hypertext Markup Language in
+commercial products. If you use this source code in a product,
+acknowledgment is not required but would be appreciated.
\ No newline at end of file
diff --git a/src/license/licenses/Plexus Classwords License.htm 
b/src/license/licenses/Plexus Classwords License.htm
new file mode 100644
index 0000000..693191d
--- /dev/null
+++ b/src/license/licenses/Plexus Classwords License.htm        
@@ -0,0 +1,266 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" 
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+    xmlns:owl="http://www.w3.org/2002/07/owl#";
+    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+    xmlns:dc="http://purl.org/dc/terms/";
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema";
+    xmlns:spdx="http://spdx.org/rdf/terms#";>
+
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <link rel="shortcut icon" href="sites/all/themes/cpstandard/favicon.ico" 
type="image/vnd.microsoft.icon" />
+
+    <title>Plexus Classworlds License | Software Package Data Exchange 
(SPDX)</title>
+
+    <link rel="shortcut icon" href="sites/all/themes/cpstandard/favicon.ico" 
type="image/vnd.microsoft.icon" />
+    <link type="text/css" rel="stylesheet" media="all" 
href="sites/all/themes/cpstandard/css/style.css" />
+    <link type="text/css" rel="stylesheet" media="all" 
href="sites/all/themes/cpstandard/css/colors.css" />
+    <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" 
rel="stylesheet" />
+    <!-- GOOGLE FONTS -->
+    <link 
href='//fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,100italic,100,500,500italic,700,700italic,900,900italic'
 rel='stylesheet' type='text/css' />
+
+    <style type="text/css">
+
+      .page {
+        color: #58595b;
+      }
+
+      #header {
+        border-bottom: 3px solid #4597cb;
+        padding-bottom: 50px;
+      }
+
+      .breadcrumb {
+        margin-top: 25px;
+      }
+
+      #content-header h1 {
+        color: #58595b;
+      }
+
+      .page h2, h3, h4, h5 {
+        color: #4597cb;
+      }
+      
+      .page h1 {
+      font-size: 2em;
+      }
+
+      .page h2 {
+      font-size: 1.5em;
+      }
+
+      a, a:visited, a:hover {
+        color: #4597cb;
+      }
+
+      #footer-copyright {
+        margin-top: 25px;
+      }
+      
+      .replacable-license-text {
+      color: #CC0000;
+      }
+      
+      .replacable-license-text p var {
+      color: #CC0000;
+      }
+      
+      .optional-license-text {
+      color: #0000cc;
+      }
+      
+      .optional-license-text p var {
+      color: #0000cc;
+      }
+      ul, ol, li {
+      margin: 10px 0 10px 0;
+         }
+    </style>
+
+  <script type="text/javascript">
+
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-3676394-2']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+    })();
+
+  </script>
+
+  </head>
+
+  <body typeof="spdx:License">
+
+  <div id="lf-header" class="collaborative-projects">
+    <div class="gray-diagonal">
+      <div class="container">
+        <a id="collaborative-projects-logo" 
href="http://collabprojects.linuxfoundation.org";>Linux Foundation Collaborative 
Projects</a>
+      </div>
+    </div>
+  </div>
+
+  <div id="header">
+    <div id="header-inner">
+      <a href="/" title="Home" rel="home" id="logo">
+        <img src="https://spdx.org/sites/cpstandard/files/logo_spdx_250.png"; 
alt="Home" />
+      </a>
+      
+      <div id="name-and-slogan">
+        <div id="site-name">
+          <h1><a href="/" title="Home" rel="home">Software Package Data 
Exchange (SPDX)</a></h1>
+        </div>    
+      </div>
+      
+    </div>
+  </div> <!-- /header -->
+
+  <div id="highlighted">  
+      <div class="region region-highlighted">
+      </div>
+  </div>
+
+    <div id="page" class="page">
+
+      <div class="breadcrumb"><a href="/">Home</a> » <a 
href="/licenses">Licenses</a></div>
+
+      <h1 property="dc:title">Plexus Classworlds License</h1>
+      <div style="display:none;"><code 
property="spdx:deprecated">false</code></div>
+      <h2>Full name</h2>
+          <p style="margin-left: 20px;"><code property="spdx:name">Plexus 
Classworlds License</code></p>
+
+      <h2>Short identifier</h2>
+          <p style="margin-left: 20px;"><code 
property="spdx:licenseId">Plexus</code></p>
+
+      <h2>Other web pages for this license</h2>
+          <div style="margin-left: 20px;">
+            <ul>
+             <li><a 
href="https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License"; 
rel="rdfs:seeAlso">https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License</a></li>
+           </ul>
+          </div>
+          
+      <div property="spdx:isOsiApproved" style="display: none;">false</div>
+
+      <h2 id="notes">Notes</h2>
+          <p style="margin-left: 20px;">dom4j uses this same license.</p>
+
+      <h2 id="licenseText">Text</h2>
+
+      <div property="spdx:licenseText" class="license-text">
+      
+      
+<div class="replacable-license-text">
+         <p>Copyright 2002 (C) The Codehaus. All Rights Reserved. 
+      </p>
+
+      </div>
+
+      <p>Redistribution and use of this software and associated documentation 
(&quot;Software&quot;), with or without
+         modification, are permitted provided that the following conditions 
are met:</p>
+
+      
+<ul style="list-style:none">
+<li>
+            
+<var class="replacable-license-text">1.</var>
+          Redistributions of source code must retain copyright statements and 
notices. Redistributions must
+             also contain a copy of this document.
+        </li>
+<li>
+            
+<var class="replacable-license-text">2.</var>
+          Redistributions in binary form must reproduce the above copyright 
notice, this list of conditions
+             and the following disclaimer in the documentation and/or other 
materials provided with the
+             distribution.
+        </li>
+<li>
+            
+<var class="replacable-license-text">3.</var>
+          The name
+            
+<var class="replacable-license-text">&quot;classworlds&quot;</var> must not be 
used to endorse or promote
+            products derived from this Software without prior written 
permission of
+            
+<var class="replacable-license-text">The Codehaus</var>. For written 
permission, please contact
+            
+<var class="replacable-license-text">[email protected]</var>.
+
+        </li>
+<li>
+            
+<var class="replacable-license-text">4.</var>
+          Products derived from this Software may not be called
+            
+<var class="replacable-license-text">&quot;classworlds&quot;</var> nor may
+            
+<var class="replacable-license-text">&quot;classworlds&quot;</var> appear in 
their names without prior
+            written permission of
+            
+<var class="replacable-license-text">The Codehaus</var>.
+            
+<var class="replacable-license-text">&quot;classworlds&quot;</var> is a 
registered trademark of
+            
+<var class="replacable-license-text">The Codehaus</var>.
+
+        </li>
+<li>
+            
+<var class="replacable-license-text">5.</var>
+          Due credit should be given to
+            
+<var class="replacable-license-text">The Codehaus. 
(http://classworlds.codehaus.org/)</var>.
+
+        </li>
+</ul>
+      <p>THIS SOFTWARE IS PROVIDED BY
+        
+<var class="replacable-license-text">THE CODEHAUS</var> AND CONTRIBUTORS ``AS 
IS&apos;&apos; AND ANY EXPRESSED OR
+        IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF MERCHANTABILITY AND FITNESS
+        FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
+        
+<var class="replacable-license-text">THE CODEHAUS</var> OR ITS CONTRIBUTORS BE 
LIABLE FOR ANY DIRECT,
+        INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
(INCLUDING, BUT NOT LIMITED TO,
+        PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
PROFITS; OR BUSINESS INTERRUPTION)
+        HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 
STRICT LIABILITY, OR TORT (INCLUDING
+        NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE, EVEN IF ADVISED OF THE
+        POSSIBILITY OF SUCH DAMAGE.
+      </p>
+
+    
+      </div>
+
+      <h2  id="licenseHeader">Standard License Header</h2>
+      <div property="spdx:standardLicenseHeader" class="license-text">
+        <p style="font-style: italic">There is no standard license header for 
the license</p>
+        
+      </div>
+      <div property="spdx:standardLicenseTemplate" style="display: none;">
+      &lt;&lt;var;name=&quot;copyright&quot;;original=&quot;Copyright 2002 (C) 
The Codehaus. All Rights 
Reserved.&quot;;match=&quot;.{0,1000}&quot;&gt;&gt;&#10;&#10;Redistribution and 
use of this software and associated documentation (&quot;Software&quot;), with 
or without modification, are permitted provided that the following conditions 
are met:&#10;&#10;   
&lt;&lt;var;name=&quot;bullet&quot;;original=&quot;1.&quot;;match=&quot;.{0,20}&quot;&gt;&gt;
 Redistributions of source code must  [...]
+      </div>
+
+    </div> <!-- /page -->
+
+    <div class="collaborative-projects">
+      <div class="gray-diagonal">
+        <div class="container">
+          <div id="footer-copyright">
+            <p>&#169; 2018          SPDX Workgroup a Linux Foundation Project. 
All Rights Reserved.        </p>
+            <p>Linux Foundation is a registered trademark of The Linux 
Foundation. Linux is a registered <a 
href="http://www.linuxfoundation.org/programs/legal/trademark"; title="Linux 
Mark Institute">trademark</a> of Linus Torvalds.</p>
+            <p>Please see our <a 
href="http://www.linuxfoundation.org/privacy";>privacy policy</a> and <a 
href="http://www.linuxfoundation.org/terms";>terms of use</a>.</p>
+          </div>
+        </div>
+      </div>
+    </div>
+
+    <div id="top-page-link">
+      <a href="#"><i class="fa fa-arrow-circle-up"></i><span>top of 
page</span></a>
+    </div>
+
+  </body>
+</html>
diff --git a/src/site/markdown/release-preparation.md 
b/src/site/markdown/release-preparation.md
index 9925581..432942f 100644
--- a/src/site/markdown/release-preparation.md
+++ b/src/site/markdown/release-preparation.md
@@ -6,33 +6,37 @@ Certain aspects of the release managers job are less 
structured and amenable to
 
     0. Begin in working directory streams
 
-    1. Run audit of all dependencies
+    1. Run audit of all third-party dependencies
 
             mvn -Pcheck license:aggregate-add-third-party
 
         This task is meant to fail if blacklist licenses are found, or if any 
dependencies have an unknown license.
 
-    2. Examine license names and urls
+    2. Review third-party license names and urls
 
-            cat target/generated-sources/license/THIRD-PARTY.txt | sort
+            cat src/license/THIRD-PARTY.txt | sort
 
         Identify any new name variants of common licenses, and modify 
src/license/licenseMerges.txt
 
         Any unindentified license, needs to be researched and dependency 
removed or added to src/license/licenseMissingFile.properties
 
-        NOTE: Some projects are published under multiple licenses, and the 
operative license may not be the first listed.
+        Files under src/license may be updated by maven plugins, and/or by 
project contributors.
+
+        These files should be checked in and examined by the PMC prior to each 
release.
 
         NOTE: Dependencies may publish an uncommon license text, but still be 
OK to include.
 
+        NOTE: Some projects are published under multiple licenses, and the 
operative license may not be the first listed.
+
     3. Update binary/bytecode LICENSE file
 
-        Every license must be reflected in streams-dist/LICENSE
+        Every bundled third-party dependency must declare at least one entry 
in streams-dist/LICENSE.
 
-        Licenses which contain a copyright notice must be present in this file
+        Licenses which contain a copyright notice must include that copyright 
notice in-line.
 
         For licenses which fall under the 'Category B' designation, each 
dependency must be enumerated, associated with its license, and a url to its 
homepage.
 
-        NOTE: target/generated-sources/license/THIRD-PARTY.txt and 
src/license/licenses.xml are helpful during this step.
+        NOTE: src/license/THIRD-PARTY.txt and src/license/licenses.xml are 
helpful during this step.
 
     3. Update binary/bytecode NOTICE file
 
diff --git a/streams-cli/pom.xml b/streams-cli/pom.xml
index 7b16fcd..12ee50a 100644
--- a/streams-cli/pom.xml
+++ b/streams-cli/pom.xml
@@ -56,12 +56,23 @@
         <dependency>
             <groupId>net.sourceforge.fmpp</groupId>
             <artifactId>fmpp</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.beanshell</groupId>
+                    <artifactId>bsh</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-config</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.beanshell</groupId>
+            <artifactId>bsh</artifactId>
+            <version>2.0b5</version>
+        </dependency>
     </dependencies>
     <build>
         <sourceDirectory>src/main/java</sourceDirectory>
diff --git a/streams-dist/LICENSE b/streams-dist/LICENSE
index e27500f..a6234ec 100644
--- a/streams-dist/LICENSE
+++ b/streams-dist/LICENSE
@@ -278,12 +278,49 @@ The following bundled dependencies utilize Common 
Development and Distribution L
 
 ===========================================================================
 
+Apache Streams binary release includes bundled dependencies declaring "Common 
Public License - Version 1.0".
+For details, see src/license/licenses/Common Public License - Version 1.0.html
+Permanent URL: https://opensource.org/licenses/cpl1.0.php
+The following bundled dependencies utilize Common Public License - Version 1.0:
+
+    (Common Public License - v 1.0) (GNU General Public License Version 2) 
(GNU Lesser General Public License Version 2.1) jnr-posix 
(com.github.jnr:jnr-posix:3.0.27 - 
http://nexus.sonatype.org/oss-repository-hosting.html/jnr-posix)
+
+===========================================================================
+
 Apache Streams binary release includes bundled dependencies declaring "Eclipse 
Public License".
 For details, see src/license/licenses/Eclipse Public License - Version 1.0.html
 Permanent URL: http://www.eclipse.org/legal/epl-v10.html
 
 ===========================================================================
 
+Apache Streams binary release includes bundled dependencies declaring "Java 
HTML Tidy License".
+For details, see src/license/licenses/JB License.txt.html
+Permanent URL: http://jtidy.sourceforge.net/license.html
+The following bundled dependencies utilize Java HTML Tidy License:
+
+    (Java HTML Tidy License) JTidy (net.sf.jtidy:jtidy:r938 - 
http://jtidy.sourceforge.net)
+
+===========================================================================
+
+Apache Streams binary release includes bundled dependencies declaring "JBCrypt 
License".
+For details, see src/license/licenses/JBCrypt License.txt
+Permanent URL: http://www.mindrot.org/files/jBCrypt/LICENSE
+The following bundled dependencies utilize JBCrypt License:
+
+    (ISC/BSD License) jbcrypt (org.mindrot:jbcrypt:0.3m - 
http://www.mindrot.org/)
+
+===========================================================================
+
+Apache Streams binary release includes bundled dependencies declaring "Plexus 
Classworlds License".
+For details, see src/license/licenses/Plexus Classworlds License.html
+Permanent URL: https://spdx.org/licenses/Plexus.htm
+The following bundled dependencies utilize Plexus Classworlds License:
+
+    (Plexus Classworlds License) Copyright 2001-2016 (C) MetaStuff, Ltd. and 
DOM4J contributors. All Rights Reserved.) dom4j (dom4j:dom4j:1.1 - no url 
defined)
+    (Plexus Classworlds License) Copyright 2002 (C) The Codehaus. All Rights 
Reserved.) classworlds (classworlds:classworlds:1.1-alpha-2 - 
http://classworlds.codehaus.org/)
+
+===========================================================================
+
 Apache Streams binary release includes bundled dependencies declaring "The 
Apache Software License, Version 1.1".
 For details, see src/license/licenses/Apache Software License, Version 1.1.txt
 Permanent URL: http://www.apache.org/licenses/LICENSE-1.1
@@ -305,5 +342,19 @@ Relevant License Text:
 
 ===========================================================================
 
+Apache Streams binary release includes some bundled dependencies utilizing an 
open-source license, but containing additional copyright notices.
+
+    (Copyright (c) 2000-2011 INRIA, France Telecom.  All rights reserved.) ASM 
Core (asm:asm:3.1 - http://asm.objectweb.org/asm/)
+
+        ASM: a very small and fast Java bytecode manipulation framework
+        Copyright (c) 2000-2011 INRIA, France Telecom
+        All rights reserved.
+
+     (Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights 
reserved.) jsp-api (javax.servlet.jsp:jsp-api:2.1 - no url defined)
+
+     (Copyright 2001-2016 (C) MetaStuff, Ltd. and DOM4J contributors. All 
Rights Reserved.) dom4j (dom4j:dom4j:1.1 - no url defined)
+     (Copyright 2002 (C) The Codehaus. All Rights Reserved.) classworlds 
(classworlds:classworlds:1.1-alpha-2 - http://classworlds.codehaus.org/)
+
+
 
 

Reply via email to