This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.11 by this push:
new 97ee1a114aa [fix][ci][branch-2.11] Fix shell license issue (#19106)
97ee1a114aa is described below
commit 97ee1a114aa1e5df05d86a9dd47f7fe7a2194211
Author: Jiwei Guo <[email protected]>
AuthorDate: Fri Dec 30 11:18:58 2022 +0800
[fix][ci][branch-2.11] Fix shell license issue (#19106)
---
.github/workflows/pulsar-ci.yaml | 6 +-
distribution/{server => }/licenses/LICENSE-CC0.txt | 0
.../{server => }/licenses/LICENSE-CDDL-1.1.txt | 0
.../{server => }/licenses/LICENSE-EDL-1.0.txt | 0
.../{server => }/licenses/LICENSE-EPL-1.0.txt | 0
.../{server => }/licenses/LICENSE-EPL-2.0.txt | 0
.../{server => }/licenses/LICENSE-HdrHistogram.txt | 0
.../licenses/LICENSE-HdrHistogram0.txt | 0
.../{server => }/licenses/LICENSE-JLine.txt | 0
.../{server => }/licenses/LICENSE-JSR305.txt | 0
.../{server => }/licenses/LICENSE-LevelDB.txt | 0
.../{server => }/licenses/LICENSE-SLF4J.txt | 0
.../{server => }/licenses/LICENSE-SemVer.txt | 0
.../{server => }/licenses/LICENSE-Spotbugs.txt | 0
.../{server => }/licenses/LICENSE-Webbit.txt | 0
.../{server => }/licenses/LICENSE-bouncycastle.txt | 0
.../{server => }/licenses/LICENSE-golang.txt | 0
.../licenses/LICENSE-google-auth-library.txt | 0
.../{server => }/licenses/LICENSE-jbzip2.txt | 0
.../{server => }/licenses/LICENSE-jcip.txt | 0
.../{server => }/licenses/LICENSE-jfastlz.txt | 0
.../licenses/LICENSE-libdivsufsort.txt | 0
.../{server => }/licenses/LICENSE-protobuf.txt | 0
distribution/{server => }/licenses/LICENSE-xz.txt | 0
distribution/server/src/assemble/LICENSE.bin.txt | 46 +--
.../{server => shell}/src/assemble/LICENSE.bin.txt | 421 +++++++--------------
distribution/shell/src/assemble/NOTICE.bin.txt | 218 +++++++++++
distribution/shell/src/assemble/shell.xml | 11 +-
src/check-binary-license.sh | 2 +-
29 files changed, 385 insertions(+), 319 deletions(-)
diff --git a/.github/workflows/pulsar-ci.yaml b/.github/workflows/pulsar-ci.yaml
index b0b5d63349c..cb60ddee298 100644
--- a/.github/workflows/pulsar-ci.yaml
+++ b/.github/workflows/pulsar-ci.yaml
@@ -620,10 +620,14 @@ jobs:
run: |
# build docker image
# include building of Pulsar SQL, Connectors, Offloaders and server
distros
- mvn -B -am -pl
pulsar-sql/presto-distribution,distribution/io,distribution/offloaders,distribution/server,tests/docker-images/latest-version-image
install \
+ mvn -B -am -pl
pulsar-sql/presto-distribution,distribution/io,distribution/offloaders,distribution/server,distribution/shell,tests/docker-images/latest-version-image
install \
-Pmain,docker -Dmaven.test.skip=true -Ddockerfile.build.squash=true \
-Dspotbugs.skip=true -Dlicense.skip=true -Dcheckstyle.skip=true
-Drat.skip=true
+ # check full build artifacts licenses
+ - name: Check binary licenses
+ run: src/check-binary-license.sh
./distribution/server/target/apache-pulsar-*-bin.tar.gz &&
src/check-binary-license.sh
./distribution/shell/target/apache-pulsar-shell-*-bin.tar.gz
+
- name: Clean up disk space
run: |
# release disk space since saving docker image consumes local disk
space
diff --git a/distribution/server/licenses/LICENSE-CC0.txt
b/distribution/licenses/LICENSE-CC0.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-CC0.txt
rename to distribution/licenses/LICENSE-CC0.txt
diff --git a/distribution/server/licenses/LICENSE-CDDL-1.1.txt
b/distribution/licenses/LICENSE-CDDL-1.1.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-CDDL-1.1.txt
rename to distribution/licenses/LICENSE-CDDL-1.1.txt
diff --git a/distribution/server/licenses/LICENSE-EDL-1.0.txt
b/distribution/licenses/LICENSE-EDL-1.0.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-EDL-1.0.txt
rename to distribution/licenses/LICENSE-EDL-1.0.txt
diff --git a/distribution/server/licenses/LICENSE-EPL-1.0.txt
b/distribution/licenses/LICENSE-EPL-1.0.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-EPL-1.0.txt
rename to distribution/licenses/LICENSE-EPL-1.0.txt
diff --git a/distribution/server/licenses/LICENSE-EPL-2.0.txt
b/distribution/licenses/LICENSE-EPL-2.0.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-EPL-2.0.txt
rename to distribution/licenses/LICENSE-EPL-2.0.txt
diff --git a/distribution/server/licenses/LICENSE-HdrHistogram.txt
b/distribution/licenses/LICENSE-HdrHistogram.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-HdrHistogram.txt
rename to distribution/licenses/LICENSE-HdrHistogram.txt
diff --git a/distribution/server/licenses/LICENSE-HdrHistogram0.txt
b/distribution/licenses/LICENSE-HdrHistogram0.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-HdrHistogram0.txt
rename to distribution/licenses/LICENSE-HdrHistogram0.txt
diff --git a/distribution/server/licenses/LICENSE-JLine.txt
b/distribution/licenses/LICENSE-JLine.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-JLine.txt
rename to distribution/licenses/LICENSE-JLine.txt
diff --git a/distribution/server/licenses/LICENSE-JSR305.txt
b/distribution/licenses/LICENSE-JSR305.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-JSR305.txt
rename to distribution/licenses/LICENSE-JSR305.txt
diff --git a/distribution/server/licenses/LICENSE-LevelDB.txt
b/distribution/licenses/LICENSE-LevelDB.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-LevelDB.txt
rename to distribution/licenses/LICENSE-LevelDB.txt
diff --git a/distribution/server/licenses/LICENSE-SLF4J.txt
b/distribution/licenses/LICENSE-SLF4J.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-SLF4J.txt
rename to distribution/licenses/LICENSE-SLF4J.txt
diff --git a/distribution/server/licenses/LICENSE-SemVer.txt
b/distribution/licenses/LICENSE-SemVer.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-SemVer.txt
rename to distribution/licenses/LICENSE-SemVer.txt
diff --git a/distribution/server/licenses/LICENSE-Spotbugs.txt
b/distribution/licenses/LICENSE-Spotbugs.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-Spotbugs.txt
rename to distribution/licenses/LICENSE-Spotbugs.txt
diff --git a/distribution/server/licenses/LICENSE-Webbit.txt
b/distribution/licenses/LICENSE-Webbit.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-Webbit.txt
rename to distribution/licenses/LICENSE-Webbit.txt
diff --git a/distribution/server/licenses/LICENSE-bouncycastle.txt
b/distribution/licenses/LICENSE-bouncycastle.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-bouncycastle.txt
rename to distribution/licenses/LICENSE-bouncycastle.txt
diff --git a/distribution/server/licenses/LICENSE-golang.txt
b/distribution/licenses/LICENSE-golang.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-golang.txt
rename to distribution/licenses/LICENSE-golang.txt
diff --git a/distribution/server/licenses/LICENSE-google-auth-library.txt
b/distribution/licenses/LICENSE-google-auth-library.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-google-auth-library.txt
rename to distribution/licenses/LICENSE-google-auth-library.txt
diff --git a/distribution/server/licenses/LICENSE-jbzip2.txt
b/distribution/licenses/LICENSE-jbzip2.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-jbzip2.txt
rename to distribution/licenses/LICENSE-jbzip2.txt
diff --git a/distribution/server/licenses/LICENSE-jcip.txt
b/distribution/licenses/LICENSE-jcip.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-jcip.txt
rename to distribution/licenses/LICENSE-jcip.txt
diff --git a/distribution/server/licenses/LICENSE-jfastlz.txt
b/distribution/licenses/LICENSE-jfastlz.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-jfastlz.txt
rename to distribution/licenses/LICENSE-jfastlz.txt
diff --git a/distribution/server/licenses/LICENSE-libdivsufsort.txt
b/distribution/licenses/LICENSE-libdivsufsort.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-libdivsufsort.txt
rename to distribution/licenses/LICENSE-libdivsufsort.txt
diff --git a/distribution/server/licenses/LICENSE-protobuf.txt
b/distribution/licenses/LICENSE-protobuf.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-protobuf.txt
rename to distribution/licenses/LICENSE-protobuf.txt
diff --git a/distribution/server/licenses/LICENSE-xz.txt
b/distribution/licenses/LICENSE-xz.txt
similarity index 100%
rename from distribution/server/licenses/LICENSE-xz.txt
rename to distribution/licenses/LICENSE-xz.txt
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt
b/distribution/server/src/assemble/LICENSE.bin.txt
index ead4143e096..11bdeefa828 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -552,19 +552,19 @@ The Apache Software License, Version 2.0
BSD 3-clause "New" or "Revised" License
* Google auth library
- - com.google.auth-google-auth-library-credentials-1.4.0.jar --
licenses/LICENSE-google-auth-library.txt
- - com.google.auth-google-auth-library-oauth2-http-1.4.0.jar --
licenses/LICENSE-google-auth-library.txt
- * LevelDB -- (included in org.rocksdb.*.jar) -- licenses/LICENSE-LevelDB.txt
- * JSR305 -- com.google.code.findbugs-jsr305-3.0.2.jar --
licenses/LICENSE-JSR305.txt
- * JLine -- jline-jline-2.14.6.jar -- licenses/LICENSE-JLine.txt
- * JLine3 -- org.jline-jline-3.21.0.jar -- licenses/LICENSE-JLine.txt
+ - com.google.auth-google-auth-library-credentials-1.4.0.jar --
../licenses/LICENSE-google-auth-library.txt
+ - com.google.auth-google-auth-library-oauth2-http-1.4.0.jar --
../licenses/LICENSE-google-auth-library.txt
+ * LevelDB -- (included in org.rocksdb.*.jar) --
../licenses/LICENSE-LevelDB.txt
+ * JSR305 -- com.google.code.findbugs-jsr305-3.0.2.jar --
../licenses/LICENSE-JSR305.txt
+ * JLine -- jline-jline-2.14.6.jar -- ../licenses/LICENSE-JLine.txt
+ * JLine3 -- org.jline-jline-3.21.0.jar -- ../licenses/LICENSE-JLine.txt
BSD 2-Clause License
- * HdrHistogram -- org.hdrhistogram-HdrHistogram-2.1.9.jar --
licenses/LICENSE-HdrHistogram.txt
+ * HdrHistogram -- org.hdrhistogram-HdrHistogram-2.1.9.jar --
../licenses/LICENSE-HdrHistogram.txt
MIT License
- * Java SemVer -- com.github.zafarkhaja-java-semver-0.9.0.jar --
licenses/LICENSE-SemVer.txt
- * SLF4J -- licenses/LICENSE-SLF4J.txt
+ * Java SemVer -- com.github.zafarkhaja-java-semver-0.9.0.jar --
../licenses/LICENSE-SemVer.txt
+ * SLF4J -- ../licenses/LICENSE-SLF4J.txt
- org.slf4j-slf4j-api-1.7.32.jar
- org.slf4j-jcl-over-slf4j-1.7.32.jar
* The Checker Framework
@@ -572,10 +572,10 @@ MIT License
Protocol Buffers License
* Protocol Buffers
- - com.google.protobuf-protobuf-java-3.19.6.jar --
licenses/LICENSE-protobuf.txt
- - com.google.protobuf-protobuf-java-util-3.19.6.jar --
licenses/LICENSE-protobuf.txt
+ - com.google.protobuf-protobuf-java-3.19.6.jar --
../licenses/LICENSE-protobuf.txt
+ - com.google.protobuf-protobuf-java-util-3.19.6.jar --
../licenses/LICENSE-protobuf.txt
-CDDL-1.1 -- licenses/LICENSE-CDDL-1.1.txt
+CDDL-1.1 -- ../licenses/LICENSE-CDDL-1.1.txt
* Java Annotations API
- javax.annotation-javax.annotation-api-1.3.2.jar
- com.sun.activation-javax.activation-1.2.0.jar
@@ -601,25 +601,25 @@ CDDL-1.1 -- licenses/LICENSE-CDDL-1.1.txt
- org.glassfish.jersey.inject-jersey-hk2-2.34.jar
* Mimepull -- org.jvnet.mimepull-mimepull-1.9.13.jar
-Eclipse Distribution License 1.0 -- licenses/LICENSE-EDL-1.0.txt
+Eclipse Distribution License 1.0 -- ../licenses/LICENSE-EDL-1.0.txt
* Jakarta Activation
- jakarta.activation-jakarta.activation-api-1.2.2.jar
* Jakarta XML Binding -- jakarta.xml.bind-jakarta.xml.bind-api-2.3.3.jar
-Eclipse Public License - v2.0 -- licenses/LICENSE-EPL-2.0.txt
+Eclipse Public License - v2.0 -- ../licenses/LICENSE-EPL-2.0.txt
* Jakarta Annotations API --
jakarta.annotation-jakarta.annotation-api-1.3.5.jar
* Jakarta RESTful Web Services -- jakarta.ws.rs-jakarta.ws.rs-api-2.1.6.jar
* Jakarta Injection -- org.glassfish.hk2.external-jakarta.inject-2.6.1.jar
-Public Domain (CC0) -- licenses/LICENSE-CC0.txt
+Public Domain (CC0) -- ../licenses/LICENSE-CC0.txt
* Reactive Streams -- org.reactivestreams-reactive-streams-1.0.3.jar
Creative Commons Attribution License
- * Jcip -- licenses/LICENSE-jcip.txt
+ * Jcip -- ../licenses/LICENSE-jcip.txt
- net.jcip-jcip-annotations-1.0.jar
Bouncy Castle License
- * Bouncy Castle -- licenses/LICENSE-bouncycastle.txt
+ * Bouncy Castle -- ../licenses/LICENSE-bouncycastle.txt
- org.bouncycastle-bcpkix-jdk15on-1.69.jar
- org.bouncycastle-bcprov-ext-jdk15on-1.69.jar
- org.bouncycastle-bcprov-jdk15on-1.69.jar
@@ -632,14 +632,14 @@ Additionaly, Netty includes code with the following
licenses:
Contains a modified portion of 'Webbit', an event based WebSocket and HTTP
server, which can be obtained at:
* LICENSE:
- * licenses/LICENSE-Webbit.txt (BSD License)
+ * ../licenses/LICENSE-Webbit.txt (BSD License)
* HOMEPAGE:
* https://github.com/joewalnes/webbit
Contains a modified portion of 'SLF4J', a simple logging facade for Java,
which can be obtained at:
* LICENSE:
- * licenses/LICENSE-SLF4J.txt (MIT License)
+ * ../licenses/LICENSE-SLF4J.txt (MIT License)
* HOMEPAGE:
* http://www.slf4j.org/
@@ -647,7 +647,7 @@ Contains a modified portion of 'jbzip2', a Java bzip2
compression and decompress
by Matthew J. Francis. It can be obtained at:
* LICENSE:
- * licenses/LICENSE-jbzip2.txt (MIT License)
+ * ../licenses/LICENSE-jbzip2.txt (MIT License)
* HOMEPAGE:
* https://code.google.com/p/jbzip2/
@@ -656,7 +656,7 @@ the suffix array and the Burrows-Wheeler transformed string
for any input string
a constant-size alphabet written by Yuta Mori. It can be obtained at:
* LICENSE:
- * licenses/LICENSE-libdivsufsort.txt (MIT License)
+ * ../licenses/LICENSE-libdivsufsort.txt (MIT License)
* HOMEPAGE:
* https://github.com/y-256/libdivsufsort
@@ -664,7 +664,7 @@ 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:
- * licenses/LICENSE-jfastlz.txt (MIT License)
+ * ../licenses/LICENSE-jfastlz.txt (MIT License)
* HOMEPAGE:
* https://code.google.com/p/jfastlz/
@@ -672,6 +672,6 @@ Contains a modified portion of and optionally depends on
'Protocol Buffers', Goo
interchange format, which can be obtained at:
* LICENSE:
- * licenses/LICENSE-protobuf.txt (New BSD License)
+ * ../licenses/LICENSE-protobuf.txt (New BSD License)
* HOMEPAGE:
* https://github.com/google/protobuf
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt
b/distribution/shell/src/assemble/LICENSE.bin.txt
similarity index 54%
copy from distribution/server/src/assemble/LICENSE.bin.txt
copy to distribution/shell/src/assemble/LICENSE.bin.txt
index ead4143e096..393fd1ff604 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -309,321 +309,158 @@ pulsar-client-cpp/lib/checksum/crc32c_sw.cc
This projects includes binary packages with the following licenses:
The Apache Software License, Version 2.0
- * JCommander -- com.beust-jcommander-1.82.jar
- * High Performance Primitive Collections for Java --
com.carrotsearch-hppc-0.9.1.jar
+ * JCommander -- jcommander-1.82.jar
* Jackson
- - com.fasterxml.jackson.core-jackson-annotations-2.13.4.jar
- - com.fasterxml.jackson.core-jackson-core-2.13.4.jar
- - com.fasterxml.jackson.core-jackson-databind-2.13.4.2.jar
- - com.fasterxml.jackson.dataformat-jackson-dataformat-yaml-2.13.4.jar
- - com.fasterxml.jackson.jaxrs-jackson-jaxrs-base-2.13.4.jar
- - com.fasterxml.jackson.jaxrs-jackson-jaxrs-json-provider-2.13.4.jar
- - com.fasterxml.jackson.module-jackson-module-jaxb-annotations-2.13.4.jar
- - com.fasterxml.jackson.module-jackson-module-jsonSchema-2.13.4.jar
- * Caffeine -- com.github.ben-manes.caffeine-caffeine-2.9.1.jar
- * Conscrypt -- org.conscrypt-conscrypt-openjdk-uber-2.5.2.jar
- * Proto Google Common Protos --
com.google.api.grpc-proto-google-common-protos-2.0.1.jar
- * Bitbucket -- org.bitbucket.b_c-jose4j-0.7.6.jar
+ - jackson-annotations-2.13.4.jar
+ - jackson-core-2.13.4.jar
+ - jackson-databind-2.13.4.2.jar
+ - jackson-dataformat-yaml-2.13.4.jar
+ - jackson-jaxrs-base-2.13.4.jar
+ - jackson-jaxrs-json-provider-2.13.4.jar
+ - jackson-module-jaxb-annotations-2.13.4.jar
+ - jackson-module-jsonSchema-2.13.4.jar
+ * Conscrypt -- conscrypt-openjdk-uber-2.5.2.jar
* Gson
- - com.google.code.gson-gson-2.8.9.jar
- - io.gsonfire-gson-fire-1.8.5.jar
+ - gson-2.8.9.jar
* Guava
- - com.google.guava-guava-31.0.1-jre.jar
- - com.google.guava-failureaccess-1.0.1.jar
- -
com.google.guava-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
- * J2ObjC Annotations -- com.google.j2objc-j2objc-annotations-1.3.jar
- * Netty Reactive Streams --
com.typesafe.netty-netty-reactive-streams-2.0.6.jar
+ - guava-31.0.1-jre.jar
+ - failureaccess-1.0.1.jar
+ - listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
+ * J2ObjC Annotations -- j2objc-annotations-1.3.jar
+ * Netty Reactive Streams -- netty-reactive-streams-2.0.6.jar
* Swagger
- - io.swagger-swagger-annotations-1.6.2.jar
- - io.swagger-swagger-core-1.6.2.jar
- - io.swagger-swagger-models-1.6.2.jar
+ - swagger-annotations-1.6.2.jar
+ - swagger-core-1.6.2.jar
+ - swagger-models-1.6.2.jar
* DataSketches
- - com.yahoo.datasketches-memory-0.8.3.jar
- - com.yahoo.datasketches-sketches-core-0.8.3.jar
+ - memory-0.8.3.jar
+ - sketches-core-0.8.3.jar
* Apache Commons
- - commons-cli-commons-cli-1.5.0.jar
- - commons-codec-commons-codec-1.15.jar
- - commons-configuration-commons-configuration-1.10.jar
- - commons-io-commons-io-2.8.0.jar
- - commons-lang-commons-lang-2.6.jar
- - commons-logging-commons-logging-1.1.1.jar
- - org.apache.commons-commons-collections4-4.4.jar
- - org.apache.commons-commons-compress-1.21.jar
- - org.apache.commons-commons-lang3-3.11.jar
- - org.apache.commons-commons-text-1.10.0.jar
+ - commons-codec-1.15.jar
+ - commons-configuration-1.10.jar
+ - commons-io-2.8.0.jar
+ - commons-lang-2.6.jar
+ - commons-logging-1.2.jar
+ - commons-lang3-3.11.jar
+ - commons-text-1.10.0.jar
+ - commons-compress-1.21.jar
* Netty
- - io.netty-netty-buffer-4.1.86.Final.jar
- - io.netty-netty-codec-4.1.86.Final.jar
- - io.netty-netty-codec-dns-4.1.86.Final.jar
- - io.netty-netty-codec-http-4.1.86.Final.jar
- - io.netty-netty-codec-http2-4.1.86.Final.jar
- - io.netty-netty-codec-socks-4.1.86.Final.jar
- - io.netty-netty-codec-haproxy-4.1.86.Final.jar
- - io.netty-netty-common-4.1.86.Final.jar
- - io.netty-netty-handler-4.1.86.Final.jar
- - io.netty-netty-handler-proxy-4.1.86.Final.jar
- - io.netty-netty-resolver-4.1.86.Final.jar
- - io.netty-netty-resolver-dns-4.1.86.Final.jar
- - io.netty-netty-transport-4.1.86.Final.jar
- - io.netty-netty-transport-classes-epoll-4.1.86.Final.jar
- - io.netty-netty-transport-native-epoll-4.1.86.Final-linux-x86_64.jar
- - io.netty-netty-transport-native-epoll-4.1.86.Final.jar
- - io.netty-netty-transport-native-unix-common-4.1.86.Final.jar
- - io.netty-netty-transport-native-unix-common-4.1.86.Final-linux-x86_64.jar
- - io.netty-netty-tcnative-boringssl-static-2.0.54.Final.jar
- - io.netty-netty-tcnative-boringssl-static-2.0.54.Final-linux-aarch_64.jar
- - io.netty-netty-tcnative-boringssl-static-2.0.54.Final-linux-x86_64.jar
- - io.netty-netty-tcnative-boringssl-static-2.0.54.Final-osx-aarch_64.jar
- - io.netty-netty-tcnative-boringssl-static-2.0.54.Final-osx-x86_64.jar
- - io.netty-netty-tcnative-boringssl-static-2.0.54.Final-windows-x86_64.jar
- - io.netty-netty-tcnative-classes-2.0.54.Final.jar
+ - netty-buffer-4.1.86.Final.jar
+ - netty-codec-4.1.86.Final.jar
+ - netty-codec-dns-4.1.86.Final.jar
+ - netty-codec-http-4.1.86.Final.jar
+ - netty-codec-socks-4.1.86.Final.jar
+ - netty-codec-haproxy-4.1.86.Final.jar
+ - netty-common-4.1.86.Final.jar
+ - netty-handler-4.1.86.Final.jar
+ - netty-handler-proxy-4.1.86.Final.jar
+ - netty-resolver-4.1.86.Final.jar
+ - netty-resolver-dns-4.1.86.Final.jar
+ - netty-transport-4.1.86.Final.jar
+ - netty-transport-classes-epoll-4.1.86.Final.jar
+ - netty-transport-native-epoll-4.1.86.Final-linux-x86_64.jar
+ - netty-transport-native-unix-common-4.1.86.Final.jar
+ - netty-transport-native-unix-common-4.1.86.Final-linux-x86_64.jar
+ - netty-tcnative-boringssl-static-2.0.54.Final.jar
+ - netty-tcnative-boringssl-static-2.0.54.Final-linux-aarch_64.jar
+ - netty-tcnative-boringssl-static-2.0.54.Final-linux-x86_64.jar
+ - netty-tcnative-boringssl-static-2.0.54.Final-osx-aarch_64.jar
+ - netty-tcnative-boringssl-static-2.0.54.Final-osx-x86_64.jar
+ - netty-tcnative-boringssl-static-2.0.54.Final-windows-x86_64.jar
+ - netty-tcnative-classes-2.0.54.Final.jar
* Prometheus client
- - io.prometheus.jmx-collector-0.16.1.jar
- - io.prometheus-simpleclient-0.16.0.jar
- - io.prometheus-simpleclient_caffeine-0.16.0.jar
- - io.prometheus-simpleclient_common-0.16.0.jar
- - io.prometheus-simpleclient_hotspot-0.16.0.jar
- - io.prometheus-simpleclient_httpserver-0.16.0.jar
- - io.prometheus-simpleclient_jetty-0.16.0.jar
- - io.prometheus-simpleclient_log4j2-0.16.0.jar
- - io.prometheus-simpleclient_servlet-0.16.0.jar
- - io.prometheus-simpleclient_servlet_common-0.16.0.jar
- - io.prometheus-simpleclient_tracer_common-0.16.0.jar
- - io.prometheus-simpleclient_tracer_otel-0.16.0.jar
- - io.prometheus-simpleclient_tracer_otel_agent-0.16.0.jar
- * Jakarta Bean Validation API
- - jakarta.validation-jakarta.validation-api-2.0.2.jar
- - javax.validation-validation-api-1.1.0.Final.jar
+ - simpleclient-0.16.0.jar
+ - simpleclient_log4j2-0.16.0.jar
+ - simpleclient_tracer_common-0.16.0.jar
+ - simpleclient_tracer_otel-0.16.0.jar
+ - simpleclient_tracer_otel_agent-0.16.0.jar
* Log4J
- - org.apache.logging.log4j-log4j-api-2.18.0.jar
- - org.apache.logging.log4j-log4j-core-2.18.0.jar
- - org.apache.logging.log4j-log4j-slf4j-impl-2.18.0.jar
- - org.apache.logging.log4j-log4j-web-2.18.0.jar
- * Java Native Access JNA -- net.java.dev.jna-jna-4.2.0.jar
+ - log4j-api-2.18.0.jar
+ - log4j-core-2.18.0.jar
+ - log4j-slf4j-impl-2.18.0.jar
+ - log4j-web-2.18.0.jar
+
* BookKeeper
- - org.apache.bookkeeper-bookkeeper-common-4.15.3.jar
- - org.apache.bookkeeper-bookkeeper-common-allocator-4.15.3.jar
- - org.apache.bookkeeper-bookkeeper-proto-4.15.3.jar
- - org.apache.bookkeeper-bookkeeper-server-4.15.3.jar
- - org.apache.bookkeeper-bookkeeper-tools-framework-4.15.3.jar
- - org.apache.bookkeeper-circe-checksum-4.15.3.jar
- - org.apache.bookkeeper-cpu-affinity-4.15.3.jar
- - org.apache.bookkeeper-statelib-4.15.3.jar
- - org.apache.bookkeeper-stream-storage-api-4.15.3.jar
- - org.apache.bookkeeper-stream-storage-common-4.15.3.jar
- - org.apache.bookkeeper-stream-storage-java-client-4.15.3.jar
- - org.apache.bookkeeper-stream-storage-java-client-base-4.15.3.jar
- - org.apache.bookkeeper-stream-storage-proto-4.15.3.jar
- - org.apache.bookkeeper-stream-storage-server-4.15.3.jar
- - org.apache.bookkeeper-stream-storage-service-api-4.15.3.jar
- - org.apache.bookkeeper-stream-storage-service-impl-4.15.3.jar
- - org.apache.bookkeeper.http-http-server-4.15.3.jar
- - org.apache.bookkeeper.http-vertx-http-server-4.15.3.jar
- - org.apache.bookkeeper.stats-bookkeeper-stats-api-4.15.3.jar
- - org.apache.bookkeeper.stats-prometheus-metrics-provider-4.15.3.jar
- - org.apache.distributedlog-distributedlog-common-4.15.3.jar
- - org.apache.distributedlog-distributedlog-core-4.15.3-tests.jar
- - org.apache.distributedlog-distributedlog-core-4.15.3.jar
- - org.apache.distributedlog-distributedlog-protocol-4.15.3.jar
- - org.apache.bookkeeper.stats-codahale-metrics-provider-4.15.3.jar
- * Apache HTTP Client
- - org.apache.httpcomponents-httpclient-4.5.13.jar
- - org.apache.httpcomponents-httpcore-4.4.15.jar
- * AirCompressor
- - io.airlift-aircompressor-0.20.jar
+ - bookkeeper-common-allocator-4.15.3.jar
+ - cpu-affinity-4.15.3.jar
+ - circe-checksum-4.15.3.jar
+ * AirCompressor
+ - aircompressor-0.20.jar
* AsyncHttpClient
- - org.asynchttpclient-async-http-client-2.12.1.jar
- - org.asynchttpclient-async-http-client-netty-utils-2.12.1.jar
+ - async-http-client-2.12.1.jar
+ - async-http-client-netty-utils-2.12.1.jar
* Jetty
- - org.eclipse.jetty-jetty-client-9.4.48.v20220622.jar
- - org.eclipse.jetty-jetty-continuation-9.4.48.v20220622.jar
- - org.eclipse.jetty-jetty-http-9.4.48.v20220622.jar
- - org.eclipse.jetty-jetty-io-9.4.48.v20220622.jar
- - org.eclipse.jetty-jetty-proxy-9.4.48.v20220622.jar
- - org.eclipse.jetty-jetty-security-9.4.48.v20220622.jar
- - org.eclipse.jetty-jetty-server-9.4.48.v20220622.jar
- - org.eclipse.jetty-jetty-servlet-9.4.48.v20220622.jar
- - org.eclipse.jetty-jetty-servlets-9.4.48.v20220622.jar
- - org.eclipse.jetty-jetty-util-9.4.48.v20220622.jar
- - org.eclipse.jetty-jetty-util-ajax-9.4.48.v20220622.jar
- -
org.eclipse.jetty.websocket-javax-websocket-client-impl-9.4.48.v20220622.jar
- - org.eclipse.jetty.websocket-websocket-api-9.4.48.v20220622.jar
- - org.eclipse.jetty.websocket-websocket-client-9.4.48.v20220622.jar
- - org.eclipse.jetty.websocket-websocket-common-9.4.48.v20220622.jar
- - org.eclipse.jetty.websocket-websocket-server-9.4.48.v20220622.jar
- - org.eclipse.jetty.websocket-websocket-servlet-9.4.48.v20220622.jar
- - org.eclipse.jetty-jetty-alpn-conscrypt-server-9.4.48.v20220622.jar
- - org.eclipse.jetty-jetty-alpn-server-9.4.48.v20220622.jar
- * SnakeYaml -- org.yaml-snakeyaml-1.31.jar
- * RocksDB - org.rocksdb-rocksdbjni-6.29.4.1.jar
- * Google Error Prone Annotations -
com.google.errorprone-error_prone_annotations-2.5.1.jar
- * Apache Thrift - org.apache.thrift-libthrift-0.14.2.jar
- * OkHttp3
- - com.squareup.okhttp3-logging-interceptor-4.9.3.jar
- - com.squareup.okhttp3-okhttp-4.9.3.jar
- * Okio - com.squareup.okio-okio-2.8.0.jar
- * Javassist -- org.javassist-javassist-3.25.0-GA.jar
- * Kotlin Standard Lib
- - org.jetbrains.kotlin-kotlin-stdlib-1.4.32.jar
- - org.jetbrains.kotlin-kotlin-stdlib-common-1.4.32.jar
- - org.jetbrains.kotlin-kotlin-stdlib-jdk7-1.4.32.jar
- - org.jetbrains.kotlin-kotlin-stdlib-jdk8-1.4.32.jar
- - org.jetbrains-annotations-13.0.jar
- * gRPC
- - io.grpc-grpc-all-1.45.1.jar
- - io.grpc-grpc-auth-1.45.1.jar
- - io.grpc-grpc-context-1.45.1.jar
- - io.grpc-grpc-core-1.45.1.jar
- - io.grpc-grpc-netty-1.45.1.jar
- - io.grpc-grpc-protobuf-1.45.1.jar
- - io.grpc-grpc-protobuf-lite-1.45.1.jar
- - io.grpc-grpc-stub-1.45.1.jar
- - io.grpc-grpc-alts-1.45.1.jar
- - io.grpc-grpc-api-1.45.1.jar
- - io.grpc-grpc-grpclb-1.45.1.jar
- - io.grpc-grpc-netty-shaded-1.45.1.jar
- - io.grpc-grpc-services-1.45.1.jar
- - io.grpc-grpc-xds-1.45.1.jar
- - io.grpc-grpc-rls-1.45.1.jar
- - com.google.auto.service-auto-service-annotations-1.0.jar
- * Perfmark
- - io.perfmark-perfmark-api-0.19.0.jar
- * OpenCensus
- - io.opencensus-opencensus-api-0.28.0.jar
- - io.opencensus-opencensus-contrib-http-util-0.28.0.jar
- - io.opencensus-opencensus-proto-0.2.0.jar
- * Jodah
- - net.jodah-typetools-0.5.0.jar
- - net.jodah-failsafe-2.4.4.jar
+ - jetty-client-9.4.48.v20220622.jar
+ - jetty-http-9.4.48.v20220622.jar
+ - jetty-io-9.4.48.v20220622.jar
+ - jetty-util-9.4.48.v20220622.jar
+ - javax-websocket-client-impl-9.4.48.v20220622.jar
+ - websocket-api-9.4.48.v20220622.jar
+ - websocket-client-9.4.48.v20220622.jar
+ - websocket-common-9.4.48.v20220622.jar
+ * SnakeYaml -- snakeyaml-1.31.jar
+ * Google Error Prone Annotations - error_prone_annotations-2.5.1.jar
+ * Javassist -- javassist-3.25.0-GA.jar
* Apache Avro
- - org.apache.avro-avro-1.10.2.jar
- - org.apache.avro-avro-protobuf-1.10.2.jar
- * Apache Curator
- - org.apache.curator-curator-client-5.1.0.jar
- - org.apache.curator-curator-framework-5.1.0.jar
- - org.apache.curator-curator-recipes-5.1.0.jar
- * Apache Yetus
- - org.apache.yetus-audience-annotations-0.12.0.jar
- * Kubernetes Client
- - io.kubernetes-client-java-12.0.1.jar
- - io.kubernetes-client-java-api-12.0.1.jar
- - io.kubernetes-client-java-proto-12.0.1.jar
- * Dropwizard
- - io.dropwizard.metrics-metrics-core-4.1.12.1.jar
- - io.dropwizard.metrics-metrics-graphite-4.1.12.1.jar
- - io.dropwizard.metrics-metrics-jvm-4.1.12.1.jar
- - io.dropwizard.metrics-metrics-jmx-4.1.12.1.jar
- * Prometheus
- - io.prometheus-simpleclient_httpserver-0.16.0.jar
- * Java JSON WebTokens
- - io.jsonwebtoken-jjwt-api-0.11.1.jar
- - io.jsonwebtoken-jjwt-impl-0.11.1.jar
- - io.jsonwebtoken-jjwt-jackson-0.11.1.jar
- * JCTools - Java Concurrency Tools for the JVM
- - org.jctools-jctools-core-2.1.2.jar
- * Vertx
- - io.vertx-vertx-auth-common-3.9.8.jar
- - io.vertx-vertx-bridge-common-3.9.8.jar
- - io.vertx-vertx-core-3.9.8.jar
- - io.vertx-vertx-web-3.9.8.jar
- - io.vertx-vertx-web-common-3.9.8.jar
- * Apache ZooKeeper
- - org.apache.zookeeper-zookeeper-3.8.0.jar
- - org.apache.zookeeper-zookeeper-jute-3.8.0.jar
- - org.apache.zookeeper-zookeeper-prometheus-metrics-3.8.0.jar
- * Snappy Java
- - org.xerial.snappy-snappy-java-1.1.8.4.jar
- * Google HTTP Client
- - com.google.http-client-google-http-client-gson-1.41.0.jar
- - com.google.http-client-google-http-client-1.41.0.jar
- - com.google.auto.value-auto-value-annotations-1.9.jar
- - com.google.re2j-re2j-1.5.jar
- * Jetcd
- - io.etcd-jetcd-common-0.5.11.jar
- - io.etcd-jetcd-core-0.5.11.jar
- * IPAddress
- - com.github.seancfoley-ipaddress-5.3.3.jar
- * RxJava
- - io.reactivex.rxjava3-rxjava-3.0.1.jar
- * RabbitMQ Java Client
- - com.rabbitmq-amqp-client-5.5.3.jar
- * RoaringBitmap
- - org.roaringbitmap-RoaringBitmap-0.9.15.jar
+ - avro-1.10.2.jar
+ - avro-protobuf-1.10.2.jar
BSD 3-clause "New" or "Revised" License
- * Google auth library
- - com.google.auth-google-auth-library-credentials-1.4.0.jar --
licenses/LICENSE-google-auth-library.txt
- - com.google.auth-google-auth-library-oauth2-http-1.4.0.jar --
licenses/LICENSE-google-auth-library.txt
- * LevelDB -- (included in org.rocksdb.*.jar) -- licenses/LICENSE-LevelDB.txt
- * JSR305 -- com.google.code.findbugs-jsr305-3.0.2.jar --
licenses/LICENSE-JSR305.txt
- * JLine -- jline-jline-2.14.6.jar -- licenses/LICENSE-JLine.txt
- * JLine3 -- org.jline-jline-3.21.0.jar -- licenses/LICENSE-JLine.txt
-
-BSD 2-Clause License
- * HdrHistogram -- org.hdrhistogram-HdrHistogram-2.1.9.jar --
licenses/LICENSE-HdrHistogram.txt
+ * JSR305 -- jsr305-3.0.2.jar -- ../licenses/LICENSE-JSR305.txt
+ * JLine3 -- jline-3.21.0.jar -- ../licenses/LICENSE-JLine.txt
MIT License
- * Java SemVer -- com.github.zafarkhaja-java-semver-0.9.0.jar --
licenses/LICENSE-SemVer.txt
- * SLF4J -- licenses/LICENSE-SLF4J.txt
- - org.slf4j-slf4j-api-1.7.32.jar
- - org.slf4j-jcl-over-slf4j-1.7.32.jar
+ * SLF4J -- ../licenses/LICENSE-SLF4J.txt
+ - slf4j-api-1.7.32.jar
* The Checker Framework
- - org.checkerframework-checker-qual-3.12.0.jar
-
-Protocol Buffers License
- * Protocol Buffers
- - com.google.protobuf-protobuf-java-3.19.6.jar --
licenses/LICENSE-protobuf.txt
- - com.google.protobuf-protobuf-java-util-3.19.6.jar --
licenses/LICENSE-protobuf.txt
+ - checker-qual-3.12.0.jar
-CDDL-1.1 -- licenses/LICENSE-CDDL-1.1.txt
+CDDL-1.1 -- ../licenses/LICENSE-CDDL-1.1.txt
* Java Annotations API
- - javax.annotation-javax.annotation-api-1.3.2.jar
- - com.sun.activation-javax.activation-1.2.0.jar
- - javax.xml.bind-jaxb-api-2.3.1.jar
- * Java Servlet API -- javax.servlet-javax.servlet-api-3.1.0.jar
- * WebSocket Server API -- javax.websocket-javax.websocket-client-api-1.0.jar
- * Java Web Service REST API -- javax.ws.rs-javax.ws.rs-api-2.1.jar
+ - javax.annotation-api-1.3.2.jar
+ - javax.activation-1.2.0.jar
+ - jaxb-api-2.3.1.jar
+ * WebSocket Server API -- javax.websocket-client-api-1.0.jar
+ * Java Web Service REST API -- javax.ws.rs-api-2.1.jar
* HK2 - Dependency Injection Kernel
- - org.glassfish.hk2-hk2-api-2.6.1.jar
- - org.glassfish.hk2-hk2-locator-2.6.1.jar
- - org.glassfish.hk2-hk2-utils-2.6.1.jar
- - org.glassfish.hk2-osgi-resource-locator-1.0.3.jar
- - org.glassfish.hk2.external-aopalliance-repackaged-2.6.1.jar
+ - hk2-api-2.6.1.jar
+ - hk2-locator-2.6.1.jar
+ - hk2-utils-2.6.1.jar
+ - aopalliance-repackaged-2.6.1.jar
+ - osgi-resource-locator-1.0.3.jar
* Jersey
- - org.glassfish.jersey.containers-jersey-container-servlet-2.34.jar
- - org.glassfish.jersey.containers-jersey-container-servlet-core-2.34.jar
- - org.glassfish.jersey.core-jersey-client-2.34.jar
- - org.glassfish.jersey.core-jersey-common-2.34.jar
- - org.glassfish.jersey.core-jersey-server-2.34.jar
- - org.glassfish.jersey.ext-jersey-entity-filtering-2.34.jar
- - org.glassfish.jersey.media-jersey-media-json-jackson-2.34.jar
- - org.glassfish.jersey.media-jersey-media-multipart-2.34.jar
- - org.glassfish.jersey.inject-jersey-hk2-2.34.jar
- * Mimepull -- org.jvnet.mimepull-mimepull-1.9.13.jar
-
-Eclipse Distribution License 1.0 -- licenses/LICENSE-EDL-1.0.txt
+ - jersey-client-2.34.jar
+ - jersey-common-2.34.jar
+ - jersey-entity-filtering-2.34.jar
+ - jersey-media-json-jackson-2.34.jar
+ - jersey-media-multipart-2.34.jar
+ - jersey-hk2-2.34.jar
+ * Mimepull -- mimepull-1.9.13.jar
+
+Eclipse Distribution License 1.0 -- ../licenses/LICENSE-EDL-1.0.txt
* Jakarta Activation
- - jakarta.activation-jakarta.activation-api-1.2.2.jar
- * Jakarta XML Binding -- jakarta.xml.bind-jakarta.xml.bind-api-2.3.3.jar
+ - jakarta.activation-api-1.2.2.jar
+ - validation-api-1.1.0.Final.jar
+ * Jakarta XML Binding -- jakarta.xml.bind-api-2.3.3.jar
-Eclipse Public License - v2.0 -- licenses/LICENSE-EPL-2.0.txt
- * Jakarta Annotations API --
jakarta.annotation-jakarta.annotation-api-1.3.5.jar
- * Jakarta RESTful Web Services -- jakarta.ws.rs-jakarta.ws.rs-api-2.1.6.jar
- * Jakarta Injection -- org.glassfish.hk2.external-jakarta.inject-2.6.1.jar
+Eclipse Public License - v2.0 -- ../licenses/LICENSE-EPL-2.0.txt
+ * Jakarta Annotations API -- jakarta.annotation-api-1.3.5.jar
+ * Jakarta RESTful Web Services -- jakarta.ws.rs-api-2.1.6.jar
+ * Jakarta Injection -- jakarta.inject-2.6.1.jar
-Public Domain (CC0) -- licenses/LICENSE-CC0.txt
- * Reactive Streams -- org.reactivestreams-reactive-streams-1.0.3.jar
+Public Domain (CC0) -- ../licenses/LICENSE-CC0.txt
+ * Reactive Streams -- reactive-streams-1.0.3.jar
Creative Commons Attribution License
- * Jcip -- licenses/LICENSE-jcip.txt
- - net.jcip-jcip-annotations-1.0.jar
+ * Jcip -- ../licenses/LICENSE-jcip.txt
+ - jcip-annotations-1.0.jar
Bouncy Castle License
- * Bouncy Castle -- licenses/LICENSE-bouncycastle.txt
- - org.bouncycastle-bcpkix-jdk15on-1.69.jar
- - org.bouncycastle-bcprov-ext-jdk15on-1.69.jar
- - org.bouncycastle-bcprov-jdk15on-1.69.jar
- - org.bouncycastle-bcutil-jdk15on-1.69.jar
+ * Bouncy Castle -- ../licenses/LICENSE-bouncycastle.txt
+ - bcpkix-jdk15on-1.69.jar
+ - bcprov-ext-jdk15on-1.69.jar
+ - bcprov-jdk15on-1.69.jar
+ - bcutil-jdk15on-1.69.jar
------------------------
@@ -632,14 +469,14 @@ Additionaly, Netty includes code with the following
licenses:
Contains a modified portion of 'Webbit', an event based WebSocket and HTTP
server, which can be obtained at:
* LICENSE:
- * licenses/LICENSE-Webbit.txt (BSD License)
+ * ../licenses/LICENSE-Webbit.txt (BSD License)
* HOMEPAGE:
* https://github.com/joewalnes/webbit
Contains a modified portion of 'SLF4J', a simple logging facade for Java,
which can be obtained at:
* LICENSE:
- * licenses/LICENSE-SLF4J.txt (MIT License)
+ * ../licenses/LICENSE-SLF4J.txt (MIT License)
* HOMEPAGE:
* http://www.slf4j.org/
@@ -647,7 +484,7 @@ Contains a modified portion of 'jbzip2', a Java bzip2
compression and decompress
by Matthew J. Francis. It can be obtained at:
* LICENSE:
- * licenses/LICENSE-jbzip2.txt (MIT License)
+ * ../licenses/LICENSE-jbzip2.txt (MIT License)
* HOMEPAGE:
* https://code.google.com/p/jbzip2/
@@ -656,7 +493,7 @@ the suffix array and the Burrows-Wheeler transformed string
for any input string
a constant-size alphabet written by Yuta Mori. It can be obtained at:
* LICENSE:
- * licenses/LICENSE-libdivsufsort.txt (MIT License)
+ * ../licenses/LICENSE-libdivsufsort.txt (MIT License)
* HOMEPAGE:
* https://github.com/y-256/libdivsufsort
@@ -664,7 +501,7 @@ 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:
- * licenses/LICENSE-jfastlz.txt (MIT License)
+ * ../licenses/LICENSE-jfastlz.txt (MIT License)
* HOMEPAGE:
* https://code.google.com/p/jfastlz/
@@ -672,6 +509,6 @@ Contains a modified portion of and optionally depends on
'Protocol Buffers', Goo
interchange format, which can be obtained at:
* LICENSE:
- * licenses/LICENSE-protobuf.txt (New BSD License)
+ * ../licenses/LICENSE-protobuf.txt (New BSD License)
* HOMEPAGE:
* https://github.com/google/protobuf
diff --git a/distribution/shell/src/assemble/NOTICE.bin.txt
b/distribution/shell/src/assemble/NOTICE.bin.txt
new file mode 100644
index 00000000000..bc5e2e6d63b
--- /dev/null
+++ b/distribution/shell/src/assemble/NOTICE.bin.txt
@@ -0,0 +1,218 @@
+
+Apache Pulsar
+Copyright 2017-2022 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
+----------------------------------------------------------------------------------------------------
+
+Bouncy Castle
+Copyright (c) 2000-2015 The Legion Of The Bouncy Castle Inc.
(http://www.bouncycastle.org)
+
+Jcip
+Copyright (c) 2005 Brian Goetz and Tim Peierls
+
+JCommander
+Copyright 2010 Cedric Beust [email protected]
+
+EA Agent Loader
+Copyright (C) 2015 Electronic Arts Inc. All rights reserved.
+
+Jackson
+Copyright ©2009 FasterXML, LLC
+
+Caffeine
+Copyright 2015 Ben Manes. All Rights Reserved.
+
+Java SemVer
+Copyright 2012-2014 Zafar Khaja <[email protected]>.
+
+GSon
+Copyright 2008 Google Inc.
+
+Guava
+Copyright (C) 2010 The Guava Authors
+
+Protocol Buffers - Google's data interchange format
+Copyright 2008 Google Inc. All rights reserved.
+
+Swagger
+Copyright 2016 SmartBear Software
+
+DataSketches
+Copyright 2017, Yahoo! Inc.
+
+Java Annotations API
+Copyright (c) 2012-2013 Oracle and/or its affiliates. All rights reserved.
+
+Bean Validation API
+Copyright © 2007-2013 Red Hat, Inc.
+
+Java Web Service REST API
+Copyright (c) 2012-2015 Oracle and/or its affiliates. All rights reserved.
+
+JLine
+Copyright (c) 2002-2006, Marc Prud'hommeaux <[email protected]> All rights
reserved.
+
+Joda Time
+Copyright 2001-2005 Stephen Colebourne
+
+Java Native Access JNA
+Copyright (c) 2007 Timothy Wall, All Rights Reserved
+
+AsyncHttpClient
+Copyright 2014-2016 AsyncHttpClient Project
+
+Jersey
+Copyright (c) 2011-2017 Oracle and/or its affiliates. All rights reserved.
+
+HdrHistogram
+Copyright (c) 2012, 2013, 2014, 2015, 2016 Gil Tene
+Copyright (c) 2014 Michael Barker
+Copyright (c) 2014 Matt Warren
+All rights reserved.
+
+Javassist
+Copyright (C) 1999- by Shigeru Chiba, All rights reserved.
+
+SLF4J
+Copyright (c) 2004-2017 QOS.ch
+
+Spotbugs
+Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+
+RocksDB
+Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
+Copyright (c) 2011 The LevelDB Authors. All rights reserved.
+
+----------------------------------------------------------------------------------------------------
+Apache Log4j
+Copyright 1999-2017 Apache Software Foundation
+
+ResolverUtil.java
+Copyright 2005-2006 Tim Fennell
+
+Dumbster SMTP test server
+Copyright 2004 Jason Paul Kitchen
+
+TypeUtil.java
+Copyright 2002-2012 Ramnivas Laddad, Juergen Hoeller, Chris Beams
+
+picocli (http://picocli.info)
+Copyright 2017 Remko Popma
+
+----------------------------------------------------------------------------------------------------
+
+Prometheus instrumentation library for JVM applications
+Copyright 2012-2015 The Prometheus Authors
+
+This product includes software developed at
+Boxever Ltd. (http://www.boxever.com/).
+
+This product includes software developed at
+SoundCloud Ltd. (http://soundcloud.com/).
+
+This product includes software developed as part of the
+Ocelli project by Netflix Inc. (https://github.com/Netflix/ocelli/).
+
+----------------------------------------------------------------------------------------------------
+
+Netty
+Copyright 2014 The Netty Project
+
+High Performance Primitive Collections for Java
+(c) Carrot Search s.c., http://carrotsearch.com/
+
+
+----------------------------------------------------------------------------------------------------
+gRPC
+Copyright 2014 The gRPC Authors
+
+This product contains a modified portion of 'OkHttp', an open source
+HTTP & SPDY client for Android and Java applications, which can be obtained
+at:
+
+ * LICENSE:
+ * okhttp/third_party/okhttp/LICENSE (Apache License 2.0)
+ * HOMEPAGE:
+ * https://github.com/square/okhttp
+ * LOCATION_IN_GRPC:
+ * okhttp/third_party/okhttp
+
+This product contains a modified portion of 'Netty', an open source
+networking library, which can be obtained at:
+
+ * LICENSE:
+ * netty/third_party/netty/LICENSE.txt (Apache License 2.0)
+ * HOMEPAGE:
+ * https://netty.io
+ * LOCATION_IN_GRPC:
+* netty/third_party/netty
+
+----------------------------------------------------------------------------------------------------
+
+Apache Commons Lang
+Copyright 2001-2018 The Apache Software Foundation
+
+This product includes software from the Spring Framework,
+under the Apache License 2.0 (see: StringUtils.containsWhitespace())
+
+----------------------------------------------------------------------------------------------------
+
+Netty tc-native
+Copyright 2016 The Netty Project
+
+This product contains a forked and modified version of Tomcat Native
+
+ * LICENSE:
+ * ASL2
+ * HOMEPAGE:
+ * http://tomcat.apache.org/native-doc/
+ * https://svn.apache.org/repos/asf/tomcat/native/
+
+----------------------------------------------------------------------------------------------------
+
+Jetty Web Container
+Copyright 1995-2018 Mort Bay Consulting Pty Ltd.
+
+The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd
+unless otherwise noted.
+
+The UnixCrypt.java code implements the one way cryptography used by
+Unix systems for simple password protection. Copyright 1996 Aki Yoshida,
+modified April 2001 by Iris Van den Broeke, Daniel Deville.
+Permission to use, copy, modify and distribute UnixCrypt
+for non-commercial or commercial purposes and without fee is
+granted provided that the copyright notice appears in all copies.
+
+------------------------------------------------------------------------------------
+
+This product includes software developed by Apache
+ PureJavaCrc32C from apache-hadoop-common http://hadoop.apache.org/
+ (Apache 2.0 license)
+
+This library containd statically linked libstdc++. This inclusion is allowed by
+"GCC RUntime Library Exception"
+http://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html
+
+== Contributors ==
+ * Tatu Saloranta
+ * Providing benchmark suite
+ * Alec Wysoker
+ * Performance and memory usage improvement
+
+------------------------------------------------------------------------------------
+
+A few parts of the Checker Framework have more permissive licenses.
+
+ * The annotations are licensed under the MIT License. (The text of this
+ license appears below.) More specifically, all the parts of the Checker
+ Framework that you might want to include with your own program use the
+ MIT License. This is the checker-qual.jar file and all the files that
+ appear in it: every file in a qual/ directory, plus utility files such
+ as NullnessUtil.java, RegexUtil.java, SignednessUtil.java, etc.
+ In addition, the cleanroom implementations of third-party annotations,
+ which the Checker Framework recognizes as aliases for its own
+ annotations, are licensed under the MIT License.
diff --git a/distribution/shell/src/assemble/shell.xml
b/distribution/shell/src/assemble/shell.xml
index 567402f504a..f823e0258b2 100644
--- a/distribution/shell/src/assemble/shell.xml
+++ b/distribution/shell/src/assemble/shell.xml
@@ -21,7 +21,7 @@
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0
http://maven.apache.org/xsd/assembly-2.1.0.xsd">
- <id>shell</id>
+ <id>bin</id>
<formats>
<format>tar.gz</format>
<format>zip</format>
@@ -29,7 +29,14 @@
<includeBaseDirectory>true</includeBaseDirectory>
<files>
<file>
- <source>${basedir}/../../LICENSE</source>
+ <source>${basedir}/src/assemble/LICENSE.bin.txt</source>
+ <destName>LICENSE</destName>
+ <outputDirectory>.</outputDirectory>
+ <fileMode>644</fileMode>
+ </file>
+ <file>
+ <source>${basedir}/src/assemble/NOTICE.bin.txt</source>
+ <destName>NOTICE</destName>
<outputDirectory>.</outputDirectory>
<fileMode>644</fileMode>
</file>
diff --git a/src/check-binary-license.sh b/src/check-binary-license.sh
index bdf55b3a0b1..3fc630b671d 100755
--- a/src/check-binary-license.sh
+++ b/src/check-binary-license.sh
@@ -41,7 +41,7 @@ if [ -z $TARBALL ]; then
exit 1
fi
-JARS=$(tar -tf $TARBALL | grep '\.jar' | grep -v 'lib/presto/' | grep -v
'/examples/' | grep -v '/instances/' | sed 's!.*/!!' | sort)
+JARS=$(tar -tf $TARBALL | grep '\.jar' | grep -v 'lib/presto/' | grep -v
'/examples/' | grep -v '/instances/' | grep -v pulsar-client | grep -v
pulsar-common | grep -v pulsar-package | grep -v pulsar-websocket | grep -v
bouncy-castle-bc | sed 's!.*/!!' | sort)
LICENSEPATH=$(tar -tf $TARBALL | awk '/^[^\/]*\/LICENSE/')
LICENSE=$(tar -O -xf $TARBALL "$LICENSEPATH")