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

popduke pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/bifromq.git


The following commit(s) were added to refs/heads/main by this push:
     new 24d4a74f update license/notice file with 3rd parties info (#147)
24d4a74f is described below

commit 24d4a74f34975c7ae33c11d37d14cd92962e5759
Author: Yonny(Yu) Hao <[email protected]>
AuthorDate: Wed Jun 25 15:22:01 2025 +0800

    update license/notice file with 3rd parties info (#147)
    
    * consolidate runtime dependencies
    
    * add/update License and Notice files
---
 .licenserc.yaml                                    |   3 +
 LICENSE                                            |  50 +++++++-
 LICENSE => LICENSE-Binary                          | 127 ++++++++++++++++++++-
 NOTICE                                             |  24 +++-
 NOTICE-Binary                                      |  33 ++++++
 base-cluster/pom.xml                               |  17 +--
 base-env/base-env-provider/pom.xml                 |  10 +-
 base-rpc/base-rpc-common/pom.xml                   |  12 --
 bifromq-mqtt/bifromq-mqtt-server/pom.xml           |  12 --
 .../bifromq-plugin-auth-provider-helper/pom.xml    |   5 -
 build/build-bifromq-starters/pom.xml               |  53 ++++++---
 licenses/bouncy-castle-license.txt                 |   7 ++
 licenses/bsd-2-clause.txt                          |  41 +++++++
 licenses/bsd-3-clause.txt                          |  34 ++++++
 licenses/edl-1.0.txt                               |  13 +++
 licenses/epl-2.0.txt                               |  86 ++++++++++++++
 licenses/mit-0.txt                                 |  18 +++
 licenses/mit.txt                                   |  21 ++++
 18 files changed, 494 insertions(+), 72 deletions(-)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index ffc0a67b..f41f504b 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -29,9 +29,12 @@ header:
     - '**/*.pem'
     - '**/MANIFEST.MF'
     - '**/*.md'
+    - 'licenses/*.txt'
     - 'DISCLAIMER'
     - 'LICENSE'
+    - 'LICENSE-Binary'
     - 'NOTICE'
+    - 'NOTICE-Binary'
 
   comment: on-failure
 
diff --git a/LICENSE b/LICENSE
index e25e752c..c59e3b11 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,3 @@
-
                                  Apache License
                            Version 2.0, January 2004
                         https://www.apache.org/licenses/
@@ -199,4 +198,51 @@
    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
+   limitations under the License.
+
+-------------------------------------------------------------------------------
+Third-party dependencies and their licenses:
+
+Apache License, Version 2.0
+- org.awaitility:awaitility [Test Only]
+- com.fasterxml.jackson.core:jackson-databind
+- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
+- com.github.ben-manes.caffeine:caffeine
+- com.google.guava:guava
+- com.google.inject:guice
+- commons-cli:commons-cli
+- io.grpc:grpc-core
+- io.grpc:grpc-grpclb
+- io.grpc:grpc-inprocess
+- io.grpc:grpc-netty
+- io.grpc:grpc-protobuf
+- io.grpc:grpc-stub
+- io.micrometer:micrometer-core
+- io.micrometer:micrometer-registry-prometheus
+- io.netty:netty-all
+- io.reactivex.rxjava3:rxjava
+- io.swagger.core.v3:swagger-core-jakarta
+- io.swagger.core.v3:swagger-jaxrs2-jakarta
+- org.pf4j:pf4j
+- org.reflections:reflections (Apache License 2.0 / WTFPL)
+- org.rocksdb:rocksdbjni (Apache License 2.0 / GPLv2)
+- org.testng:testng [Test Only]
+
+BSD-3-Clause
+- com.google.protobuf:protobuf-java
+- com.google.protobuf:protobuf-java-util
+
+EPL-2.0 / GPL-2.0-with-classpath-exception
+- jakarta.ws.rs:jakarta.ws.rs-api
+- org.eclipse.paho:org.eclipse.paho.client.mqttv3 [Test Only]
+- org.eclipse.paho:org.eclipse.paho.mqttv5.client [Test Only]
+
+GPL-2.0-with-classpath-exception
+- org.openjdk.jmh:jmh-core [Test Only]
+- org.openjdk.jmh:jmh-generator-annprocess [Test Only]
+
+MIT License
+- org.mockito:mockito-core [Test Only]
+- org.pcollections:pcollections
+- org.slf4j:slf4j-api
+
diff --git a/LICENSE b/LICENSE-Binary
similarity index 68%
copy from LICENSE
copy to LICENSE-Binary
index e25e752c..95b83eae 100644
--- a/LICENSE
+++ b/LICENSE-Binary
@@ -1,4 +1,3 @@
-
                                  Apache License
                            Version 2.0, January 2004
                         https://www.apache.org/licenses/
@@ -199,4 +198,128 @@
    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
+   limitations under the License.
+
+-------------------------------------------------------------------------------
+This project's binary output bundles third-party dependencies and their 
licenses:
+
+Apache License, Version 2.0
+- aopalliance:aopalliance:1.0
+- com.beust:jcommander:1.82
+- com.fasterxml.jackson.core:jackson-annotations:2.18.1
+- com.fasterxml.jackson.core:jackson-core:2.18.1
+- com.fasterxml.jackson.core:jackson-databind:2.18.1
+- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.1
+- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2
+- com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.18.2
+- com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.18.2
+- 
com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.18.2
+- com.github.ben-manes.caffeine:caffeine:3.2.1
+- com.google.guava:failureaccess:1.0.2
+- com.google.guava:guava:33.2.1-jre
+- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
+- com.google.inject:guice:7.0.0
+- com.google.j2objc:j2objc-annotations:2.8
+- com.google.j2objc:j2objc-annotations:3.0.0
+- commons-cli:commons-cli:1.5.0
+- io.grpc:grpc-api:1.72.0
+- io.grpc:grpc-context:1.72.0
+- io.grpc:grpc-core:1.72.0
+- io.grpc:grpc-grpclb:1.72.0
+- io.grpc:grpc-inprocess:1.72.0
+- io.grpc:grpc-netty:1.72.0
+- io.grpc:grpc-protobuf:1.72.0
+- io.grpc:grpc-protobuf-lite:1.72.0
+- io.grpc:grpc-stub:1.72.0
+- io.grpc:grpc-util:1.72.0
+- io.micrometer:micrometer-commons:1.11.12
+- io.micrometer:micrometer-core:1.11.12
+- io.micrometer:micrometer-observation:1.11.12
+- io.micrometer:micrometer-registry-prometheus:1.11.12
+- io.netty:netty-all:4.1.121.Final
+- io.netty:netty-buffer:4.1.121.Final
+- io.netty:netty-codec:4.1.121.Final
+- io.netty:netty-codec-dns:4.1.121.Final
+- io.netty:netty-codec-haproxy:4.1.121.Final
+- io.netty:netty-codec-http:4.1.121.Final
+- io.netty:netty-codec-http2:4.1.121.Final
+- io.netty:netty-codec-memcache:4.1.121.Final
+- io.netty:netty-codec-mqtt:4.1.121.Final
+- io.netty:netty-codec-redis:4.1.121.Final
+- io.netty:netty-codec-smtp:4.1.121.Final
+- io.netty:netty-codec-socks:4.1.121.Final
+- io.netty:netty-codec-stomp:4.1.121.Final
+- io.netty:netty-codec-xml:4.1.121.Final
+- io.netty:netty-common:4.1.121.Final
+- io.netty:netty-handler:4.1.121.Final
+- io.netty:netty-handler-proxy:4.1.121.Final
+- io.netty:netty-handler-ssl-ocsp:4.1.121.Final
+- io.netty:netty-resolver:4.1.121.Final
+- io.netty:netty-resolver-dns:4.1.121.Final
+- io.netty:netty-resolver-dns-classes-macos:4.1.121.Final
+- io.netty:netty-resolver-dns-native-macos:4.1.121.Final
+- io.netty:netty-transport:4.1.121.Final
+- io.netty:netty-transport-classes-epoll:4.1.121.Final
+- io.netty:netty-transport-classes-kqueue:4.1.121.Final
+- io.netty:netty-transport-native-epoll:4.1.121.Final
+- io.netty:netty-transport-native-kqueue:4.1.121.Final
+- io.netty:netty-transport-native-unix-common:4.1.121.Final
+- io.netty:netty-transport-rxtx:4.1.121.Final
+- io.netty:netty-transport-sctp:4.1.121.Final
+- io.netty:netty-transport-udt:4.1.121.Final
+- io.prometheus:simpleclient:0.16.0
+- io.prometheus:simpleclient_common:0.16.0
+- io.prometheus:simpleclient_tracer_common:0.16.0
+- io.prometheus:simpleclient_tracer_otel:0.16.0
+- io.prometheus:simpleclient_tracer_otel_agent:0.16.0
+- io.reactivex.rxjava3:rxjava:3.1.10
+- io.swagger.core.v3:swagger-annotations-jakarta:2.2.30
+- io.swagger.core.v3:swagger-core-jakarta:2.2.30
+- io.swagger.core.v3:swagger-integration-jakarta:2.2.30
+- io.swagger.core.v3:swagger-jaxrs2-jakarta:2.2.30
+- io.swagger.core.v3:swagger-models-jakarta:2.2.30
+- jakarta.inject:jakarta.inject-api:2.0.1
+- jakarta.validation:jakarta.validation-api:3.0.2
+- net.bytebuddy:byte-buddy:1.14.15
+- net.bytebuddy:byte-buddy-agent:1.14.15
+- org.apache.commons:commons-lang3:3.17.0
+- org.apache.logging.log4j:log4j-api:2.24.3
+- org.apache.logging.log4j:log4j-core:2.24.3
+- org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3
+- org.javassist:javassist:3.28.0-GA (Apache License 2.0 / LGPL 2.1 / MPL 1.1)
+- org.jspecify:jspecify:1.0.0
+- org.objenesis:objenesis:3.3
+- org.pf4j:pf4j:3.13.0
+- org.reflections:reflections:0.10.2 (Apache License 2.0 / WTFPL)
+- org.rocksdb:rocksdbjni:9.7.3 (Apache License 2.0 / GPLv2)
+- org.yaml:snakeyaml:2.3
+
+BSD-3-Clause (see: licenses/bsd-3-clause.txt)
+- com.google.protobuf:protobuf-java:4.30.2
+- com.google.protobuf:protobuf-java-util:4.30.2
+
+BSD-2-Clause (Public Domain, see: licenses/bsd-3-clause.txt)
+- org.hdrhistogram:HdrHistogram:2.1.12
+
+Public Domain
+- org.latencyutils:LatencyUtils:2.0.3
+- aopalliance:aopalliance:1.0
+
+MIT License (see: licenses/mit.txt)
+- org.pcollections:pcollections:4.0.2
+- org.checkerframework:checker-qual:3.42.0
+- org.codehaus.mojo:animal-sniffer-annotations:1.24
+
+MIT-0 (see: licenses/mit-0.txt)
+- org.reactivestreams:reactive-streams:1.0.4
+
+Bouncy Castle Licence (see: licenses/bouncy-castle.txt)
+- org.bouncycastle:bcpkix-jdk18on:1.78.1
+- org.bouncycastle:bcprov-jdk18on:1.78.1
+- org.bouncycastle:bcutil-jdk18on:1.78.1
+
+EPL-2.0 / GPL-2.0-with-classpath-exception (see: licenses/epl-2.0.txt)
+- jakarta.ws.rs:jakarta.ws.rs-api:4.0.0
+
+Eclipse Distribution License - v 1.0 (see: licenses/edl-1.0.txt)
+- jakarta.xml.bind:jakarta.xml.bind-api:3.0.1
\ No newline at end of file
diff --git a/NOTICE b/NOTICE
index 5cf5c55f..d2441d91 100644
--- a/NOTICE
+++ b/NOTICE
@@ -2,4 +2,26 @@ Apache BifroMQ (Incubating)
 Copyright 2025 The Apache Software Foundation
 
 This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
+The Apache Software Foundation (http://www.apache.org/).
+
+Third-party components incorporated in this project:
+
+- RocksDB JNI (org.rocksdb:rocksdbjni)
+  Licensed under Apache License 2.0 / GPLv2.
+  See LICENSE file for full license texts.
+
+- Reflections (org.reflections:reflections)
+  Licensed under Apache License 2.0 / WTFPL.
+  See LICENSE file for full license texts.
+
+- Jakarta RESTful WS API (jakarta.ws.rs:jakarta.ws.rs-api)
+  Licensed under EPL-2.0 / GPL-2.0-with-classpath-exception.
+  See LICENSE file for full license texts.
+
+- Eclipse Paho MQTT Client (org.eclipse.paho.*)
+  Licensed under EPL-2.0 / GPL-2.0-with-classpath-exception.
+  See LICENSE file for full license texts.
+
+- OpenJDK JMH (org.openjdk.jmh.*)
+  Licensed under GPL-2.0-with-classpath-exception.
+  See LICENSE file for full license texts.
\ No newline at end of file
diff --git a/NOTICE-Binary b/NOTICE-Binary
new file mode 100644
index 00000000..c0036ae9
--- /dev/null
+++ b/NOTICE-Binary
@@ -0,0 +1,33 @@
+Apache BifroMQ (Incubating)
+Copyright 2025 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project's binary output bundles third-party components:
+
+- RocksDB JNI (org.rocksdb:rocksdbjni:9.7.3)
+  Licensed under Apache License 2.0 / GPLv2.
+  See LICENSE file for full license texts.
+
+- Reflections (org.reflections:reflections:0.10.2)
+  Licensed under Apache License 2.0 / WTFPL.
+  See LICENSE file for full license texts.
+
+- Javassist (org.javassist:javassist:3.28.0-GA)
+  Licensed under Apache License 2.0 / LGPL 2.1 / MPL 1.1.
+  See LICENSE file for full license texts.
+
+- Jakarta RESTful WS API (jakarta.ws.rs:jakarta.ws.rs-api:4.0.0)
+  Licensed under EPL-2.0 / GPL-2.0-with-classpath-exception.
+  See LICENSE file for full license texts.
+
+- Jakarta XML Binding API (jakarta.xml.bind:jakarta.xml.bind-api:3.0.1)
+  Licensed under Eclipse Distribution License v1.0.
+  See LICENSE file for full license texts.
+
+- Bouncy Castle Libraries (org.bouncycastle:*)
+  Licensed under Bouncy Castle Licence.
+  See LICENSE file for full license texts.
+
+- Other third-party components are included under licenses detailed in the 
LICENSE file.
\ No newline at end of file
diff --git a/base-cluster/pom.xml b/base-cluster/pom.xml
index 6ee0d285..d8bd01ab 100644
--- a/base-cluster/pom.xml
+++ b/base-cluster/pom.xml
@@ -57,18 +57,6 @@
             <groupId>io.netty</groupId>
             <artifactId>netty-all</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport-native-epoll</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport-native-kqueue</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-tcnative-boringssl-static</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
@@ -86,6 +74,11 @@
             <artifactId>slf4j-api</artifactId>
         </dependency>
         <!-- for testing-->
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-tcnative-boringssl-static</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
diff --git a/base-env/base-env-provider/pom.xml 
b/base-env/base-env-provider/pom.xml
index 10564b7b..f3665f19 100644
--- a/base-env/base-env-provider/pom.xml
+++ b/base-env/base-env-provider/pom.xml
@@ -40,15 +40,7 @@
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
-            <artifactId>netty-buffer</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport-native-epoll</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport-native-kqueue</artifactId>
+            <artifactId>netty-all</artifactId>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
diff --git a/base-rpc/base-rpc-common/pom.xml b/base-rpc/base-rpc-common/pom.xml
index c58ce160..b5b39c48 100644
--- a/base-rpc/base-rpc-common/pom.xml
+++ b/base-rpc/base-rpc-common/pom.xml
@@ -52,18 +52,6 @@
             <groupId>io.grpc</groupId>
             <artifactId>grpc-netty</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-tcnative-boringssl-static</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport-native-epoll</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport-native-kqueue</artifactId>
-        </dependency>
         <dependency>
             <groupId>io.reactivex.rxjava3</groupId>
             <artifactId>rxjava</artifactId>
diff --git a/bifromq-mqtt/bifromq-mqtt-server/pom.xml 
b/bifromq-mqtt/bifromq-mqtt-server/pom.xml
index 94ce44ca..062f64f0 100644
--- a/bifromq-mqtt/bifromq-mqtt-server/pom.xml
+++ b/bifromq-mqtt/bifromq-mqtt-server/pom.xml
@@ -99,18 +99,6 @@
             <groupId>io.netty</groupId>
             <artifactId>netty-all</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport-native-epoll</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport-native-kqueue</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-tcnative-boringssl-static</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.google.protobuf</groupId>
             <artifactId>protobuf-java</artifactId>
diff --git a/bifromq-plugin/bifromq-plugin-auth-provider-helper/pom.xml 
b/bifromq-plugin/bifromq-plugin-auth-provider-helper/pom.xml
index 2ec6ee22..c71c9d28 100644
--- a/bifromq-plugin/bifromq-plugin-auth-provider-helper/pom.xml
+++ b/bifromq-plugin/bifromq-plugin-auth-provider-helper/pom.xml
@@ -67,11 +67,6 @@
             <groupId>io.micrometer</groupId>
             <artifactId>micrometer-core</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport</artifactId>
-            <scope>compile</scope>
-        </dependency>
         <!-- for testing -->
         <dependency>
             <groupId>org.awaitility</groupId>
diff --git a/build/build-bifromq-starters/pom.xml 
b/build/build-bifromq-starters/pom.xml
index 7d205500..5804a5ec 100644
--- a/build/build-bifromq-starters/pom.xml
+++ b/build/build-bifromq-starters/pom.xml
@@ -31,23 +31,7 @@
     <artifactId>build-bifromq-starters</artifactId>
 
     <dependencies>
-        <dependency>
-            <groupId>org.apache.bifromq</groupId>
-            <artifactId>base-env-provider</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.bifromq</groupId>
-            <artifactId>base-kv-meta-service</artifactId>
-        </dependency>
-        <!-- third party dependencies -->
-        <dependency>
-            <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpkix-jdk18on</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk18on</artifactId>
-        </dependency>
+        <!-- third party compile dependencies -->
         <dependency>
             <groupId>commons-cli</groupId>
             <artifactId>commons-cli</artifactId>
@@ -80,6 +64,41 @@
             <groupId>com.google.inject</groupId>
             <artifactId>guice</artifactId>
         </dependency>
+        <!-- third party runtime dependencies -->
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcpkix-jdk18on</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk18on</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-transport-native-epoll</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-transport-native-kqueue</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-tcnative-boringssl-static</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <!-- bifromq modules -->
+        <dependency>
+            <groupId>org.apache.bifromq</groupId>
+            <artifactId>base-env-provider</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.bifromq</groupId>
+            <artifactId>base-kv-meta-service</artifactId>
+        </dependency>
         <!-- dist server -->
         <dependency>
             <groupId>org.apache.bifromq</groupId>
diff --git a/licenses/bouncy-castle-license.txt 
b/licenses/bouncy-castle-license.txt
new file mode 100644
index 00000000..723d878c
--- /dev/null
+++ b/licenses/bouncy-castle-license.txt
@@ -0,0 +1,7 @@
+Copyright (c) 2000 - 2024 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/licenses/bsd-2-clause.txt b/licenses/bsd-2-clause.txt
new file mode 100644
index 00000000..ce8e7c0e
--- /dev/null
+++ b/licenses/bsd-2-clause.txt
@@ -0,0 +1,41 @@
+The code in this repository code was Written by Gil Tene, Michael Barker,
+and Matt Warren, and released to the public domain, as explained at
+http://creativecommons.org/publicdomain/zero/1.0/
+
+For users of this code who wish to consume it under the "BSD" license
+rather than under the public domain or CC0 contribution text mentioned
+above, the code found under this directory is *also* provided under the
+following license (commonly referred to as the BSD 2-Clause License). This
+license does not detract from the above stated release of the code into
+the public domain, and simply represents an additional license granted by
+the Author.
+
+-----------------------------------------------------------------------------
+** Beginning of "BSD 2-Clause License" text. **
+
+ Copyright (c) 2012, 2013, 2014, 2015, 2016 Gil Tene
+ Copyright (c) 2014 Michael Barker
+ Copyright (c) 2014 Matt Warren
+ 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.
+
+ 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 HOLDER 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.
\ No newline at end of file
diff --git a/licenses/bsd-3-clause.txt b/licenses/bsd-3-clause.txt
new file mode 100644
index 00000000..44edb4b6
--- /dev/null
+++ b/licenses/bsd-3-clause.txt
@@ -0,0 +1,34 @@
+Copyright (c) 2002-2018, the original author or authors.
+All rights reserved.
+
+https://opensource.org/licenses/BSD-3-Clause
+
+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 JLine 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/licenses/edl-1.0.txt b/licenses/edl-1.0.txt
new file mode 100644
index 00000000..3930ba65
--- /dev/null
+++ b/licenses/edl-1.0.txt
@@ -0,0 +1,13 @@
+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/licenses/epl-2.0.txt b/licenses/epl-2.0.txt
new file mode 100644
index 00000000..e53fdbb1
--- /dev/null
+++ b/licenses/epl-2.0.txt
@@ -0,0 +1,86 @@
+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 c [...]
+    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  [...]
+    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/licenses/mit-0.txt b/licenses/mit-0.txt
new file mode 100644
index 00000000..9571463d
--- /dev/null
+++ b/licenses/mit-0.txt
@@ -0,0 +1,18 @@
+The MIT-Zero License
+
+Copyright (c) <year> <copyright holders>
+
+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.
+
+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/licenses/mit.txt b/licenses/mit.txt
new file mode 100644
index 00000000..a38eb502
--- /dev/null
+++ b/licenses/mit.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2019 Luke Hutchison
+
+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


Reply via email to