You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/07/09 09:15:45 UTC

[servicecomb-toolkit] 01/02: SCB-1363 update licenses and notice

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git

commit 72d2fa0f7ad5cc7b5421edfa56d47037275ba6ff
Author: kakulisen <18...@163.com>
AuthorDate: Tue Jul 9 16:11:05 2019 +0800

    SCB-1363 update licenses and notice
    
    Signed-off-by: kakulisen <18...@163.com>
---
 .../NOTICE-maven-aether-provider => NOTICE         |   5 +-
 pom.xml                                            |  35 +++
 toolkit-distribution/release/LICENSE               | 285 +++------------------
 toolkit-distribution/release/NOTICE                |  41 +--
 .../release/licenses/LICCENSE-mockito              |  21 --
 toolkit-distribution/release/licenses/LICENSE-asm  |  27 --
 .../release/licenses/LICENSE-bouncycastle          |   9 -
 .../release/licenses/LICENSE-classworlds           |  47 ----
 toolkit-distribution/release/licenses/LICENSE-edl  |  12 -
 .../release/licenses/LICENSE-epl-v20               |  81 ------
 .../release/licenses/LICENSE-jcodings              |  18 --
 toolkit-distribution/release/licenses/LICENSE-joni |  21 --
 toolkit-distribution/release/licenses/LICENSE-jopt |  22 --
 toolkit-distribution/release/licenses/LICENSE-jsch |  30 ---
 .../release/licenses/LICENSE-jsoup                 |  21 --
 .../release/licenses/LICENSE-jzlib                 |  29 ---
 .../release/licenses/NOTICE-bytebuddy              |  13 -
 .../release/licenses/NOTICE-eclipse-aether         |  45 ----
 toolkit-distribution/release/licenses/NOTICE-maven |   5 -
 toolkit-distribution/release/licenses/NOTICE-netty | 222 ----------------
 .../release/licenses/NOTICE-plexus-cipher          |   7 -
 .../release/licenses/NOTICE-plexus-utils           |   2 -
 22 files changed, 75 insertions(+), 923 deletions(-)

diff --git a/toolkit-distribution/release/licenses/NOTICE-maven-aether-provider b/NOTICE
old mode 100755
new mode 100644
similarity index 55%
rename from toolkit-distribution/release/licenses/NOTICE-maven-aether-provider
rename to NOTICE
index 38c0dfd..958c713
--- a/toolkit-distribution/release/licenses/NOTICE-maven-aether-provider
+++ b/NOTICE
@@ -1,6 +1,5 @@
-
-Maven Aether Provider
-Copyright 2001-2014 The Apache Software Foundation
+Apache ServiceComb Toolkit
+Copyright 2019-present The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/pom.xml b/pom.xml
index 2877d0e..4186d12 100755
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,20 @@
     </license>
   </licenses>
 
+  <developers>
+    <developer>
+      <name>The ServiceComb Developer Team</name>
+      <email>dev@servicecomb.apache.org</email>
+    </developer>
+  </developers>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+  <inceptionYear>2019</inceptionYear>
+
   <modules>
     <module>codegen</module>
     <module>cli</module>
@@ -215,6 +229,27 @@
           </excludes>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>process-resource-bundles</id>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <resourceBundles>
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
+                <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
+              </resourceBundles>
+              <properties>
+                <projectName>Apache ServiceComb</projectName>
+              </properties>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/toolkit-distribution/release/LICENSE b/toolkit-distribution/release/LICENSE
index 653bf27..c3ccfe1 100755
--- a/toolkit-distribution/release/LICENSE
+++ b/toolkit-distribution/release/LICENSE
@@ -203,32 +203,17 @@
 =======================================================================
 Apache ServiceComb Toolkit Subcomponents:
 
-The Apache ServiceComb Java Chassis project contains subcomponents with
+The Apache ServiceComb Toolkit project contains subcomponents with
 separate copyright notices and license terms. Your use of these
 subcomponents is subject to the terms and conditions of the
 following licenses.
 
 ================================================================
-This product bundles mockito which is licensed under the
-MIT license.
-For details, see https://site.mockito.org/
-You can find a copy of the License at licenses/LICENSE-mockito
-
-* mockito-core (org.mockito:mockito-core:2.25.0 - https://site.mockito.org/)
-
-================================================================
 This product bundles libraries which are licensed under the
 Eclipse Public License v1.0.
 You can find a copy of the License at licenses/LICENSE-epl-v10
 
 * JUnit (junit:junit:4.12 - http://junit.org)
-* Dirgra (org.jruby:dirgra:0.3 - https://github.com/jruby/dirgra)
-* Eclipse Sisu Plexu (org.eclipse.sisu:org.eclipse.sisu.plexus:0.3.3 - https://github.com/eclipse/sisu.plexus)
-* Eclipse Sisu Inject (org.eclipse.sisu:org.eclipse.sisu.inject:0.3.3 - https://github.com/eclipse/sisu.inject)
-* Aether API (org.eclipse.aether:aether-api:0.9.0.M2 - https://github.com/eclipse/aether-core)
-* Aether SPI (org.eclipse.aether:aether-spi:0.9.0.M2 - https://github.com/eclipse/aether-core)
-* Aether Utilities (org.eclipse.aether:aether-util:0.9.0.M2 - https://github.com/eclipse/aether-core)
-* Aether Implementation (org.eclipse.aether:aether-impl:0.9.0.M2 - https://github.com/eclipse/aether-core)
 
 ================================================================
 This product bundles libraries which are licensed under the
@@ -245,7 +230,6 @@ You can find a copy of the License at licenses/LICENSE-cddl
 * JavaMail API jar (javax.mail:mailapi:1.4.3 - http://java.sun.com/projects/javamail/mailapi)
 * Java Servlet API (javax.servlet:javax.servlet-api:4.0.1 - http://servlet-spec.java.net)
 * JavaBeans(TM) Activation Framework (javax.activation:activation:1.1 - http://java.sun.com/products/javabeans/jaf/index.jsp)
-* JSR 250 Common Annotations For The JavaTM Platform (javax.annotation:jsr250-api:1.0 - https://jcp.org/aboutJava/communityprocess/final/jsr250/index.html)
 
 ================================================================
 This product bundles jopt libraries which is licensed under the
@@ -260,68 +244,16 @@ MIT license.
 For details, see http://www.slf4j.org
 You can find a copy of the License at licenses/LICENSE-slf4j
 
-* JCL 1.2 implemented over SLF4J (org.slf4j:jcl-over-slf4j:1.7.25 - http://www.slf4j.org)
-* JUL to SLF4J bridge (org.slf4j:jul-to-slf4j:1.7.25 - http://www.slf4j.org)
 * SLF4J API Module (org.slf4j:slf4j-api:1.7.12 - http://www.slf4j.org)
 * SLF4J Extensions Module (org.slf4j:slf4j-ext:1.7.12 - http://www.slf4j.org)
 * SLF4J Simple Binding (org.slf4j:slf4j-simple:1.7.12 - http://www.slf4j.org)
 
-================================================================
-This product bundles animal-sniffer-annotations which is licensed under the
-MIT license.
-You can find a copy of the License at licenses/LICENSE-animalsniffer
-
-* Animal Sniffer Annotations (org.codehaus.mojo:animal-sniffer-annotations:1.17 - http://mojo.codehaus.org/animal-sniffer/animal-sniffer-annotations)
-
 ===========================================================================
 This product bundles of Hamcrest which is licensed under BSD 3-Clause License
 For details, see https://github.com/hamcrest/JavaHamcrest/blob/master/LICENSE.txt
 You can find a copy of the License at licenses/LICENSE-hamcrest
 
-* Hamcrest All (org.hamcrest:hamcrest-all:1.3 - https://github.com/hamcrest/JavaHamcrest/hamcrest-all)
 * Hamcrest Core (org.hamcrest:hamcrest-core:1.3 - https://github.com/hamcrest/JavaHamcrest/hamcrest-core)
-* Hamcrest library (org.hamcrest:hamcrest-library:1.3 - https://github.com/hamcrest/JavaHamcrest/hamcrest-library)
-
-================================================================
-This product bundles libraries which are licensed under the
-Eclipse Public License v2.0.
-You can find a copy of the License at licenses/LICENSE-epl-v20
-
-* jnr-posix (com.github.jnr:jnr-posix:3.0.49 - http://nexus.sonatype.org/oss-repository-hosting.html/jnr-posix)
-* JRuby Complete (org.jruby:jruby-complete:9.2.6.0 - https://github.com/jruby/jruby/tree/master/maven/jruby-complete)
-* JRuby Core (org.jruby:jruby-core:9.2.6.0 - https://github.com/jruby/jruby/jruby-core)
-* JRuby Lib Setup (org.jruby:jruby-stdlib:9.2.6.0 - https://github.com/jruby/jruby/jruby-stdlib)
-* JRuby Main Maven Artifact (org.jruby:jruby:9.2.6.0 - https://github.com/jruby/jruby/jruby-artifacts/jruby)
-* Vert.x Core (io.vertx:vertx-core:3.6.2 - http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-core)
-* vertx-web (io.vertx:vertx-web:3.6.3 - http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-ext/vertx-ext-parent/vertx-web-parent/vertx-web)
-
-================================================================
-This product bundles jopt libraries which is licensed under the
-MIT license.
-You can find a copy of the License at licenses/LICENSE-joni
-
-* Joni (org.jruby.joni:joni:2.1.25 - http://nexus.sonatype.org/oss-repository-hosting.html/joni)
-
-================================================================
-This product bundles jcodings which is licensed under the
-MIT license.
-You can find a copy of the License at licenses/LICENSE-jcodings
-
-* JCodings (org.jruby.jcodings:jcodings:1.0.41 - http://nexus.sonatype.org/oss-repository-hosting.html/jcodings)
-
-================================================================
-This product bundles jsch which is licensed under the
-BSD license.
-You can find a copy of the License at licenses/LICENSE-jsch
-
-* jsch (com.jcraft:jsch:0.1.54 - http://www.jcraft.com/jsch/)
-
-================================================================
-This product bundles jsch which is licensed under the
-BSD license.
-You can find a copy of the License at licenses/LICENSE-jzlib
-
-* JZlib (com.jcraft:jzlib:1.1.1 - http://www.jcraft.com/jzlib/)
 
 ================================================================
 This product bundles files from stax2 which is licensed under the
@@ -346,202 +278,59 @@ For details, see http://aopalliance.sourceforge.net/
 
 * AOP alliance (aopalliance:aopalliance:1.0 - http://aopalliance.sourceforge.net)
 
-
-================================================================
-This product bundles classworlds which is licensed under the
-public domain.
-For details, see https://github.com/codehaus/classworlds,
-
-* classworlds (classworlds:classworlds:jar:1.1-alpha-2 - https://github.com/codehaus/classworlds)
-
-
-================================================================
-This product bundles asm which is licensed under the
-3-Clause BSD license.
-For details, see http://asm.ow2.org/
-You can find a copy of the License at licenses/LICENSE-asm
-
-* ASM Analysis (org.ow2.asm:asm-analysis:4.1 - http://asm.objectweb.org/asm-analysis/)
-* ASM Core (org.ow2.asm:asm:4.1 - http://asm.objectweb.org/asm/)
-* ASM Tree (org.ow2.asm:asm-tree:4.1 - http://asm.objectweb.org/asm-tree/)
-* ASM Util (org.ow2.asm:asm-util:4.1 - http://asm.objectweb.org/asm-util/)
-
-================================================================
-This product bundles bouncycastle which is licensed under the
-Apache 1.1 license and BouncyCastle license.
-For details, see http://www.apache.org/licenses/LICENSE-1.1 and http://www.bouncycastle.org/licence.html
-You can find a copy of the License at licenses/LICENSE-bouncycastle
-
-* Bouncy Castle OpenPGP API (org.bouncycastle:bcpg-jdk15on:1.60 - http://www.bouncycastle.org/java.html)
-* Bouncy Castle Provider (org.bouncycastle:bcprov-jdk15on:1.60 - http://www.bouncycastle.org/java.html)
-* Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (org.bouncycastle:bcpkix-jdk15on:1.60 - http://www.bouncycastle.org/java.html)
-
 ================================================================
-This product bundles jsoup which is licensed under the
-MIT license.
-You can find a copy of the License at licenses/LICENSE-jsoup
-
-* jsoup (org.jsoup:jsoup:1.8.1 - http://jsoup.org/)
-
-================================================================
-This product bundles jsoup which is licensed under the
+This product bundles Compiler assisted localization library (CAL10N) which is licensed under the
 MIT license.
 You can find a copy of the License at licenses/LICENSE-cal10n
 
-* cal10n-api (ch.qos.cal10n:cal10n-api:0.8.1 - https://github.com/qos-ch/cal10n)
-
-================================================================
-This product bundles jgit which is licensed under the
-EDL license.
-You can find a copy of the License at licenses/LICENSE-edl
-
-* jgit (org.eclipse.jgit:org.eclipse.jgit:jar:5.3.0.201903130848-r - https://www.eclipse.org/jgit/)
+* Compiler assisted localization library (CAL10N) - API (ch.qos.cal10n:cal10n-api:0.8.1 - http://cal10n.qos.ch/cal10n-api)
 
 ================================================================
 This product bundles the following libraries which are licensed
 under the Apache License v2.
 For details, see their respective project links.
 
-* swagger-codegen (io.swagger:swagger-codegen:2.4.3 - https://github.com/swagger-api/swagger-codegen/)
-* swagger-parser (io.swagger:swagger-parser:1.0.43 - http://nexus.sonatype.org/oss-repository-hosting.html/swagger-parser-project/modules/swagger-parser)
-* swagger-compat-spec-parser (io.swagger:swagger-compat-spec-parser:1.0.35 - http://nexus.sonatype.org/oss-repository-hosting.html/swagger-parser-project/modules/swagger-compat-spec-parser)
-* swagger-core (io.swagger:swagger-core:1.5.22 - https://github.com/swagger-api/swagger-core/modules/swagger-core)
-* json-schema-validator (com.github.java-json-tools:json-schema-validator:2.2.8 - https://github.com/box-metadata/json-schema-validator)
-* json-schema-core (com.github.java-json-tools:json-schema-core:1.2.8 - https://github.com/java-json-tools/json-schema-core)
-* uri-template (com.github.fge:uri-template:0.9 - https://github.com/fge/uri-template)
-* Joda-Time (joda-time:joda-time:2.9.9 - http://www.joda.org/joda-time/)
-* libphonenumber (com.googlecode.libphonenumber:libphonenumber:8.0.0 - https://github.com/googlei18n/libphonenumber/)
-* FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.1 - http://findbugs.sourceforge.net/)
-* json-patch (com.github.fge:json-patch:1.6 - https://github.com/fge/json-patch)
-* jackson-coreutils (com.github.fge:jackson-coreutils:1.6 - https://github.com/fge/jackson-coreutils)
-* msg-simple (com.github.fge:msg-simple:1.1 - https://github.com/fge/msg-simple)
-* btf (com.github.fge:btf:1.2 - https://github.com/fge/btf)
+* airline (io.airlift:airline:0.7 - https://github.com/airlift/airline)
+* Apache Commons Codec (commons-codec:commons-codec:1.9 - http://commons.apache.org/proper/commons-codec/)
+* Apache Commons Lang (org.apache.commons:commons-lang3:3.4 - http://commons.apache.org/proper/commons-lang/)
+* Apache Commons Logging (commons-logging:commons-logging:1.2 - http://commons.apache.org/proper/commons-logging/)
 * Apache HttpClient (org.apache.httpcomponents:httpclient:4.5.2 - http://hc.apache.org/httpcomponents-client)
 * Apache HttpCore (org.apache.httpcomponents:httpcore:4.4.4 - http://hc.apache.org/httpcomponents-core-ga)
-* Apache Commons Logging (commons-logging:commons-logging:1.2 - http://commons.apache.org/proper/commons-logging/)
-* Apache Commons Codec (commons-codec:commons-codec:1.10 - http://commons.apache.org/proper/commons-codec/)
-* Apache Commons BeanUtils (commons-beanutils:commons-beanutils:1.9.3 - https://commons.apache.org/proper/commons-beanutils/)
-* Apache Commons Collections (commons-collections:commons-collections:3.2.2 - http://commons.apache.org/collections/)
-* Apache Commons Collections (org.apache.commons:commons-collections4:4.1 - http://commons.apache.org/proper/commons-collections/)
-* Apache Commons Configuration (commons-configuration:commons-configuration:1.10 - http://commons.apache.org/configuration/)
-* Vavr (io.vavr:vavr:0.9.1 - http://vavr.io)
-* Vavr Match (io.vavr:vavr-match:0.9.1 - http://vavr.io)
+* Apache Log4j (log4j:log4j:1.2.17 - http://logging.apache.org/log4j/1.2/)
+* Apache Log4j API (org.apache.logging.log4j:log4j-api:2.11.0 - https://logging.apache.org/log4j/2.x/log4j-api/)
+* Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.11.0 - https://logging.apache.org/log4j/2.x/log4j-core/)
+* Apache Log4j SLF4J Binding (org.apache.logging.log4j:log4j-slf4j-impl:2.11.0 - https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/)
+* Bean Validation API (javax.validation:validation-api:1.1.0.Final - http://beanvalidation.org)
+* codegen (org.apache.servicecomb.toolkit:codegen:0.1.0-SNAPSHOT - https://github.com/apache/servicecomb-toolkit/codegen)
+* Commons CLI (commons-cli:commons-cli:1.2 - http://commons.apache.org/cli/)
+* Commons IO (commons-io:commons-io:2.4 - http://commons.apache.org/io/)
+* core (org.apache.servicecomb.toolkit:core:0.1.0-SNAPSHOT - https://github.com/apache/servicecomb-toolkit/core)
+* docgen (org.apache.servicecomb.toolkit:docgen:0.1.0-SNAPSHOT - https://github.com/apache/servicecomb-toolkit/docgen)
+* FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.1 - http://findbugs.sourceforge.net/)
+* Google Guice - Core Library (com.google.inject:guice:4.1.0 - https://github.com/google/guice/guice)
+* Guava: Google Core Libraries for Java (com.google.guava:guava:18.0 - http://code.google.com/p/guava-libraries/guava)
 * Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.9.8 - http://github.com/FasterXML/jackson)
-* jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.9.8 - http://github.com/FasterXML/jackson)
 * Jackson-core (com.fasterxml.jackson.core:jackson-core:2.9.8 - https://github.com/FasterXML/jackson-core)
+* jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.9.8 - http://github.com/FasterXML/jackson)
+* Jackson-dataformat-XML (com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.8 - http://wiki.fasterxml.com/JacksonExtensionXmlDataBinding)
 * Jackson-dataformat-YAML (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.8 - https://github.com/FasterXML/jackson-dataformats-text)
+* Jackson module: JAXB Annotations (com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.8 - https://github.com/FasterXML/jackson-modules-base)
+* Java Chassis::Common::Javassist (org.apache.servicecomb:common-javassist:1.2.0 - https://github.com/apache/servicecomb-java-chassis/common/common-javassist)
+* Java Chassis::Foundations::Common (org.apache.servicecomb:foundation-common:1.2.0 - https://github.com/apache/servicecomb-java-chassis/foundations/foundation-common)
+* Java Chassis::Swagger::Generator::Core (org.apache.servicecomb:swagger-generator-core:1.2.0 - https://github.com/apache/servicecomb-java-chassis/swagger/swagger-generator/swagger-generator-core)
+* javax.inject (javax.inject:javax.inject:1 - http://code.google.com/p/atinject/)
+* Joda-Time (joda-time:joda-time:2.9.7 - http://www.joda.org/joda-time/)
+* libphonenumber (com.googlecode.libphonenumber:libphonenumber:8.0.0 - https://github.com/googlei18n/libphonenumber/)
 * SnakeYAML (org.yaml:snakeyaml:1.23 - http://www.snakeyaml.org)
-* swagger-models (io.swagger:swagger-models:1.5.22 - https://github.com/swagger-api/swagger-core/modules/swagger-models)
-* swagger-annotations (io.swagger:swagger-annotations:1.5.22 - https://github.com/swagger-api/swagger-core/modules/swagger-annotations)
-* Guava: Google Core Libraries for Java (com.google.guava:guava:27.0.1-android - https://github.com/google/guava/guava)
-* error-prone annotations (com.google.errorprone:error_prone_annotations:2.2.0 - http://nexus.sonatype.org/oss-repository-hosting.html/error_prone_parent/error_prone_annotations)
-* J2ObjC Annotations (com.google.j2objc:j2objc-annotations:1.1 - https://github.com/google/j2objc/)
-* Bean Validation API (javax.validation:validation-api:1.1.0.Final - http://beanvalidation.org)
-* Apache Commons IO (commons-io:commons-io:2.4 - http://commons.apache.org/proper/commons-io/)
-* Apache Commons Lang (org.apache.commons:commons-lang3:3.4 - http://commons.apache.org/proper/commons-lang/)
-* asciidoctorj (org.asciidoctor:asciidoctorj:1.6.2 - https://github.com/asciidoctor/asciidoctorj)
-* asciidoctorj-api (org.asciidoctor:asciidoctorj-api:1.6.2 - https://github.com/asciidoctor/asciidoctorj)
-* asciidoctorj-pdf (org.asciidoctor:asciidoctorj-pdf:1.5.0-alpha.15 - https://github.com/asciidoctor/asciidoctorj-pdf)
-* jnr-constants (com.github.jnr:jnr-constants:0.9.12 - http://github.com/jnr/jnr-constants)
-* jnr-enxio (com.github.jnr:jnr-enxio:0.19 - http://github.com/jnr/jnr-enxio)
-* jnr-netdb (com.github.jnr:jnr-netdb:1.1.6 - http://github.com/jnr/jnr-netdb)
-* jnr-unixsocket (com.github.jnr:jnr-unixsocket:0.20 - http://github.com/jnr/jnr-unixsocket)
-* jffi (com.github.jnr:jffi:1.2.18 - http://github.com/jnr/jffi)
-* invokebinder (com.headius:invokebinder:1.11 - http://maven.apache.org)
-* options (com.headius:options:1.4 - https://github.com/headius/options)
-* nailgun-server (com.martiansoftware:nailgun-server:0.9.1 - http://martiansoftware.com/nailgun)
-* modulator (com.headius:modulator:1.0 - http://nexus.sonatype.org/oss-repository-hosting.html/modulator)
-* backport9 (com.headius:backport9:1.1 - http://nexus.sonatype.org/oss-repository-hosting.html/backport9)
-* JCommander (com.beust:jcommander:1.35 - http://beust.com/jcommander)
-* Jackson-dataformat-XML (com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.8 - http://wiki.fasterxml.com/JacksonExtensionXmlDataBinding)
-* Jackson module: JAXB-annotations (com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.8 - http://github.com/FasterXML/jackson-module-jaxb-annotations)
-* Woodstox (com.fasterxml.woodstox:woodstox-core:5.0.3 - https://github.com/FasterXML/woodstox)
-* Spring Context (org.springframework:spring-context:4.3.20.RELEASE - https://github.com/spring-projects/spring-framework)
 * Spring AOP (org.springframework:spring-aop:4.3.20.RELEASE - https://github.com/spring-projects/spring-framework)
 * Spring Beans (org.springframework:spring-beans:4.3.20.RELEASE - https://github.com/spring-projects/spring-framework)
+* Spring Context (org.springframework:spring-context:4.3.20.RELEASE - https://github.com/spring-projects/spring-framework)
 * Spring Core (org.springframework:spring-core:4.3.20.RELEASE - https://github.com/spring-projects/spring-framework)
 * Spring Expression Language (SpEL) (org.springframework:spring-expression:4.3.20.RELEASE - https://github.com/spring-projects/spring-framework)
-* Spring Web (org.springframework:spring-web:4.3.20.RELEASE - https://github.com/spring-projects/spring-framework)
-* Spring Web MVC (org.springframework:spring-webmvc:4.3.20.RELEASE - https://github.com/spring-projects/spring-framework)
-* Netty/Resolver/DNS (io.netty:netty-resolver-dns:4.1.30.Final - http://netty.io/netty-resolver-dns/)
-* Netty/Codec/DNS (io.netty:netty-codec-dns:4.1.30.Final - http://netty.io/netty-codec-dns/)
-* Netty/TomcatNative [BoringSSL - Static] (io.netty:netty-tcnative-boringssl-static:2.0.14.Final - https://github.com/netty/netty-tcnative/netty-tcnative-boringssl-static/)
-* Netty/Codec (io.netty:netty-codec:4.1.28.Final - http://netty.io/netty-codec/)
-* Netty/Codec/HTTP (io.netty:netty-codec-http:4.1.28.Final - http://netty.io/netty-codec-http/)
-* Netty/Codec/HTTP2 (io.netty:netty-codec-http2:4.1.28.Final - http://netty.io/netty-codec-http2/)
-* Netty/Common (io.netty:netty-common:4.1.28.Final - http://netty.io/netty-common/)
-* Netty/Handler (io.netty:netty-handler:4.1.28.Final - http://netty.io/netty-handler/)
-* Netty/Buffer (io.netty:netty-buffer:4.1.28.Final - http://netty.io/netty-buffer/)
-* Netty/Codec/Socks (io.netty:netty-codec-socks:4.1.28.Final - http://netty.io/netty-codec-socks/)
-* Netty/Handler/Proxy (io.netty:netty-handler-proxy:4.1.28.Final - http://netty.io/netty-handler-proxy/)
-* Netty/Resolver (io.netty:netty-resolver:4.1.28.Final - http://netty.io/netty-resolver/)
-* Netty/Transport (io.netty:netty-transport:4.1.28.Final - http://netty.io/netty-transport/)
-* vertx-web-common (io.vertx:vertx-web-common:3.6.2 - http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-ext/vertx-ext-parent/vertx-web-parent/vertx-web-common)
-* Vert.x Bridge Common (io.vertx:vertx-bridge-common:3.6.2 - http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-ext/vertx-ext-parent/vertx-bridge-common)
-* vertx-auth-common (io.vertx:vertx-auth-common:3.6.2 - http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-ext/vertx-ext-parent/vertx-auth/vertx-auth-common)
-* Brave (io.zipkin.brave:brave:5.6.0 - https://github.com/openzipkin/brave/brave)
-* Zipkin v2 (io.zipkin.zipkin2:zipkin:2.11.10 - https://github.com/openzipkin/zipkin/zipkin)
-* Zipkin Reporter: Core (io.zipkin.reporter2:zipkin-reporter:2.7.13 - https://github.com/openzipkin/zipkin-reporter-java/zipkin-reporter)
-* Objenesis (org.objenesis:objenesis:2.6 - http://objenesis.org)
-* archaius-core (com.netflix.archaius:archaius-core:0.7.3 - https://github.com/Netflix/archaius)
-* Apache Log4j (log4j:log4j:1.2.17 - http://logging.apache.org/log4j/1.2/)
-* javax.ws.rs-api (javax.ws.rs:javax.ws.rs-api:2.0.1 - http://jax-rs-spec.java.net)
-* Javassist (org.javassist:javassist:3.18.1-GA - http://www.javassist.org/)
-* Apache Commons IO (commons-io:commons-io:2.4 - http://commons.apache.org/proper/commons-io/)
-* Google Guice - Core Library (com.google.inject:guice:4.1.0 - https://github.com/google/guice/guice)
-* javax.inject (javax.inject:javax.inject:1 - http://code.google.com/p/atinject/)
-* markup-document-builder (io.github.swagger2markup:markup-document-builder:1.1.2 - https://github.com/Swagger2Markup/markup-document-builder)
-* pegdown (org.pegdown:pegdown:1.4.2 - http://pegdown.org)
-* parboiled-core (org.parboiled:parboiled-core:1.1.6 - http://parboiled.org)
-* parboiled-java (org.parboiled:parboiled-java:1.1.6 - http://parboiled.org)
-* maven-plugin-api (org.apache.maven:maven-plugin-api:3.6.0 - https://github.com/apache/maven/tree/master/maven-plugin-api)
-* maven-plugin-annotations (org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0 - https://github.com/apache/maven-plugin-tools/tree/master/maven-plugin-annotations)
-* maven-core (org.apache.maven:maven-core:3.6.0 - https://github.com/apache/maven/tree/master/maven-core)
-* plexus-archiver (org.codehaus.plexus:plexus-archiver:2.1 - https://github.com/sonatype/plexus-archiver)
-* maven-plugin-testing-harness (org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0 - https://github.com/apache/maven-plugin-testing/tree/master/maven-plugin-testing-harness)
-* maven-aether-provider (org.apache.maven:maven-aether-provider:3.2.2 - https://github.com/Tibor17/maven/tree/master/maven-aether-provider)
-* maven-compat (org.apache.maven:maven-compat:3.2.2 - https://github.com/apache/maven/tree/master/maven-compat)
-* provider-rest-common (org.apache.servicecomb:provider-rest-common:1.2.0 - https://github.com/apache/servicecomb-java-chassis/tree/master/providers/provider-rest-common)
-* provider-pojo (org.apache.servicecomb:provider-pojo:1.2.0 - https://github.com/apache/servicecomb-java-chassis/tree/master/providers/provider-pojo)
-* swagger-generator-springmvc (org.apache.servicecomb:swagger-generator-springmvc:1.2.0 - https://github.com/apache/servicecomb-java-chassis/tree/master/swagger/swagger-generator/generator-springmvc)
-* swagger-generator-jaxrs (org.apache.servicecomb:swagger-generator-jaxrs:1.2.0 - https://github.com/apache/servicecomb-java-chassis/tree/master/swagger/swagger-generator/generator-jaxrs)
-* swagger-generator-core (org.apache.servicecomb:swagger-generator-core:1.2.0 - https://github.com/apache/servicecomb-java-chassis/tree/master/swagger/swagger-generator/generator-core)
-* Foundation Common (org.apache.servicecomb:foundation-common:1.2.0 - https://github.com/apache/servicecomb-java-chassis)
-* common-javassist (org.apache.servicecomb:common-javassist:1.2.0 - https://github.com/apache/servicecomb-java-chassis)
-* java-chassis-core (org.apache.servicecomb:java-chassis-core:1.2.0 - https://github.com/apache/servicecomb-java-chassis)
-* service-registry (org.apache.servicecomb:service-registry:1.2.0 - https://github.com/apache/servicecomb-java-chassis)
-* deployment (org.apache.servicecomb:deployment:1.2.0 - https://github.com/apache/servicecomb-java-chassis)
-* foundation-vertx (org.apache.servicecomb:foundation-vertx:1.2.0 - https://github.com/apache/servicecomb-java-chassis)
-* foundation-ssl (org.apache.servicecomb:foundation-ssl:1.2.0 - https://github.com/apache/servicecomb-java-chassis)
-* foundation-config (org.apache.servicecomb:foundation-config:1.2.0 - https://github.com/apache/servicecomb-java-chassis)
-* swagger-invocation-core (org.apache.servicecomb:swagger-invocation-core:1.2.0 - https://github.com/apache/servicecomb-java-chassis)
-* Guava InternalFutureFailureAccess and InternalFutures (com.google.guava:failureaccess:1.0.1 - https://github.com/google/guava/tree/master/futures/failureaccess)
-* Guava ListenableFuture Only (com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - https://github.com/google/guava)
-* jmustache (com.samskivert:jmustache:1.12:compile - https://github.com/samskivert/jmustache)
-* commons-cli (commons-cli:commons-cli:1.2 - http://commons.apache.org/cli/)
-* JavaEWAH (com.googlecode.javaewah:JavaEWAH:1.1.6 - https://github.com/lemire/javaewah)
-* Airline (io.airlift:airline:0.7 - https://github.com/airlift/airline)
-* Guava: Google Core Libraries For Java (com.google.guava:guava:18.0 - https://github.com/google/guava)
-* Byte Buddy (without Dependencies) (net.bytebuddy:byte-buddy:1.9.7 - https://bytebuddy.net/)
-* Byte Buddy Java Agent (net.bytebuddy:byte-buddy-agent:1.9.7 - https://bytebuddy.net/)
-* Maven Model (org.apache.maven:maven-model:3.6.0 - https://github.com/apache/maven)
-* Maven Artifact (org.apache.maven:maven-artifact:3.6.0 - https://github.com/apache/maven)
-* CDI APIs (javax.enterprise:cdi-api:1.0 - http://weld.cdi-spec.org/)
-* Plexus Common Utilities (org.codehaus.plexus:plexus-utils:3.1.0 - https://codehaus-plexus.github.io/plexus-utils/)
-* Plexus Classworlds (org.codehaus.plexus:plexus-classworlds - https://codehaus-plexus.github.io/plexus-classworlds/)
-* Maven Settings (org.apache.maven:maven-settings:3.6.0 - https://github.com/apache/maven)
-* maven-settings-builder (org.apache.maven:maven-settings-builder:3.6.0 - https://github.com/apache/maven)
-* Plexus Security Dispatcher Component (org.sonatype.plexus:plexus-sec-dispatcher:1.4 - http://spice.sonatype.org/plexus-sec-dispatcher)
-* Plexus Cipher: Encryption/decryption Component (org.sonatype.plexus:plexus-cipher:1.4 - http://spice.sonatype.org/plexus-cipher)
-* Maven Builder Support (org.apache.maven:maven-builder-support:3.6.0 - https://github.com/apache/maven)
-* Maven Repository Metadata Model (org.apache.maven:maven-repository-metadata:3.6.0 - https://github.com/apache/maven)
-* Maven Model Builder (org.apache.maven:maven-model-builder:3.6.0 - https://github.com/apache/maven)
-* Maven Artifact Resolver Provider (org.apache.maven:maven-resolver-provider:3.6.0 - https://github.com/apache/maven)
-* Maven Artifact Resolver Implementation (org.apache.maven.resolver:maven-resolver-impl:1.3.1 - https://github.com/apache/maven-resolver)
-* Maven Artifact Resolver API (org.apache.maven.resolver:maven-resolver-api:1.3.1 - https://github.com/apache/maven-resolver)
-* Maven Artifact Resolver SPI (org.apache.maven.resolver:maven-resolver-spi:1.3.1 - https://github.com/apache/maven-resolver)
-* Maven Artifact Resolver Utilities (org.apache.maven.resolver:maven-resolver-util:1.3.1 - https://github.com/apache/maven-resolver)
-* Apache Maven Shared Utils (org.apache.maven.shared:maven-shared-utils:3.2.1 - https://github.com/apache/maven-shared)
-* Plexus :: Component Annotations (org.codehaus.plexus:plexus-component-annotations:1.7.1 - https://codehaus-plexus.github.io/plexus-containers/plexus-component-annotations/)
-* Plexus :: Default Container (org.codehaus.plexus:plexus-container-default:1.0-alpha-9-stable-1 - https://codehaus-plexus.github.io/plexus-containers/plexus-container-default/)
-* Plexus IO Components (org.codehaus.plexus:plexus-io:2.0.2 - https://codehaus-plexus.github.io/plexus-io/)
+* swagger-annotations (io.swagger:swagger-annotations:1.5.22 - https://github.com/swagger-api/swagger-core/modules/swagger-annotations)
+* swagger-codegen (core library) (io.swagger:swagger-codegen:2.4.3 - https://github.com/swagger-api/swagger-codegen/modules/swagger-codegen)
+* swagger-compat-spec-parser (io.swagger:swagger-compat-spec-parser:1.0.43 - http://nexus.sonatype.org/oss-repository-hosting.html/swagger-parser-project/modules/swagger-compat-spec-parser)
+* swagger-core (io.swagger:swagger-core:1.5.22 - https://github.com/swagger-api/swagger-core/modules/swagger-core)
+* swagger-models (io.swagger:swagger-models:1.5.22 - https://github.com/swagger-api/swagger-core/modules/swagger-models)
+* swagger-parser (io.swagger:swagger-parser:1.0.43 - http://nexus.sonatype.org/oss-repository-hosting.html/swagger-parser-project/modules/swagger-parser)
+* Woodstox (com.fasterxml.woodstox:woodstox-core:5.0.3 - https://github.com/FasterXML/woodstox)
diff --git a/toolkit-distribution/release/NOTICE b/toolkit-distribution/release/NOTICE
index 8f2d451..ca34a9c 100755
--- a/toolkit-distribution/release/NOTICE
+++ b/toolkit-distribution/release/NOTICE
@@ -1,5 +1,5 @@
 Apache ServiceComb Toolkit
-Copyright 2017-2019 The Apache Software Foundation
+Copyright 2019-present The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
@@ -19,36 +19,6 @@ This product includes software from the Spring Framework,
 under the Apache License 2.0 (see: StringUtils.containsWhitespace())
 
 ================================================================
-Notice for Netty
-
-See licenses/NOTICE-netty
-
-================================================================
-Notice for Eclipse aether
-
-See licenses/NOTICE-eclipse-aether
-
-================================================================
-Notice for Apache maven
-
-See licenses/NOTICE-maven
-
-================================================================
-Notice for plexus-cipher
-
-See licenses/NOTICE-plexus-cipher
-
-================================================================
-Notice for plexus-utils
-
-See licenses/NOTICE-plexus-utils
-
-================================================================
-Notice for Byte Buddy
-
-See licenses/NOTICE-bytebuddy
-
-================================================================
 Notice for Airline
 
 See licenses/NOTICE-airline
@@ -62,12 +32,3 @@ See licenses/NOTICE-apache-commons-cli
 Notice for Apache ServiceComb Java Chassis
 
 See licenses/NOTICE-servicecomb-java-chassis
-
-================================================================
-Notice for maven-aether-provider
-
-See licenses/NOTICE-maven-aether-provider
-
-
-
-
diff --git a/toolkit-distribution/release/licenses/LICCENSE-mockito b/toolkit-distribution/release/licenses/LICCENSE-mockito
deleted file mode 100755
index e0840a4..0000000
--- a/toolkit-distribution/release/licenses/LICCENSE-mockito
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License
-
-Copyright (c) 2007 Mockito contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
\ No newline at end of file
diff --git a/toolkit-distribution/release/licenses/LICENSE-asm b/toolkit-distribution/release/licenses/LICENSE-asm
deleted file mode 100755
index 8806c7d..0000000
--- a/toolkit-distribution/release/licenses/LICENSE-asm
+++ /dev/null
@@ -1,27 +0,0 @@
- ASM: a very small and fast Java bytecode manipulation framework
- Copyright (c) 2000-2011 INRIA, France Telecom
- 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 following disclaimer in the
-    documentation and/or other materials provided with the distribution.
- 3. Neither the name of the copyright holders nor the names of its
-    contributors may be used to endorse or promote products derived from
-    this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- AND ANY EXPRESS 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 COPYRIGHT OWNER OR 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.
diff --git a/toolkit-distribution/release/licenses/LICENSE-bouncycastle b/toolkit-distribution/release/licenses/LICENSE-bouncycastle
deleted file mode 100755
index 388ba79..0000000
--- a/toolkit-distribution/release/licenses/LICENSE-bouncycastle
+++ /dev/null
@@ -1,9 +0,0 @@
-LICENSE
-
-Copyright (c) 2000 - 2019 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
diff --git a/toolkit-distribution/release/licenses/LICENSE-classworlds b/toolkit-distribution/release/licenses/LICENSE-classworlds
deleted file mode 100755
index 47adcc2..0000000
--- a/toolkit-distribution/release/licenses/LICENSE-classworlds
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-/*
- $Id$
-
- Copyright 2002 (C) The Codehaus. All Rights Reserved.
-
- Redistribution and use of this software and associated documentation
- ("Software"), with or without modification, are permitted provided
- that the following conditions are met:
-
- 1. Redistributions of source code must retain copyright
-    statements and notices.  Redistributions must also contain a
-    copy of this document.
-
- 2. 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.
-
- 3. The name "classworlds" must not be used to endorse or promote
-    products derived from this Software without prior written
-    permission of The Codehaus.  For written permission, please
-    contact bob@codehaus.org.
-
- 4. Products derived from this Software may not be called "classworlds"
-    nor may "classworlds" appear in their names without prior written
-    permission of The Codehaus. "classworlds" is a registered
-    trademark of The Codehaus.
-
- 5. Due credit should be given to The Codehaus.
-    (http://classworlds.codehaus.org/).
-
- THIS SOFTWARE IS PROVIDED BY THE CODEHAUS AND CONTRIBUTORS
- ``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 CODEHAUS 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.
-
- */
\ No newline at end of file
diff --git a/toolkit-distribution/release/licenses/LICENSE-edl b/toolkit-distribution/release/licenses/LICENSE-edl
deleted file mode 100755
index a4a267e..0000000
--- a/toolkit-distribution/release/licenses/LICENSE-edl
+++ /dev/null
@@ -1,12 +0,0 @@
-Eclipse Distribution License - v 1.0
-
-Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.
-
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
-Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-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.
-Neither the name of the Eclipse Foundation, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS 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 COPYRIGHT OWNER OR 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 PROFI [...]
\ No newline at end of file
diff --git a/toolkit-distribution/release/licenses/LICENSE-epl-v20 b/toolkit-distribution/release/licenses/LICENSE-epl-v20
deleted file mode 100755
index cc0fb94..0000000
--- a/toolkit-distribution/release/licenses/LICENSE-epl-v20
+++ /dev/null
@@ -1,81 +0,0 @@
-Eclipse Public License - v 2.0
-
-THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (“AGREEMENT”). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
-
-1. DEFINITIONS
-“Contribution” means:
-
-a) in the case of the initial Contributor, the initial content Distributed under this Agreement, and
-b) in the case of each subsequent Contributor:
-i) changes to the Program, and
-ii) additions to the Program;
-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 changes or additions to the Program that are not Modified Works.
-“Contributor” means any person or entity that Distributes the Program.
-
-“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.
-
-“Program” means the Contributions Distributed in accordance with this Agreement.
-
-“Recipient” means anyone who receives the Program under this Agreement or any Secondary License (as applicable), including Contributors.
-
-“Derivative Works” shall mean any work, whether in Source Code or other form, that is based on (or derived from) the Program and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship.
-
-“Modified Works” shall mean any work in Source Code or other form that results from an addition to, deletion from, or modification of the contents of the Program, including, for purposes of clarity any new file in Source Code form that contains any contents of the Program. Modified Works shall not include works that contain only declarations, interfaces, types, classes, structures, or files of the Program solely in each case in order to link to, bind by name, or subclass the Program or M [...]
-
-“Distribute” means the acts of a) distributing or b) making available in any manner that enables the transfer of a copy.
-
-“Source Code” means the form of a Program preferred for making modifications, including but not limited to software source code, documentation source, and configuration files.
-
-“Secondary License” means either the GNU General Public License, Version 2.0, or any later versions of that license, including any exceptions or additional permissions as identified by the initial Contributor.
-
-2. GRANT OF RIGHTS
-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.
-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 or other 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 Contribution cause [...]
-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 granted here [...]
-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.
-e) Notwithstanding the terms of any Secondary License, no Contributor makes additional grants to any Recipient (other than those set forth in this Agreement) as a result of such Recipient's receipt of the Program under the terms of a Secondary License (if permitted under the terms of Section 3).
-3. REQUIREMENTS
-3.1 If a Contributor Distributes the Program in any form, then:
-
-a) the Program must also be made available as Source Code, in accordance with section 3.2, and the Contributor must accompany the Program with a statement that the Source Code for the Program is available under this Agreement, and informs Recipients how to obtain it in a reasonable manner on or through a medium customarily used for software exchange; and
-b) the Contributor may Distribute the Program under a license different than this Agreement, provided that such license:
-i) effectively disclaims on behalf of all other 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;
-ii) effectively excludes on behalf of all other Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
-iii) does not attempt to limit or alter the recipients' rights in the Source Code under section 3.2; and
-iv) requires any subsequent distribution of the Program by any party to be under a license that satisfies the requirements of this section 3.
-3.2 When the Program is Distributed as Source Code:
-
-a) it must be made available under this Agreement, or if the Program (i) is combined with other material in a separate file or files made available under a Secondary License, and (ii) the initial Contributor attached to the Source Code the notice described in Exhibit A of this Agreement, then the Program may be made available under the terms of such Secondary Licenses, and
-b) a copy of this Agreement must be included with each copy of the Program.
-3.3 Contributors may not remove or alter any copyright, patent, trademark, attribution notices, disclaimers of warranty, or limitations of liability (‘notices’) contained within the Program from any copy of the Program which they Distribute, provided that Contributors may add their own appropriate notices.
-
-4. COMMERCIAL DISTRIBUTION
-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 (“Commercial Con [...]
-
-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 claims  [...]
-
-5. NO WARRANTY
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, 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 assoc [...]
-
-6. DISCLAIMER OF LIABILITY
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, 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 EX [...]
-
-7. GENERAL
-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.
-
-If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
-
-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 by Reci [...]
-
-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. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the respons [...]
-
-Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. Nothing in this Agreement is intended to be enforceable by any entity that is not a Contributor or Recipient. No third-party beneficiary rights are created under this Agreement.
-
-Exhibit A – Form of Secondary Licenses Notice
-“This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: {name license(s), version(s), and exceptions or additional permissions here}.”
-
-Simply including a copy of this Agreement, including this Exhibit A is not sufficient to license the Source Code under Secondary Licenses.
-
-If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice.
-
-You may add additional accurate notices of copyright ownership.
diff --git a/toolkit-distribution/release/licenses/LICENSE-jcodings b/toolkit-distribution/release/licenses/LICENSE-jcodings
deleted file mode 100755
index f803194..0000000
--- a/toolkit-distribution/release/licenses/LICENSE-jcodings
+++ /dev/null
@@ -1,18 +0,0 @@
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
diff --git a/toolkit-distribution/release/licenses/LICENSE-joni b/toolkit-distribution/release/licenses/LICENSE-joni
deleted file mode 100755
index 9341f05..0000000
--- a/toolkit-distribution/release/licenses/LICENSE-joni
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2017 JRuby Team
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/toolkit-distribution/release/licenses/LICENSE-jopt b/toolkit-distribution/release/licenses/LICENSE-jopt
deleted file mode 100755
index 6b6553b..0000000
--- a/toolkit-distribution/release/licenses/LICENSE-jopt
+++ /dev/null
@@ -1,22 +0,0 @@
-The MIT License
-
- Copyright (c) 2004-2016 Paul R. Holser, Jr.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- "Software"), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/toolkit-distribution/release/licenses/LICENSE-jsch b/toolkit-distribution/release/licenses/LICENSE-jsch
deleted file mode 100755
index 641d4f4..0000000
--- a/toolkit-distribution/release/licenses/LICENSE-jsch
+++ /dev/null
@@ -1,30 +0,0 @@
-JSch 0.0.* was released under the GNU LGPL license.  Later, we have switched
-over to a BSD-style license.
-
-------------------------------------------------------------------------------
-Copyright (c) 2002-2015 Atsuhiko Yamanaka, JCraft,Inc.
-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 following disclaimer in
-     the documentation and/or other materials provided with the distribution.
-
-  3. The names of the authors may not be used to endorse or promote products
-     derived from this software without specific prior written permission.
-
-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 JCRAFT,
-INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE 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.
\ No newline at end of file
diff --git a/toolkit-distribution/release/licenses/LICENSE-jsoup b/toolkit-distribution/release/licenses/LICENSE-jsoup
deleted file mode 100755
index 6ae61c0..0000000
--- a/toolkit-distribution/release/licenses/LICENSE-jsoup
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License
-
-Copyright (c) 2009-2018 Jonathan Hedley <jo...@hedley.net>
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/toolkit-distribution/release/licenses/LICENSE-jzlib b/toolkit-distribution/release/licenses/LICENSE-jzlib
deleted file mode 100755
index 068bcf1..0000000
--- a/toolkit-distribution/release/licenses/LICENSE-jzlib
+++ /dev/null
@@ -1,29 +0,0 @@
-JZlib 0.0.* were released under the GNU LGPL license.  Later, we have switched
-over to a BSD-style license.
-
-------------------------------------------------------------------------------
-Copyright (c) 2000-2011 ymnk, JCraft,Inc. 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 following disclaimer in
-     the documentation and/or other materials provided with the distribution.
-
-  3. The names of the authors may not be used to endorse or promote products
-     derived from this software without specific prior written permission.
-
-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 JCRAFT,
-INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE 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.
\ No newline at end of file
diff --git a/toolkit-distribution/release/licenses/NOTICE-bytebuddy b/toolkit-distribution/release/licenses/NOTICE-bytebuddy
deleted file mode 100755
index 4bd4887..0000000
--- a/toolkit-distribution/release/licenses/NOTICE-bytebuddy
+++ /dev/null
@@ -1,13 +0,0 @@
-Copyright ${project.inceptionYear} - ${current.year} ${copyright.holder}
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
\ No newline at end of file
diff --git a/toolkit-distribution/release/licenses/NOTICE-eclipse-aether b/toolkit-distribution/release/licenses/NOTICE-eclipse-aether
deleted file mode 100755
index 708ef5d..0000000
--- a/toolkit-distribution/release/licenses/NOTICE-eclipse-aether
+++ /dev/null
@@ -1,45 +0,0 @@
-Eclipse Foundation Software User Agreement
-April 9, 2014
-
-Usage Of Content
-THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICE [...]
-
-Applicable Licenses
-Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. For purposes of the EPL, "Program" will mean the Content.
-
-Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").
-
-Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
-Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
-A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins and/or Fragments associated with that Feature.
-Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.
-The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module including, but not limited to the following locations:
-
-The top-level (root) directory
-Plug-in and Fragment directories
-Inside Plug-ins and Fragments packaged as JARs
-Sub-directories of the directory named "src" of certain Plug-ins
-Feature directories
-Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named  [...]
-
-THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):
-
-Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)
-Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)
-Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)
-Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)
-Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)
-IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.
-
-Use of Provisioning Technology
-The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to install, extend and update Eclipse-based products. Information about packaging Installable Software is  [...]
-
-You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the Specification, you further acknowledge your agreement to, and the acquisition  [...]
-
-A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based product.
-During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be accessed and copied to the Target Machine.
-Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Insta [...]
-Cryptography
-Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted.
-
-Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.
\ No newline at end of file
diff --git a/toolkit-distribution/release/licenses/NOTICE-maven b/toolkit-distribution/release/licenses/NOTICE-maven
deleted file mode 100755
index ec3164a..0000000
--- a/toolkit-distribution/release/licenses/NOTICE-maven
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache Maven
-Copyright 2001-2018 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
diff --git a/toolkit-distribution/release/licenses/NOTICE-netty b/toolkit-distribution/release/licenses/NOTICE-netty
deleted file mode 100755
index 8e31ccc..0000000
--- a/toolkit-distribution/release/licenses/NOTICE-netty
+++ /dev/null
@@ -1,222 +0,0 @@
-                            The Netty Project
-                            =================
-
-Please visit the Netty web site for more information:
-
-  * http://netty.io/
-
-Copyright 2014 The Netty Project
-
-The Netty Project licenses this file to you under the Apache License,
-version 2.0 (the "License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at:
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-License for the specific language governing permissions and limitations
-under the License.
-
-Also, please refer to each LICENSE.<component>.txt file, which is located in
-the 'license' directory of the distribution file, for the license terms of the
-components that this product depends on.
-
--------------------------------------------------------------------------------
-This product contains the extensions to Java Collections Framework which has
-been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene:
-
-  * LICENSE:
-    * license/LICENSE.jsr166y.txt (Public Domain)
-  * HOMEPAGE:
-    * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/
-    * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/
-
-This product contains a modified version of Robert Harder's Public Domain
-Base64 Encoder and Decoder, which can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.base64.txt (Public Domain)
-  * HOMEPAGE:
-    * http://iharder.sourceforge.net/current/java/base64/
-
-This product contains a modified portion of 'Webbit', an event based
-WebSocket and HTTP server, which can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.webbit.txt (BSD License)
-  * HOMEPAGE:
-    * https://github.com/joewalnes/webbit
-
-This product contains a modified portion of 'SLF4J', a simple logging
-facade for Java, which can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.slf4j.txt (MIT License)
-  * HOMEPAGE:
-    * http://www.slf4j.org/
-
-This product contains a modified portion of 'Apache Harmony', an open source
-Java SE, which can be obtained at:
-
-  * NOTICE:
-    * license/NOTICE.harmony.txt
-  * LICENSE:
-    * license/LICENSE.harmony.txt (Apache License 2.0)
-  * HOMEPAGE:
-    * http://archive.apache.org/dist/harmony/
-
-This product contains a modified portion of 'jbzip2', a Java bzip2 compression
-and decompression library written by Matthew J. Francis. It can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.jbzip2.txt (MIT License)
-  * HOMEPAGE:
-    * https://code.google.com/p/jbzip2/
-
-This product contains a modified portion of 'libdivsufsort', a C API library to construct
-the suffix array and the Burrows-Wheeler transformed string for any input string of
-a constant-size alphabet written by Yuta Mori. It can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.libdivsufsort.txt (MIT License)
-  * HOMEPAGE:
-    * https://github.com/y-256/libdivsufsort
-
-This product contains a modified portion of Nitsan Wakart's 'JCTools', Java Concurrency Tools for the JVM,
- which can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.jctools.txt (ASL2 License)
-  * HOMEPAGE:
-    * https://github.com/JCTools/JCTools
-
-This product optionally depends on 'JZlib', a re-implementation of zlib in
-pure Java, which can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.jzlib.txt (BSD style License)
-  * HOMEPAGE:
-    * http://www.jcraft.com/jzlib/
-
-This product optionally depends on 'Compress-LZF', a Java library for encoding and
-decoding data in LZF format, written by Tatu Saloranta. It can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.compress-lzf.txt (Apache License 2.0)
-  * HOMEPAGE:
-    * https://github.com/ning/compress
-
-This product optionally depends on 'lz4', a LZ4 Java compression
-and decompression library written by Adrien Grand. It can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.lz4.txt (Apache License 2.0)
-  * HOMEPAGE:
-    * https://github.com/jpountz/lz4-java
-
-This product optionally depends on 'lzma-java', a LZMA Java compression
-and decompression library, which can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.lzma-java.txt (Apache License 2.0)
-  * HOMEPAGE:
-    * https://github.com/jponge/lzma-java
-
-This product contains a modified portion of 'jfastlz', a Java port of FastLZ compression
-and decompression library written by William Kinney. It can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.jfastlz.txt (MIT License)
-  * HOMEPAGE:
-    * https://code.google.com/p/jfastlz/
-
-This product contains a modified portion of and optionally depends on 'Protocol Buffers', Google's data
-interchange format, which can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.protobuf.txt (New BSD License)
-  * HOMEPAGE:
-    * https://github.com/google/protobuf
-
-This product optionally depends on 'Bouncy Castle Crypto APIs' to generate
-a temporary self-signed X.509 certificate when the JVM does not provide the
-equivalent functionality.  It can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.bouncycastle.txt (MIT License)
-  * HOMEPAGE:
-    * http://www.bouncycastle.org/
-
-This product optionally depends on 'Snappy', a compression library produced
-by Google Inc, which can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.snappy.txt (New BSD License)
-  * HOMEPAGE:
-    * https://github.com/google/snappy
-
-This product optionally depends on 'JBoss Marshalling', an alternative Java
-serialization API, which can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.jboss-marshalling.txt (GNU LGPL 2.1)
-  * HOMEPAGE:
-    * http://www.jboss.org/jbossmarshalling
-
-This product optionally depends on 'Caliper', Google's micro-
-benchmarking framework, which can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.caliper.txt (Apache License 2.0)
-  * HOMEPAGE:
-    * https://github.com/google/caliper
-
-This product optionally depends on 'Apache Commons Logging', a logging
-framework, which can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.commons-logging.txt (Apache License 2.0)
-  * HOMEPAGE:
-    * http://commons.apache.org/logging/
-
-This product optionally depends on 'Apache Log4J', a logging framework, which
-can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.log4j.txt (Apache License 2.0)
-  * HOMEPAGE:
-    * http://logging.apache.org/log4j/
-
-This product optionally depends on 'Aalto XML', an ultra-high performance
-non-blocking XML processor, which can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.aalto-xml.txt (Apache License 2.0)
-  * HOMEPAGE:
-    * http://wiki.fasterxml.com/AaltoHome
-
-This product contains a modified version of 'HPACK', a Java implementation of
-the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.hpack.txt (Apache License 2.0)
-  * HOMEPAGE:
-    * https://github.com/twitter/hpack
-
-This product contains a modified portion of 'Apache Commons Lang', a Java library
-provides utilities for the java.lang API, which can be obtained at:
-
-  * LICENSE:
-    * license/LICENSE.commons-lang.txt (Apache License 2.0)
-  * HOMEPAGE:
-    * https://commons.apache.org/proper/commons-lang/
-
-
-This product contains the Maven wrapper scripts from 'Maven Wrapper', that provides an easy way to ensure a user has everything necessary to run the Maven build.
-
-  * LICENSE:
-    * license/LICENSE.mvn-wrapper.txt (Apache License 2.0)
-  * HOMEPAGE:
-    * https://github.com/takari/maven-wrapper
diff --git a/toolkit-distribution/release/licenses/NOTICE-plexus-cipher b/toolkit-distribution/release/licenses/NOTICE-plexus-cipher
deleted file mode 100755
index a972b8f..0000000
--- a/toolkit-distribution/release/licenses/NOTICE-plexus-cipher
+++ /dev/null
@@ -1,7 +0,0 @@
-
-The code in this component contains a class - Base64 taken from http://juliusdavies.ca/svn/not-yet-commons-ssl/tags/commons-ssl-0.3.10/src/java/org/apache/commons/ssl/Base64.java
-which is Apache license: http://www.apache.org/licenses/LICENSE-2.0
-
-The PBE key processing routine PBECipher.createCipher() is adopted from http://juliusdavies.ca/svn/not-yet-commons-ssl/tags/commons-ssl-0.3.10/src/java/org/apache/commons/ssl/OpenSSL.java
- which is also Apache APL-2.0 license: http://www.apache.org/licenses/LICENSE-2.0
-
diff --git a/toolkit-distribution/release/licenses/NOTICE-plexus-utils b/toolkit-distribution/release/licenses/NOTICE-plexus-utils
deleted file mode 100755
index 7196130..0000000
--- a/toolkit-distribution/release/licenses/NOTICE-plexus-utils
+++ /dev/null
@@ -1,2 +0,0 @@
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file