[ISSUE #958] Update licenses files (#959)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ba27e41..f2e3939 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -79,4 +79,4 @@
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Check third party dependencies
-        run: ./gradlew clean jar dist && ./gradlew installPlugin && ./gradlew tar && sh tools/dependency-checck/check-dependencies.sh && echo "Thirty party dependencies check success"
+        run: ./gradlew clean jar dist && ./gradlew installPlugin && ./gradlew tar && sh tools/dependency-check/check-dependencies.sh && echo "Thirty party dependencies check success"
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a4219d2..70dff52 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -92,7 +92,7 @@
 have the Apache License header added to the file header. EventMesh uses the [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes) to check 
 the source file header.
 
-EventMesh uses [check-dependencies.sh](tools/dependency-checck/check-dependencies.sh) script to check for third-part dependencies. 
+EventMesh uses [check-dependencies.sh](tools/dependency-check/check-dependencies.sh) script to check for third-part dependencies. 
 When you need to add a three-part dependency, you need to register the newly added dependency in tool/license/known-dependencies.txt. The newly added three-part libraries need to meet [ASF 3RD PARTY LICENSE POLICY](https://apache.org/legal/resolved.html). 
 It is highly recommended communicating with EventMesh community before you need to add a three-part library.
 
diff --git a/CONTRIBUTING.zh-CN.md b/CONTRIBUTING.zh-CN.md
index c19cf21..2e9e7a7 100644
--- a/CONTRIBUTING.zh-CN.md
+++ b/CONTRIBUTING.zh-CN.md
@@ -81,7 +81,7 @@
 所有的源代码文件应该在文件头部添加Apache License header,EventMesh会使用[apache/skywalking-eyes](https://github.com/apache/skywalking-eyes)
 对源代码文件头进行校验。
 
-EventMesh使用[check-dependencies.sh](tools/dependency-checck/check-dependencies.sh)脚本
+EventMesh使用[check-dependencies.sh](tools/dependency-check/check-dependencies.sh)脚本
 检查第三方依赖,当你需要添加三方依赖时,你需要将新添加的依赖注册在tool/license/known-dependencies.txt中,
 同时新添加的三方库需要满足[Apache对于第三方的政策](https://apache.org/legal/resolved.html)。
 
diff --git a/tools/dependency-checck/check-dependencies.sh b/tools/dependency-check/check-dependencies.sh
similarity index 86%
rename from tools/dependency-checck/check-dependencies.sh
rename to tools/dependency-check/check-dependencies.sh
index b54d2d9..f50e9dd 100644
--- a/tools/dependency-checck/check-dependencies.sh
+++ b/tools/dependency-check/check-dependencies.sh
@@ -24,15 +24,15 @@
 # Used to store the tmp files.
 decompress_conf='build/tmp'
 # store all dependencies from our binary jar.
-all_dependencies_txt='tools/dependency-checck/all-dependencies.txt'
+all_dependencies_txt='tools/dependency-check/all-dependencies.txt'
 # store all our known dependencies
-known_third_party_dependencies_txt='tools/dependency-checck/known-dependencies.txt'
+known_third_party_dependencies_txt='tools/dependency-check/known-dependencies.txt'
 
 # Below files is generated by this script.
 # store all EventMesh self module's name.
-self_modules_txt='tools/dependency-checck/self-modules.txt'
+self_modules_txt='tools/dependency-check/self-modules.txt'
 # store all third part dependencies
-third_party_dependencies_txt='tools/dependency-checck/third-party-dependencies.txt'
+third_party_dependencies_txt='tools/dependency-check/third-party-dependencies.txt'
 
 mkdir $decompress_conf || true
 tar -zxf build/EventMesh*.tar.gz -C $decompress_conf
diff --git a/tools/dependency-checck/known-dependencies.txt b/tools/dependency-check/known-dependencies.txt
similarity index 100%
rename from tools/dependency-checck/known-dependencies.txt
rename to tools/dependency-check/known-dependencies.txt
diff --git a/tools/third-party-licenses/LICENSE b/tools/third-party-licenses/LICENSE
index b15c297..c562c1c 100644
--- a/tools/third-party-licenses/LICENSE
+++ b/tools/third-party-licenses/LICENSE
@@ -215,125 +215,144 @@
 The following components are provided under the Apache License. See project link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
-assertj-core 2.6.0: https://github.com/assertj/assertj-core, Apache 2.0
-cloudevents-api 2.2.0: https://github.com/cloudevents/sdk-java, Apache 2.0
-cloudevents-core 2.2.0: https://github.com/cloudevents/sdk-java, Apache 2.0
-cloudevents-json-jackson 2.2.0: https://github.com/cloudevents/sdk-java, Apache 2.0
-commons-beanutils 1.9.4: https://github.com/apache/commons-beanutils, Apache 2.0
-commons-cli 1.2: https://github.com/apache/commons-cli, Apache 2.0
-commons-codec 1.11: https://github.com/apache/commons-codec, Apache 2.0
-commons-collections 3.2.2: https://github.com/apache/commons-collections, Apache 2.0
-commons-collections4 4.1: https://github.com/apache/commons-collections, Apache 2.0
-commons-digester 2.1: https://github.com/apache/commons-digester, Apache 2.0
-commons-lang3 3.6: https://github.com/apache/commons-lang, Apache 2.0
-commons-logging 1.2: https://github.com/apache/commons-logging, Apache 2.0
-commons-text 1.9: https://github.com/apache/commons-text, Apache 2.0
-commons-validator 1.7: https://github.com/apache/commons-validator, Apache 2.0
-disruptor 3.4.2: https://github.com/LMAX-Exchange/disruptor, Apache 2.0
-dledger 0.2.3: https://github.com/openmessaging/dledger, Apache 2.0
-error_prone_annotations 2.7.1: https://github.com/google/error-prone, Apache 2.0
-failureaccess 1.0.1: https://github.com/google/guava, Apache 2.0
-listenablefuture 9999.0-empty-to-avoid-conflict-with-guava: https://github.com/google/guava, Apache 2.0
-fastjson 1.2.76: https://github.com/alibaba/fastjson, Apache 2.0
-guava 31.0.1-jre: https://github.com/google/guava, Apache 2.0
-grpc-context 1.15.0: https://github.com/grpc/grpc-java, Apache 2.0
-grpc-core 1.15.0: https://github.com/grpc/grpc-java, Apache 2.0
-grpc-netty 1.15.0: https://github.com/grpc/grpc-java, Apache 2.0
-grpc-netty-shaded 1.15.0: https://github.com/grpc/grpc-java, Apache 2.0
-grpc-protobuf 1.15.0: https://github.com/grpc/grpc-java, Apache 2.0
-grpc-protobuf-lite 1.15.0: https://github.com/grpc/grpc-java, Apache 2.0
-grpc-stub 1.15.0: https://github.com/grpc/grpc-java, Apache 2.0
-gson 2.7: https://github.com/google/gson, Apache 2.0
-httpclient 4.5.13: https://github.com/apache/httpcomponents-client, Apache 2.0
-httpcore 4.4.13: https://github.com/apache/httpcomponents-core, Apache 2.0
-j2objc-annotations 1.3: https://github.com/google/j2objc, Apache 2.0
-jackson-annotations 2.13.0: https://github.com/FasterXML/jackson-annotations, Apache 2.0
-jackson-core 2.13.0: https://github.com/FasterXML/jackson-core, Apache 2.0
-jackson-databind 2.13.0: https://github.com/FasterXML/jackson-databind, Apache 2.0
-javassist 3.20.0-GA/3.24.0-GA: https://github.com/jboss-javassist/javassist, Apache 2.0
-jcommander 1.72: https://github.com/cbeust/jcommander, Apache 2.0
-jna 4.2.2: https://github.com/java-native-access/jna, Apache 2.0
-log4j-api 2.17.1: https://github.com/apache/logging-log4j2, Apache 2.0
-log4j-core 2.17.1: https://github.com/apache/logging-log4j2, Apache 2.0
-log4j-slf4j-impl 2.17.1: https://github.com/apache/logging-log4j2, Apache 2.0
-metrics-annotation 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
-metrics-core 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
-metrics-healthchecks 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
-metrics-json 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
-netty-all 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-buffer 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-codec 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-codec-dns 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-codec-haproxy 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-codec-http 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-codec-http2 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-codec-memcache 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-codec-mqtt 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-codec-redis 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-codec-smtp 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-codec-socks 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-codec-stomp 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-codec-xml 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-common 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-handler 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-handler-proxy 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-resolver 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-resolver-dns 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-resolver-dns-classes-macos 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-resolver-dns-native-macos 4.1.73.Final-osx-aarch_64: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-resolver-dns-native-macos 4.1.73.Final-osx-x86_64: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-tcnative-classes 2.0.46.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-transport 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-transport-classes-epoll 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-transport-classes-kqueue 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-transport-native-epoll 4.1.73.Final-linux-aarch_64: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-transport-native-epoll 4.1.73.Final-linux-x86_64: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-transport-native-kqueue 4.1.73.Final-osx-aarch_64: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-transport-native-kqueue 4.1.73.Final-osx-x86_64: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-transport-native-unix-common 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-transport-rxtx 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-transport-sctp 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-netty-transport-udt 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
-okio 1.17.2: https://github.com/square/okio, Apache 2.0
-okhttp 3.14.9: https://github.com/square/okhttp, Apache 2.0
-opencensus-api 0.12.3: https://github.com/census-instrumentation/opencensus-java, Apache 2.0
-opencensus-contrib-grpc-metrics 0.12.3: https://github.com/census-instrumentation/opencensus-java, Apache 2.0
-openmessaging-api 2.22.1-pubsub: https://github.com/openmessaging/dledger, Apache 2.0
-opentelemetry-api 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
-opentelemetry-api-metrics 1.3.0-alpha: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
-opentelemetry-context 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
-opentelemetry-exporter-prometheus 1.3.0-alpha: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
-opentelemetry-exporter-zipkin 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
-opentelemetry-sdk 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
-opentelemetry-sdk-common 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
-opentelemetry-sdk-metrics 1.3.0-alpha: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
-opentelemetry-sdk-trace 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
-opentelemetry-semconv 1.3.0-alpha: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
-proto-google-common-protos 1.0.0: https://github.com/googleapis/common-protos-java, Apache 2.0
-rocketmq-acl 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
-rocketmq-broker 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
-rocketmq-client 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
-rocketmq-common 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
-rocketmq-filter 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
-rocketmq-logging 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
-rocketmq-namesrv 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
-rocketmq-remoting 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
-rocketmq-srvutil 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
-rocketmq-store 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
-rocketmq-test 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
-rocketmq-tools 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
-simpleclient 0.8.1: https://github.com/prometheus/client_java, Apache 2.0
-simpleclient_common 0.8.1: https://github.com/prometheus/client_java, Apache 2.0
-simpleclient_httpserver 0.8.1: https://github.com/prometheus/client_java, Apache 2.0
-snakeyaml 1.23: https://bitbucket.org/asomov/snakeyaml, Apache 2.0
-snakeyaml 1.30: https://bitbucket.org/asomov/snakeyaml, Apache 2.0
-truth 0.30: https://github.com/google/truth, Apache 2.0
-zipkin 2.23.2: https://github.com/openzipkin/zipkin, Apache 2.0
-zipkin-reporter 2.16.3: https://github.com/openzipkin/zipkin-reporter-java, Apache 2.0
-zipkin-sender-okhttp3 2.16.3: https://github.com/openzipkin/zipkin-reporter-java, Apache 2.0
-bcpkix-jdk15on 1.69: https://github.com/bcgit/bc-java, Apache 2.0
-bcprov-jdk15on 1.69: https://github.com/bcgit/bc-java, Apache 2.0
-bcutil-jdk15on 1.69: https://github.com/bcgit/bc-java, Apache 2.0
+    assertj-core 2.6.0: https://github.com/assertj/assertj-core, Apache 2.0
+    cloudevents-api 2.2.0: https://github.com/cloudevents/sdk-java, Apache 2.0
+    cloudevents-core 2.2.0: https://github.com/cloudevents/sdk-java, Apache 2.0
+    cloudevents-json-jackson 2.2.0: https://github.com/cloudevents/sdk-java, Apache 2.0
+    commons-beanutils 1.9.4: https://github.com/apache/commons-beanutils, Apache 2.0
+    commons-cli 1.2: https://github.com/apache/commons-cli, Apache 2.0
+    commons-codec 1.11: https://github.com/apache/commons-codec, Apache 2.0
+    commons-collections 3.2.2: https://github.com/apache/commons-collections, Apache 2.0
+    commons-collections4 4.1: https://github.com/apache/commons-collections, Apache 2.0
+    commons-digester 2.1: https://github.com/apache/commons-digester, Apache 2.0
+    commons-lang3 3.6: https://github.com/apache/commons-lang, Apache 2.0
+    commons-logging 1.2: https://github.com/apache/commons-logging, Apache 2.0
+    commons-text 1.9: https://github.com/apache/commons-text, Apache 2.0
+    commons-validator 1.7: https://github.com/apache/commons-validator, Apache 2.0
+    disruptor 3.4.2: https://github.com/LMAX-Exchange/disruptor, Apache 2.0
+    dledger 0.2.3: https://github.com/openmessaging/dledger, Apache 2.0
+    error_prone_annotations 2.7.1: https://github.com/google/error-prone, Apache 2.0
+    failureaccess 1.0.1: https://github.com/google/guava, Apache 2.0
+    listenablefuture 9999.0-empty-to-avoid-conflict-with-guava: https://github.com/google/guava, Apache 2.0
+    fastjson 1.2.76: https://github.com/alibaba/fastjson, Apache 2.0
+    guava 31.0.1-jre: https://github.com/google/guava, Apache 2.0
+    grpc-context 1.15.0: https://github.com/grpc/grpc-java, Apache 2.0
+    grpc-core 1.15.0: https://github.com/grpc/grpc-java, Apache 2.0
+    grpc-netty 1.15.0: https://github.com/grpc/grpc-java, Apache 2.0
+    grpc-netty-shaded 1.15.0: https://github.com/grpc/grpc-java, Apache 2.0
+    grpc-protobuf 1.15.0: https://github.com/grpc/grpc-java, Apache 2.0
+    grpc-protobuf-lite 1.15.0: https://github.com/grpc/grpc-java, Apache 2.0
+    grpc-stub 1.15.0: https://github.com/grpc/grpc-java, Apache 2.0
+    gson 2.7: https://github.com/google/gson, Apache 2.0
+    httpclient 4.5.13: https://github.com/apache/httpcomponents-client, Apache 2.0
+    httpcore 4.4.13: https://github.com/apache/httpcomponents-core, Apache 2.0
+    j2objc-annotations 1.3: https://github.com/google/j2objc, Apache 2.0
+    jackson-annotations 2.13.0: https://github.com/FasterXML/jackson-annotations, Apache 2.0
+    jackson-core 2.13.0: https://github.com/FasterXML/jackson-core, Apache 2.0
+    jackson-databind 2.13.0: https://github.com/FasterXML/jackson-databind, Apache 2.0
+    javassist 3.20.0-GA/3.24.0-GA: https://github.com/jboss-javassist/javassist, Apache 2.0
+    jcommander 1.72: https://github.com/cbeust/jcommander, Apache 2.0
+    jna 4.2.2: https://github.com/java-native-access/jna, Apache 2.0
+    log4j-api 2.17.1: https://github.com/apache/logging-log4j2, Apache 2.0
+    log4j-core 2.17.1: https://github.com/apache/logging-log4j2, Apache 2.0
+    log4j-slf4j-impl 2.17.1: https://github.com/apache/logging-log4j2, Apache 2.0
+    metrics-annotation 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
+    metrics-core 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
+    metrics-healthchecks 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
+    metrics-json 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
+    netty-all 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-buffer 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-codec 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-codec-dns 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-codec-haproxy 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-codec-http 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-codec-http2 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-codec-memcache 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-codec-mqtt 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-codec-redis 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-codec-smtp 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-codec-socks 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-codec-stomp 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-codec-xml 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-common 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-handler 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-handler-proxy 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-resolver 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-resolver-dns 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-resolver-dns-classes-macos 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-resolver-dns-native-macos 4.1.73.Final-osx-aarch_64: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-resolver-dns-native-macos 4.1.73.Final-osx-x86_64: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-tcnative-classes 2.0.46.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-transport 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-transport-classes-epoll 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-transport-classes-kqueue 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-transport-native-epoll 4.1.73.Final-linux-aarch_64: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-transport-native-epoll 4.1.73.Final-linux-x86_64: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-transport-native-kqueue 4.1.73.Final-osx-aarch_64: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-transport-native-kqueue 4.1.73.Final-osx-x86_64: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-transport-native-unix-common 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-transport-rxtx 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-transport-sctp 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    netty-transport-udt 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
+    okio 1.17.2: https://github.com/square/okio, Apache 2.0
+    okhttp 3.14.9: https://github.com/square/okhttp, Apache 2.0
+    opencensus-api 0.12.3: https://github.com/census-instrumentation/opencensus-java, Apache 2.0
+    opencensus-contrib-grpc-metrics 0.12.3: https://github.com/census-instrumentation/opencensus-java, Apache 2.0
+    openmessaging-api 2.22.1-pubsub: https://github.com/openmessaging/dledger, Apache 2.0
+    opentelemetry-api 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
+    opentelemetry-api-metrics 1.3.0-alpha: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
+    opentelemetry-context 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
+    opentelemetry-exporter-prometheus 1.3.0-alpha: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
+    opentelemetry-exporter-zipkin 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
+    opentelemetry-sdk 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
+    opentelemetry-sdk-common 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
+    opentelemetry-sdk-metrics 1.3.0-alpha: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
+    opentelemetry-sdk-trace 1.3.0: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
+    opentelemetry-semconv 1.3.0-alpha: https://github.com/open-telemetry/opentelemetry-java, Apache 2.0
+    proto-google-common-protos 1.0.0: https://github.com/googleapis/common-protos-java, Apache 2.0
+    rocketmq-acl 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
+    rocketmq-broker 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
+    rocketmq-client 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
+    rocketmq-common 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
+    rocketmq-filter 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
+    rocketmq-logging 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
+    rocketmq-namesrv 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
+    rocketmq-remoting 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
+    rocketmq-srvutil 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
+    rocketmq-store 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
+    rocketmq-test 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
+    rocketmq-tools 4.9.3: https://github.com/apache/rocketmq, Apache 2.0
+    simpleclient 0.8.1: https://github.com/prometheus/client_java, Apache 2.0
+    simpleclient_common 0.8.1: https://github.com/prometheus/client_java, Apache 2.0
+    simpleclient_httpserver 0.8.1: https://github.com/prometheus/client_java, Apache 2.0
+    snakeyaml 1.23: https://bitbucket.org/asomov/snakeyaml, Apache 2.0
+    snakeyaml 1.30: https://bitbucket.org/asomov/snakeyaml, Apache 2.0
+    truth 0.30: https://github.com/google/truth, Apache 2.0
+    zipkin 2.23.2: https://github.com/openzipkin/zipkin, Apache 2.0
+    zipkin-reporter 2.16.3: https://github.com/openzipkin/zipkin-reporter-java, Apache 2.0
+    zipkin-sender-okhttp3 2.16.3: https://github.com/openzipkin/zipkin-reporter-java, Apache 2.0
+    bcpkix-jdk15on 1.69: https://github.com/bcgit/bc-java, Apache 2.0
+    bcprov-jdk15on 1.69: https://github.com/bcgit/bc-java, Apache 2.0
+    bcutil-jdk15on 1.69: https://github.com/bcgit/bc-java, Apache 2.0
+    cloud.google.com/go v0.34.0 Apache-2.0
+    github.com/OneOfOne/xxhash v1.2.2 Apache-2.0
+    github.com/census-instrumentation/opencensus-proto v0.2.1 Apache-2.0
+    github.com/cloudevents/sdk-go/v2 v2.6.0 Apache-2.0
+    github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 Apache-2.0
+    github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 Apache-2.0
+    github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021 Apache-2.0
+    github.com/envoyproxy/protoc-gen-validate v0.1.0 Apache-2.0
+    github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b Apache-2.0
+    github.com/golang/mock v1.1.1 Apache-2.0
+    github.com/google/gofuzz v1.0.0 Apache-2.0
+    github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 Apache-2.0
+    github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 Apache-2.0
+    github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 Apache-2.0
+    go.opentelemetry.io/proto/otlp v0.7.0 Apache-2.0
+    google.golang.org/appengine v1.4.0 Apache-2.0
+    google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 Apache-2.0
+    google.golang.org/grpc v1.45.0 Apache-2.0
+    gopkg.in/yaml.v2 v2.3.0 Apache-2.0
 
 ========================================================================
 BSD licenses
@@ -342,9 +361,9 @@
 The following components are provided under a BSD license. See project link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
-hamcrest-core 1.3: https://github.com/hamcrest/JavaHamcrest, BSD
-jsr305 3.0.2: https://code.google.com/archive/p/jsr-305, BSD
-protobuf-java 3.5.1: https://github.com/protocolbuffers/protobuf, BSD
+    hamcrest-core 1.3: https://github.com/hamcrest/JavaHamcrest, BSD
+    jsr305 3.0.2: https://code.google.com/archive/p/jsr-305, BSD
+    protobuf-java 3.5.1: https://github.com/protocolbuffers/protobuf, BSD
 
 ========================================================================
 CDDL licenses
@@ -353,7 +372,7 @@
 The following components are provided under the CDDL License. See project link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
-javax.annotation-api 1.3.2: https://github.com/javaee/javax.annotation , CDDL1.1
+    javax.annotation-api 1.3.2: https://github.com/javaee/javax.annotation , CDDL1.1
 
 ========================================================================
 CPL licenses
@@ -362,7 +381,7 @@
 The following components are provided under the CPL License. See project link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
-system-rules 1.16.1: https://github.com/stefanbirkner/system-rules
+    system-rules 1.16.1: https://github.com/stefanbirkner/system-rules
 
 ========================================================================
 EPL licenses
@@ -371,7 +390,7 @@
 The following components are provided under the EPL License. See project link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
-junit 4.13.2: https://github.com/junit-team/junit5, EPL
+    junit 4.13.2: https://github.com/junit-team/junit5, EPL
 
 ========================================================================
 MIT licenses
@@ -380,5 +399,79 @@
 The following components are provided under the MIT license. See project link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
-checker-qual 3.12.0: https://github.com/typetools/checker-framework, MIT
-slf4j-api 1.7.30: https://github.com/qos-ch/slf4j, MIT
+    checker-qual 3.12.0: https://github.com/typetools/checker-framework, MIT
+    slf4j-api 1.7.30: https://github.com/qos-ch/slf4j, MIT
+    github.com/BurntSushi/toml v0.3.1 MIT
+    github.com/antihax/optional v1.0.0 MIT
+    github.com/cespare/xxhash v1.1.0 MIT
+    github.com/cespare/xxhash/v2 v2.1.1 MIT
+    github.com/client9/misspell v0.3.4 MIT
+    github.com/creack/pty v1.1.9 MIT
+    github.com/deckarep/golang-set v1.7.1
+    github.com/ghodss/yaml v1.0.0 MIT
+    github.com/json-iterator/go v1.1.10 MIT
+    github.com/kr/pty v1.1.1 MIT
+    github.com/kr/text v0.2.0 MIT
+    github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e MIT
+    github.com/panjf2000/ants v1.3.0 MIT
+    github.com/sony/sonyflake v1.0.0 MIT
+    github.com/stretchr/objx v0.1.1 MIT
+    github.com/stretchr/testify v1.7.0 MIT
+    github.com/valyala/bytebufferpool v1.0.0 MIT
+    go.uber.org/atomic v1.4.0 MIT
+    go.uber.org/multierr v1.1.0 MIT
+    go.uber.org/zap v1.10.0 MIT
+    honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc MIT
+
+========================================================================
+BSD-3-Clause licenses
+========================================================================
+
+The following components are provided under the BSD-3-Clause License. See project link for details.
+The text of each license is also included at licenses/license-[project].txt.
+
+    github.com/golang/protobuf v1.5.2 BSD-3-Clause
+    github.com/google/go-cmp v0.5.5 BSD-3-Clause
+    github.com/google/uuid v1.3.0 BSD-3-Clause
+    github.com/grpc-ecosystem/grpc-gateway v1.16.0 BSD-3-Clause
+    github.com/pmezard/go-difflib v1.0.0 BSD-3-Clause
+    github.com/rogpeppe/fastuuid v1.2.0 BSD-3-Clause
+    github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 BSD-3-Clause
+    golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 BSD-3-Clause
+    golang.org/x/exp v0.0.0-20190121172915-509febef88a4 BSD-3-Clause
+    golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 BSD-3-Clause
+    golang.org/x/net v0.0.0-20200822124328-c89045814202 BSD-3-Clause
+    golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d BSD-3-Clause
+    golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e BSD-3-Clause
+    golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd BSD-3-Clause
+    golang.org/x/text v0.3.0 BSD-3-Clause
+    golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 BSD-3-Clause
+    golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 BSD-3-Clause
+
+========================================================================
+ISC licenses
+========================================================================
+
+The following components are provided under the ISC License. See project link for details.
+The text of each license is also included at licenses/license-[project].txt.
+
+    github.com/davecgh/go-spew v1.1.1 ISC
+
+========================================================================
+BSD-2-Clause licenses
+========================================================================
+
+The following components are provided under the BSD-2-Clause License. See project link for details.
+The text of each license is also included at licenses/license-[project].txt.
+
+    github.com/pkg/errors v0.9.1 BSD-2-Clause
+    gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f BSD-2-Clause
+
+========================================================================
+MIT and Apache licenses
+========================================================================
+
+The following components are provided under the MIT and Apache License. See project link for details.
+The text of each license is also included at licenses/license-[project].txt.
+
+    gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c MIT and Apache
diff --git a/tools/third-party-licenses/licenses/LICENSE-okio.txt b/tools/third-party-licenses/licenses/go/LICENSE-cloud.google.com-go.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-okio.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-cloud.google.com-go.txt
diff --git a/tools/third-party-licenses/licenses/go/LICENSE-github.com-BurntSushi-toml.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-BurntSushi-toml.txt
new file mode 100644
index 0000000..01b5743
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-BurntSushi-toml.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2013 TOML authors
+
+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/tools/third-party-licenses/licenses/go/LICENSE-github.com-OneOfOne-xxhash.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-OneOfOne-xxhash.txt
new file mode 100644
index 0000000..e64dffa
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-OneOfOne-xxhash.txt
@@ -0,0 +1,187 @@
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) 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. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "{}"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
\ No newline at end of file
diff --git a/tools/third-party-licenses/licenses/go/LICENSE-github.com-antihax-optional.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-antihax-optional.txt
new file mode 100644
index 0000000..6a2c64a
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-antihax-optional.txt
@@ -0,0 +1,8 @@
+The MIT License (MIT)
+Copyright (c) 2016 Adam Hintz
+
+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/tools/third-party-licenses/licenses/LICENSE-okio.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-census-instrumentation-opencensus-proto.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-okio.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-github.com-census-instrumentation-opencensus-proto.txt
diff --git a/tools/third-party-licenses/licenses/go/LICENSE-github.com-cespare-xxhash-v2.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-cespare-xxhash-v2.txt
new file mode 100644
index 0000000..10222e1
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-cespare-xxhash-v2.txt
@@ -0,0 +1,22 @@
+Copyright (c) 2016 Caleb Spare
+
+MIT License
+
+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/tools/third-party-licenses/licenses/go/LICENSE-github.com-cespare-xxhash.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-cespare-xxhash.txt
new file mode 100644
index 0000000..10222e1
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-cespare-xxhash.txt
@@ -0,0 +1,22 @@
+Copyright (c) 2016 Caleb Spare
+
+MIT License
+
+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/tools/third-party-licenses/licenses/go/LICENSE-github.com-client9-misspell.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-client9-misspell.txt
new file mode 100644
index 0000000..bfcfcd3
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-client9-misspell.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2015-2017 Nick Galbreath
+
+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/tools/third-party-licenses/licenses/LICENSE-proto-google-common-protos.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-cloudevents-sdk-go-v2.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-proto-google-common-protos.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-github.com-cloudevents-sdk-go-v2.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-rocketmq-acl.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-cncf-udpa-go.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-rocketmq-acl.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-github.com-cncf-udpa-go.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-rocketmq-acl.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-cncf-xds-go.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-rocketmq-acl.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-github.com-cncf-xds-go.txt
diff --git a/tools/third-party-licenses/licenses/go/LICENSE-github.com-creack-pty.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-creack-pty.txt
new file mode 100644
index 0000000..6b76104
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-creack-pty.txt
@@ -0,0 +1,23 @@
+Copyright (c) 2011 Keith Rarick
+
+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/tools/third-party-licenses/licenses/go/LICENSE-github.com-davecgh-go-spew.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-davecgh-go-spew.txt
new file mode 100644
index 0000000..7304bdf
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-davecgh-go-spew.txt
@@ -0,0 +1,15 @@
+ISC License
+
+Copyright (c) 2012-2016 Dave Collins <dave@davec.name>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
\ No newline at end of file
diff --git a/tools/third-party-licenses/licenses/go/LICENSE-github.com-deckarep-golang-set.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-deckarep-golang-set.txt
new file mode 100644
index 0000000..efd4827
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-deckarep-golang-set.txt
@@ -0,0 +1,22 @@
+Open Source Initiative OSI - The MIT License (MIT):Licensing
+
+The MIT License (MIT)
+Copyright (c) 2013 - 2022 Ralph Caraveo (deckarep@gmail.com)
+
+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/tools/third-party-licenses/licenses/LICENSE-zipkin-reporter.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-envoyproxy-go-control-plane.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-zipkin-reporter.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-github.com-envoyproxy-go-control-plane.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-jackson-core.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-envoyproxy-protoc-gen-validate.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-jackson-core.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-github.com-envoyproxy-protoc-gen-validate.txt
diff --git a/tools/third-party-licenses/licenses/go/LICENSE-github.com-ghodss-yaml.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-ghodss-yaml.txt
new file mode 100644
index 0000000..e137618
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-ghodss-yaml.txt
@@ -0,0 +1,50 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Sam Ghods
+
+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.
+
+
+Copyright (c) 2012 The Go Authors. 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 Google 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 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/tools/third-party-licenses/licenses/go/LICENSE-github.com-golang-glog.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-golang-glog.txt
new file mode 100644
index 0000000..8405e89
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-golang-glog.txt
@@ -0,0 +1,191 @@
+Apache License
+Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+1. Definitions.
+
+"License" shall mean the terms and conditions for use, reproduction, and
+distribution as defined by Sections 1 through 9 of this document.
+
+"Licensor" shall mean the copyright owner or entity authorized by the copyright
+owner that is granting the License.
+
+"Legal Entity" shall mean the union of the acting entity and all other entities
+that control, are controlled by, or are under common control with that entity.
+For the purposes of this definition, "control" means (i) the power, direct or
+indirect, to cause the direction or management of such entity, whether by
+contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
+outstanding shares, or (iii) beneficial ownership of such entity.
+
+"You" (or "Your") shall mean an individual or Legal Entity exercising
+permissions granted by this License.
+
+"Source" form shall mean the preferred form for making modifications, including
+but not limited to software source code, documentation source, and configuration
+files.
+
+"Object" form shall mean any form resulting from mechanical transformation or
+translation of a Source form, including but not limited to compiled object code,
+generated documentation, and conversions to other media types.
+
+"Work" shall mean the work of authorship, whether in Source or Object form, made
+available under the License, as indicated by a copyright notice that is included
+in or attached to the work (an example is provided in the Appendix below).
+
+"Derivative Works" shall mean any work, whether in Source or Object form, that
+is based on (or derived from) the Work and for which the editorial revisions,
+annotations, elaborations, or other modifications represent, as a whole, an
+original work of authorship. For the purposes of this License, Derivative Works
+shall not include works that remain separable from, or merely link (or bind by
+name) to the interfaces of, the Work and Derivative Works thereof.
+
+"Contribution" shall mean any work of authorship, including the original version
+of the Work and any modifications or additions to that Work or Derivative Works
+thereof, that is intentionally submitted to Licensor for inclusion in the Work
+by the copyright owner or by an individual or Legal Entity authorized to submit
+on behalf of the copyright owner. For the purposes of this definition,
+"submitted" means any form of electronic, verbal, or written communication sent
+to the Licensor or its representatives, including but not limited to
+communication on electronic mailing lists, source code control systems, and
+issue tracking systems that are managed by, or on behalf of, the Licensor for
+the purpose of discussing and improving the Work, but excluding communication
+that is conspicuously marked or otherwise designated in writing by the copyright
+owner as "Not a Contribution."
+
+"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
+of whom a Contribution has been received by Licensor and subsequently
+incorporated within the Work.
+
+2. Grant of Copyright License.
+
+Subject to the terms and conditions of this License, each Contributor hereby
+grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
+irrevocable copyright license to reproduce, prepare Derivative Works of,
+publicly display, publicly perform, sublicense, and distribute the Work and such
+Derivative Works in Source or Object form.
+
+3. Grant of Patent License.
+
+Subject to the terms and conditions of this License, each Contributor hereby
+grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
+irrevocable (except as stated in this section) patent license to make, have
+made, use, offer to sell, sell, import, and otherwise transfer the Work, where
+such license applies only to those patent claims licensable by such Contributor
+that are necessarily infringed by their Contribution(s) alone or by combination
+of their Contribution(s) with the Work to which such Contribution(s) was
+submitted. If You institute patent litigation against any entity (including a
+cross-claim or counterclaim in a lawsuit) alleging that the Work or a
+Contribution incorporated within the Work constitutes direct or contributory
+patent infringement, then any patent licenses granted to You under this License
+for that Work shall terminate as of the date such litigation is filed.
+
+4. Redistribution.
+
+You may reproduce and distribute copies of the Work or Derivative Works thereof
+in any medium, with or without modifications, and in Source or Object form,
+provided that You meet the following conditions:
+
+You must give any other recipients of the Work or Derivative Works a copy of
+this License; and
+You must cause any modified files to carry prominent notices stating that You
+changed the files; and
+You must retain, in the Source form of any Derivative Works that You distribute,
+all copyright, patent, trademark, and attribution notices from the Source form
+of the Work, excluding those notices that do not pertain to any part of the
+Derivative Works; and
+If the Work includes a "NOTICE" text file as part of its distribution, then any
+Derivative Works that You distribute must include a readable copy of the
+attribution notices contained within such NOTICE file, excluding those notices
+that do not pertain to any part of the Derivative Works, in at least one of the
+following places: within a NOTICE text file distributed as part of the
+Derivative Works; within the Source form or documentation, if provided along
+with the Derivative Works; or, within a display generated by the Derivative
+Works, if and wherever such third-party notices normally appear. The contents of
+the NOTICE file are for informational purposes only and do not modify the
+License. You may add Your own attribution notices within Derivative Works that
+You distribute, alongside or as an addendum to the NOTICE text from the Work,
+provided that such additional attribution notices cannot be construed as
+modifying the License.
+You may add Your own copyright statement to Your modifications and may provide
+additional or different license terms and conditions for use, reproduction, or
+distribution of Your modifications, or for any such Derivative Works as a whole,
+provided Your use, reproduction, and distribution of the Work otherwise complies
+with the conditions stated in this License.
+
+5. Submission of Contributions.
+
+Unless You explicitly state otherwise, any Contribution intentionally submitted
+for inclusion in the Work by You to the Licensor shall be under the terms and
+conditions of this License, without any additional terms or conditions.
+Notwithstanding the above, nothing herein shall supersede or modify the terms of
+any separate license agreement you may have executed with Licensor regarding
+such Contributions.
+
+6. Trademarks.
+
+This License does not grant permission to use the trade names, trademarks,
+service marks, or product names of the Licensor, except as required for
+reasonable and customary use in describing the origin of the Work and
+reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty.
+
+Unless required by applicable law or agreed to in writing, Licensor provides the
+Work (and each Contributor provides its Contributions) 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. You are
+solely responsible for determining the appropriateness of using or
+redistributing the Work and assume any risks associated with Your exercise of
+permissions under this License.
+
+8. Limitation of Liability.
+
+In no event and under no legal theory, whether in tort (including negligence),
+contract, or otherwise, unless required by applicable law (such as deliberate
+and grossly negligent acts) or agreed to in writing, shall any Contributor be
+liable to You for damages, including any direct, indirect, special, incidental,
+or consequential damages of any character arising as a result of this License or
+out of the use or inability to use the Work (including but not limited to
+damages for loss of goodwill, work stoppage, computer failure or malfunction, or
+any and all other commercial damages or losses), even if such Contributor has
+been advised of the possibility of such damages.
+
+9. Accepting Warranty or Additional Liability.
+
+While redistributing the Work or Derivative Works thereof, You may choose to
+offer, and charge a fee for, acceptance of support, warranty, indemnity, or
+other liability obligations and/or rights consistent with this License. However,
+in accepting such obligations, You may act only on Your own behalf and on Your
+sole responsibility, not on behalf of any other Contributor, and only if You
+agree to indemnify, defend, and hold each Contributor harmless for any liability
+incurred by, or claims asserted against, such Contributor by reason of your
+accepting any such warranty or additional liability.
+
+END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work
+
+To apply the Apache License to your work, attach the following boilerplate
+notice, with the fields enclosed by brackets "[]" replaced with your own
+identifying information. (Don't include the brackets!) The text should be
+enclosed in the appropriate comment syntax for the file format. We also
+recommend that a file or class name and description of purpose be included on
+the same "printed page" as the copyright notice for easier identification within
+third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   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/tools/third-party-licenses/licenses/LICENSE-commons-beanutils.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-golang-mock.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-commons-beanutils.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-github.com-golang-mock.txt
diff --git a/tools/third-party-licenses/licenses/go/LICENSE-github.com-golang-protobuf.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-golang-protobuf.txt
new file mode 100644
index 0000000..8e63345
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-golang-protobuf.txt
@@ -0,0 +1,27 @@
+Copyright 2010 The Go Authors.  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 Google 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 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/tools/third-party-licenses/licenses/go/LICENSE-github.com-google-go-cmp.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-google-go-cmp.txt
new file mode 100644
index 0000000..d9b732c
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-google-go-cmp.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2017 The Go Authors. 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 Google 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 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/tools/third-party-licenses/licenses/LICENSE-commons-beanutils.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-google-gofuzz.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-commons-beanutils.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-github.com-google-gofuzz.txt
diff --git a/tools/third-party-licenses/licenses/go/LICENSE-github.com-google-uuid.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-google-uuid.txt
new file mode 100644
index 0000000..0c2c410
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-google-uuid.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2009,2014 Google 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:
+
+   * 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 Google 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 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/tools/third-party-licenses/licenses/go/LICENSE-github.com-grpc-ecosystem-grpc-gateway.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-grpc-ecosystem-grpc-gateway.txt
new file mode 100644
index 0000000..6e59e31
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-grpc-ecosystem-grpc-gateway.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2015, Gengo, 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:
+
+    * 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 Gengo, 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 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/tools/third-party-licenses/licenses/go/LICENSE-github.com-json-iterator-go.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-json-iterator-go.txt
new file mode 100644
index 0000000..c7684de
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-json-iterator-go.txt
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2016 json-iterator
+
+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/tools/third-party-licenses/licenses/go/LICENSE-github.com-kr-pty.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-kr-pty.txt
new file mode 100644
index 0000000..35934db
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-kr-pty.txt
@@ -0,0 +1,23 @@
+Copyright (c) 2019 Keith Rarick
+
+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/tools/third-party-licenses/licenses/go/LICENSE-github.com-kr-text.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-kr-text.txt
new file mode 100644
index 0000000..2e9e336
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-kr-text.txt
@@ -0,0 +1,19 @@
+Copyright 2012 Keith Rarick
+
+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/tools/third-party-licenses/licenses/LICENSE-rocketmq-client.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-modern-go-concurrent.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-rocketmq-client.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-github.com-modern-go-concurrent.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-proto-google-common-protos.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-modern-go-reflect2.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-proto-google-common-protos.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-github.com-modern-go-reflect2.txt
diff --git a/tools/third-party-licenses/licenses/go/LICENSE-github.com-niemeyer-pretty.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-niemeyer-pretty.txt
new file mode 100644
index 0000000..2e9e336
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-niemeyer-pretty.txt
@@ -0,0 +1,19 @@
+Copyright 2012 Keith Rarick
+
+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/tools/third-party-licenses/licenses/go/LICENSE-github.com-panjf2000-ants.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-panjf2000-ants.txt
new file mode 100644
index 0000000..e257a9e
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-panjf2000-ants.txt
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2018 Andy Pan
+
+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/tools/third-party-licenses/licenses/go/LICENSE-github.com-pkg-errors.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-pkg-errors.txt
new file mode 100644
index 0000000..1906e68
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-pkg-errors.txt
@@ -0,0 +1,23 @@
+Copyright (c) 2015, Dave Cheney <dave@cheney.net>
+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.
+
+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/tools/third-party-licenses/licenses/go/LICENSE-github.com-pmezard-go-difflib.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-pmezard-go-difflib.txt
new file mode 100644
index 0000000..485be13
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-pmezard-go-difflib.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2013, Patrick Mezard
+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.
+    The names of its contributors may not 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
+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/tools/third-party-licenses/licenses/LICENSE-rocketmq-acl.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-prometheus-client_model.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-rocketmq-acl.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-github.com-prometheus-client_model.txt
diff --git a/tools/third-party-licenses/licenses/go/LICENSE-github.com-rogpeppe-fastuuid.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-rogpeppe-fastuuid.txt
new file mode 100644
index 0000000..f84b523
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-rogpeppe-fastuuid.txt
@@ -0,0 +1,26 @@
+Copyright © 2014, Roger Peppe
+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 this project 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.
\ No newline at end of file
diff --git a/tools/third-party-licenses/licenses/go/LICENSE-github.com-sony-sonyflake.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-sony-sonyflake.txt
new file mode 100644
index 0000000..049a827
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-sony-sonyflake.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright 2015 Sony Corporation
+
+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/tools/third-party-licenses/licenses/go/LICENSE-github.com-spaolacci-murmur3.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-spaolacci-murmur3.txt
new file mode 100644
index 0000000..8eeb619
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-spaolacci-murmur3.txt
@@ -0,0 +1,24 @@
+Copyright 2013, Sébastien Paolacci.
+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 library 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 <COPYRIGHT HOLDER> 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/tools/third-party-licenses/licenses/go/LICENSE-github.com-stretchr-objx.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-stretchr-objx.txt
new file mode 100644
index 0000000..5b30a37
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-stretchr-objx.txt
@@ -0,0 +1,22 @@
+The MIT License
+
+Copyright (c) 2014 Stretchr, Inc.
+Copyright (c) 2017-2018 objx 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/tools/third-party-licenses/licenses/go/LICENSE-github.com-stretchr-testify.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-stretchr-testify.txt
new file mode 100644
index 0000000..0be77a0
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-stretchr-testify.txt
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and 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/tools/third-party-licenses/licenses/go/LICENSE-github.com-valyala-bytebufferpool.txt b/tools/third-party-licenses/licenses/go/LICENSE-github.com-valyala-bytebufferpool.txt
new file mode 100644
index 0000000..8d25e9a
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-github.com-valyala-bytebufferpool.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2016 Aliaksandr Valialkin, VertaMedia
+
+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/tools/third-party-licenses/licenses/go/LICENSE-go.opentelemetry.io-proto-otlp.txt b/tools/third-party-licenses/licenses/go/LICENSE-go.opentelemetry.io-proto-otlp.txt
new file mode 100644
index 0000000..30f8920
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-go.opentelemetry.io-proto-otlp.txt
@@ -0,0 +1,201 @@
+		 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) 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. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   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/tools/third-party-licenses/licenses/go/LICENSE-go.uber.org-atomic.txt b/tools/third-party-licenses/licenses/go/LICENSE-go.uber.org-atomic.txt
new file mode 100644
index 0000000..721b703
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-go.uber.org-atomic.txt
@@ -0,0 +1,19 @@
+Copyright (c) 2016 Uber Technologies, Inc.
+
+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/tools/third-party-licenses/licenses/go/LICENSE-go.uber.org-multierr.txt b/tools/third-party-licenses/licenses/go/LICENSE-go.uber.org-multierr.txt
new file mode 100644
index 0000000..5bfe7bb
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-go.uber.org-multierr.txt
@@ -0,0 +1,19 @@
+Copyright (c) 2017-2021 Uber Technologies, Inc.
+
+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/tools/third-party-licenses/licenses/go/LICENSE-go.uber.org-zap.txt b/tools/third-party-licenses/licenses/go/LICENSE-go.uber.org-zap.txt
new file mode 100644
index 0000000..2cf1638
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-go.uber.org-zap.txt
@@ -0,0 +1,19 @@
+Copyright (c) 2016-2017 Uber Technologies, Inc.
+
+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/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-crypto.txt b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-crypto.txt
new file mode 100644
index 0000000..6a66aea
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-crypto.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2009 The Go Authors. 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 Google 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 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/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-exp.txt b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-exp.txt
new file mode 100644
index 0000000..6a66aea
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-exp.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2009 The Go Authors. 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 Google 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 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/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-lint.txt b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-lint.txt
new file mode 100644
index 0000000..65d761b
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-lint.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2013 The Go Authors. 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 Google 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 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/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-net.txt b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-net.txt
new file mode 100644
index 0000000..6a66aea
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-net.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2009 The Go Authors. 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 Google 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 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/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-oauth2.txt b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-oauth2.txt
new file mode 100644
index 0000000..6a66aea
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-oauth2.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2009 The Go Authors. 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 Google 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 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/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-sync.txt b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-sync.txt
new file mode 100644
index 0000000..6a66aea
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-sync.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2009 The Go Authors. 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 Google 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 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/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-sys.txt b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-sys.txt
new file mode 100644
index 0000000..6a66aea
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-sys.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2009 The Go Authors. 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 Google 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 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/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-text.txt b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-text.txt
new file mode 100644
index 0000000..6a66aea
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-text.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2009 The Go Authors. 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 Google 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 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/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-tools.txt b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-tools.txt
new file mode 100644
index 0000000..6a66aea
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-tools.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2009 The Go Authors. 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 Google 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 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/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-xerrors.txt b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-xerrors.txt
new file mode 100644
index 0000000..e4a47e1
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-golang.org-x-xerrors.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2019 The Go Authors. 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 Google 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 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/tools/third-party-licenses/licenses/LICENSE-rocketmq-store.txt b/tools/third-party-licenses/licenses/go/LICENSE-google.golang.org-appengine.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-rocketmq-store.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-google.golang.org-appengine.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-okio.txt b/tools/third-party-licenses/licenses/go/LICENSE-google.golang.org-genproto.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-okio.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-google.golang.org-genproto.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-commons-codec.txt b/tools/third-party-licenses/licenses/go/LICENSE-google.golang.org-grpc.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-commons-codec.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-google.golang.org-grpc.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-commons-beanutils.txt b/tools/third-party-licenses/licenses/go/LICENSE-google.golang.org-protobuf.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-commons-beanutils.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-google.golang.org-protobuf.txt
diff --git a/tools/third-party-licenses/licenses/go/LICENSE-gopkg.in-check.v1.txt b/tools/third-party-licenses/licenses/go/LICENSE-gopkg.in-check.v1.txt
new file mode 100644
index 0000000..eea77e1
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-gopkg.in-check.v1.txt
@@ -0,0 +1,25 @@
+Gocheck - A rich testing framework for Go
+ 
+Copyright (c) 2010-2013 Gustavo Niemeyer <gustavo@niemeyer.net>
+
+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 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.
\ No newline at end of file
diff --git a/tools/third-party-licenses/licenses/LICENSE-zipkin-reporter.txt b/tools/third-party-licenses/licenses/go/LICENSE-gopkg.in-yaml.v2.txt
similarity index 100%
copy from tools/third-party-licenses/licenses/LICENSE-zipkin-reporter.txt
copy to tools/third-party-licenses/licenses/go/LICENSE-gopkg.in-yaml.v2.txt
diff --git a/tools/third-party-licenses/licenses/go/LICENSE-gopkg.in-yaml.v3.txt b/tools/third-party-licenses/licenses/go/LICENSE-gopkg.in-yaml.v3.txt
new file mode 100644
index 0000000..ce5fc85
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-gopkg.in-yaml.v3.txt
@@ -0,0 +1,50 @@
+
+This project is covered by two different licenses: MIT and Apache.
+
+#### MIT License ####
+
+The following files were ported to Go from C files of libyaml, and thus
+are still covered by their original MIT license, with the additional
+copyright staring in 2011 when the project was ported over:
+
+    apic.go emitterc.go parserc.go readerc.go scannerc.go
+    writerc.go yamlh.go yamlprivateh.go
+
+Copyright (c) 2006-2010 Kirill Simonov
+Copyright (c) 2006-2011 Kirill Simonov
+
+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.
+
+### Apache License ###
+
+All the remaining project files are covered by the Apache license:
+
+Copyright (c) 2011-2019 Canonical Ltd
+
+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/tools/third-party-licenses/licenses/go/LICENSE-honnef.co-go-tools.txt b/tools/third-party-licenses/licenses/go/LICENSE-honnef.co-go-tools.txt
new file mode 100644
index 0000000..0dd5c21
--- /dev/null
+++ b/tools/third-party-licenses/licenses/go/LICENSE-honnef.co-go-tools.txt
@@ -0,0 +1,20 @@
+Copyright (c) 2016 Dominik Honnef
+
+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/tools/third-party-licenses/licenses/LICENSE-assertj-core.txt b/tools/third-party-licenses/licenses/java/LICENSE-assertj-core.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-assertj-core.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-assertj-core.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-checker-qual.txt b/tools/third-party-licenses/licenses/java/LICENSE-checker-qual.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-checker-qual.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-checker-qual.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-cloudevents-api.txt b/tools/third-party-licenses/licenses/java/LICENSE-cloudevents-api.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-cloudevents-api.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-cloudevents-api.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-cloudevents-core.txt b/tools/third-party-licenses/licenses/java/LICENSE-cloudevents-core.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-cloudevents-core.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-cloudevents-core.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-cloudevents-json-jackson.txt b/tools/third-party-licenses/licenses/java/LICENSE-cloudevents-json-jackson.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-cloudevents-json-jackson.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-cloudevents-json-jackson.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-commons-beanutils.txt b/tools/third-party-licenses/licenses/java/LICENSE-commons-beanutils.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-commons-beanutils.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-commons-beanutils.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-commons-cli.txt b/tools/third-party-licenses/licenses/java/LICENSE-commons-cli.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-commons-cli.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-commons-cli.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-commons-codec.txt b/tools/third-party-licenses/licenses/java/LICENSE-commons-codec.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-commons-codec.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-commons-codec.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-commons-collections.txt b/tools/third-party-licenses/licenses/java/LICENSE-commons-collections.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-commons-collections.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-commons-collections.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-commons-collections4.txt b/tools/third-party-licenses/licenses/java/LICENSE-commons-collections4.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-commons-collections4.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-commons-collections4.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-commons-digester.txt b/tools/third-party-licenses/licenses/java/LICENSE-commons-digester.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-commons-digester.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-commons-digester.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-commons-lang3.txt b/tools/third-party-licenses/licenses/java/LICENSE-commons-lang3.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-commons-lang3.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-commons-lang3.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-commons-logging.txt b/tools/third-party-licenses/licenses/java/LICENSE-commons-logging.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-commons-logging.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-commons-logging.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-commons-text.txt b/tools/third-party-licenses/licenses/java/LICENSE-commons-text.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-commons-text.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-commons-text.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-commons-validator.txt b/tools/third-party-licenses/licenses/java/LICENSE-commons-validator.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-commons-validator.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-commons-validator.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-disruptor.txt b/tools/third-party-licenses/licenses/java/LICENSE-disruptor.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-disruptor.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-disruptor.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-dledger.txt b/tools/third-party-licenses/licenses/java/LICENSE-dledger.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-dledger.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-dledger.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-error_prone_annotations.txt b/tools/third-party-licenses/licenses/java/LICENSE-error_prone_annotations.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-error_prone_annotations.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-error_prone_annotations.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-failureaccess.txt b/tools/third-party-licenses/licenses/java/LICENSE-failureaccess.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-failureaccess.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-failureaccess.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-fastjson.txt b/tools/third-party-licenses/licenses/java/LICENSE-fastjson.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-fastjson.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-fastjson.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-grpc-context.txt b/tools/third-party-licenses/licenses/java/LICENSE-grpc-context.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-grpc-context.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-grpc-context.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-grpc-core.txt b/tools/third-party-licenses/licenses/java/LICENSE-grpc-core.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-grpc-core.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-grpc-core.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-grpc-netty-shaded.txt b/tools/third-party-licenses/licenses/java/LICENSE-grpc-netty-shaded.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-grpc-netty-shaded.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-grpc-netty-shaded.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-grpc-netty.txt b/tools/third-party-licenses/licenses/java/LICENSE-grpc-netty.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-grpc-netty.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-grpc-netty.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-grpc-protobuf-lite.txt b/tools/third-party-licenses/licenses/java/LICENSE-grpc-protobuf-lite.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-grpc-protobuf-lite.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-grpc-protobuf-lite.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-grpc-protobuf.txt b/tools/third-party-licenses/licenses/java/LICENSE-grpc-protobuf.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-grpc-protobuf.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-grpc-protobuf.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-grpc-stub.txt b/tools/third-party-licenses/licenses/java/LICENSE-grpc-stub.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-grpc-stub.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-grpc-stub.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-gson.txt b/tools/third-party-licenses/licenses/java/LICENSE-gson.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-gson.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-gson.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-guava.txt b/tools/third-party-licenses/licenses/java/LICENSE-guava.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-guava.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-guava.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-hamcrest-core.txt b/tools/third-party-licenses/licenses/java/LICENSE-hamcrest-core.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-hamcrest-core.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-hamcrest-core.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-httpasyncclient.txt b/tools/third-party-licenses/licenses/java/LICENSE-httpasyncclient.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-httpasyncclient.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-httpasyncclient.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-httpclient.txt b/tools/third-party-licenses/licenses/java/LICENSE-httpclient.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-httpclient.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-httpclient.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-httpcore-nio.txt b/tools/third-party-licenses/licenses/java/LICENSE-httpcore-nio.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-httpcore-nio.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-httpcore-nio.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-httpcore.txt b/tools/third-party-licenses/licenses/java/LICENSE-httpcore.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-httpcore.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-httpcore.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-ipaddress.txt b/tools/third-party-licenses/licenses/java/LICENSE-ipaddress.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-ipaddress.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-ipaddress.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-j2objc-annotations.txt b/tools/third-party-licenses/licenses/java/LICENSE-j2objc-annotations.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-j2objc-annotations.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-j2objc-annotations.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-jackson-annotations.txt b/tools/third-party-licenses/licenses/java/LICENSE-jackson-annotations.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-jackson-annotations.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-jackson-annotations.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-jackson-core.txt b/tools/third-party-licenses/licenses/java/LICENSE-jackson-core.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-jackson-core.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-jackson-core.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-jackson-databind.txt b/tools/third-party-licenses/licenses/java/LICENSE-jackson-databind.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-jackson-databind.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-jackson-databind.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-javassist.txt b/tools/third-party-licenses/licenses/java/LICENSE-javassist.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-javassist.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-javassist.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-javax.annotation-api.txt b/tools/third-party-licenses/licenses/java/LICENSE-javax.annotation-api.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-javax.annotation-api.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-javax.annotation-api.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-jcommander.txt b/tools/third-party-licenses/licenses/java/LICENSE-jcommander.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-jcommander.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-jcommander.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-jna.txt b/tools/third-party-licenses/licenses/java/LICENSE-jna.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-jna.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-jna.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-jsr305.txt b/tools/third-party-licenses/licenses/java/LICENSE-jsr305.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-jsr305.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-jsr305.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-junit.txt b/tools/third-party-licenses/licenses/java/LICENSE-junit.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-junit.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-junit.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-listenablefuture.txt b/tools/third-party-licenses/licenses/java/LICENSE-listenablefuture.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-listenablefuture.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-listenablefuture.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-log4j-api.txt b/tools/third-party-licenses/licenses/java/LICENSE-log4j-api.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-log4j-api.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-log4j-api.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-log4j-core.txt b/tools/third-party-licenses/licenses/java/LICENSE-log4j-core.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-log4j-core.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-log4j-core.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-log4j-slf4j-impl.txt b/tools/third-party-licenses/licenses/java/LICENSE-log4j-slf4j-impl.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-log4j-slf4j-impl.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-log4j-slf4j-impl.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-logback-core.txt b/tools/third-party-licenses/licenses/java/LICENSE-logback-core.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-logback-core.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-logback-core.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-metrics-annotation.txt b/tools/third-party-licenses/licenses/java/LICENSE-metrics-annotation.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-metrics-annotation.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-metrics-annotation.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-metrics-core.txt b/tools/third-party-licenses/licenses/java/LICENSE-metrics-core.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-metrics-core.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-metrics-core.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-metrics-healthchecks.txt b/tools/third-party-licenses/licenses/java/LICENSE-metrics-healthchecks.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-metrics-healthchecks.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-metrics-healthchecks.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-metrics-json.txt b/tools/third-party-licenses/licenses/java/LICENSE-metrics-json.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-metrics-json.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-metrics-json.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-nacos-client.txt b/tools/third-party-licenses/licenses/java/LICENSE-nacos-client.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-nacos-client.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-nacos-client.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-all.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-all.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-all.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-all.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-buffer.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-buffer.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-buffer.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-buffer.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-codec-dns.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-codec-dns.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-codec-dns.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-codec-dns.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-codec-haproxy.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-codec-haproxy.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-codec-haproxy.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-codec-haproxy.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-codec-http.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-codec-http.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-codec-http.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-codec-http.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-codec-http2.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-codec-http2.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-codec-http2.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-codec-http2.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-codec-memcache.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-codec-memcache.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-codec-memcache.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-codec-memcache.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-codec-mqtt.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-codec-mqtt.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-codec-mqtt.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-codec-mqtt.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-codec-redis.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-codec-redis.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-codec-redis.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-codec-redis.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-codec-smtp.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-codec-smtp.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-codec-smtp.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-codec-smtp.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-codec-socks.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-codec-socks.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-codec-socks.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-codec-socks.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-codec-stomp.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-codec-stomp.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-codec-stomp.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-codec-stomp.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-codec-xml.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-codec-xml.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-codec-xml.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-codec-xml.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-codec.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-codec.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-codec.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-codec.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-common.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-common.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-common.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-common.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-handler-proxy.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-handler-proxy.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-handler-proxy.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-handler-proxy.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-handler.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-handler.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-handler.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-handler.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-resolver-dns-classes-macos.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-resolver-dns-classes-macos.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-resolver-dns-classes-macos.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-resolver-dns-classes-macos.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-resolver-dns-native-macos.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-resolver-dns-native-macos.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-resolver-dns-native-macos.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-resolver-dns-native-macos.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-resolver-dns.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-resolver-dns.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-resolver-dns.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-resolver-dns.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-resolver.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-resolver.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-resolver.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-resolver.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-tcnative-boringssl-static.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-tcnative-boringssl-static.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-tcnative-boringssl-static.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-tcnative-boringssl-static.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-tcnative-classes.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-tcnative-classes.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-tcnative-classes.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-tcnative-classes.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-transport-classes-epoll.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-transport-classes-epoll.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-transport-classes-epoll.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-transport-classes-epoll.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-transport-classes-kqueue.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-transport-classes-kqueue.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-transport-classes-kqueue.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-transport-classes-kqueue.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-transport-native-epoll.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-transport-native-epoll.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-transport-native-epoll.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-transport-native-epoll.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-transport-native-kqueue.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-transport-native-kqueue.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-transport-native-kqueue.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-transport-native-kqueue.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-transport-native-unix-common.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-transport-native-unix-common.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-transport-native-unix-common.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-transport-native-unix-common.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-transport-rxtx.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-transport-rxtx.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-transport-rxtx.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-transport-rxtx.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-transport-sctp.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-transport-sctp.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-transport-sctp.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-transport-sctp.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-transport-udt.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-transport-udt.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-transport-udt.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-transport-udt.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-netty-transport.txt b/tools/third-party-licenses/licenses/java/LICENSE-netty-transport.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-netty-transport.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-netty-transport.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-okhttp.txt b/tools/third-party-licenses/licenses/java/LICENSE-okhttp.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-okhttp.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-okhttp.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-okio.txt b/tools/third-party-licenses/licenses/java/LICENSE-okio.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-okio.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-okio.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-opencensus-api.txt b/tools/third-party-licenses/licenses/java/LICENSE-opencensus-api.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-opencensus-api.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-opencensus-api.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-opencensus-contrib-grpc-metrics.txt b/tools/third-party-licenses/licenses/java/LICENSE-opencensus-contrib-grpc-metrics.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-opencensus-contrib-grpc-metrics.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-opencensus-contrib-grpc-metrics.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-openmessaging-api.txt b/tools/third-party-licenses/licenses/java/LICENSE-openmessaging-api.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-openmessaging-api.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-openmessaging-api.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-opentelemetry-api-metrics.txt b/tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-api-metrics.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-opentelemetry-api-metrics.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-api-metrics.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-opentelemetry-api.txt b/tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-api.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-opentelemetry-api.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-api.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-opentelemetry-context.txt b/tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-context.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-opentelemetry-context.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-context.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-opentelemetry-exporter-prometheus.txt b/tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-exporter-prometheus.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-opentelemetry-exporter-prometheus.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-exporter-prometheus.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-opentelemetry-exporter-zipkin.txt b/tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-exporter-zipkin.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-opentelemetry-exporter-zipkin.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-exporter-zipkin.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-opentelemetry-sdk-common.txt b/tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-sdk-common.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-opentelemetry-sdk-common.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-sdk-common.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-opentelemetry-sdk-metrics.txt b/tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-sdk-metrics.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-opentelemetry-sdk-metrics.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-sdk-metrics.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-opentelemetry-sdk-trace.txt b/tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-sdk-trace.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-opentelemetry-sdk-trace.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-sdk-trace.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-opentelemetry-sdk.txt b/tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-sdk.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-opentelemetry-sdk.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-sdk.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-opentelemetry-semconv.txt b/tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-semconv.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-opentelemetry-semconv.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-opentelemetry-semconv.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-proto-google-common-protos.txt b/tools/third-party-licenses/licenses/java/LICENSE-proto-google-common-protos.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-proto-google-common-protos.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-proto-google-common-protos.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-protobuf-java.txt b/tools/third-party-licenses/licenses/java/LICENSE-protobuf-java.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-protobuf-java.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-protobuf-java.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-reflections.txt b/tools/third-party-licenses/licenses/java/LICENSE-reflections.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-reflections.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-reflections.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-rocketmq-acl.txt b/tools/third-party-licenses/licenses/java/LICENSE-rocketmq-acl.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-rocketmq-acl.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-rocketmq-acl.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-rocketmq-broker.txt b/tools/third-party-licenses/licenses/java/LICENSE-rocketmq-broker.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-rocketmq-broker.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-rocketmq-broker.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-rocketmq-client.txt b/tools/third-party-licenses/licenses/java/LICENSE-rocketmq-client.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-rocketmq-client.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-rocketmq-client.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-rocketmq-common.txt b/tools/third-party-licenses/licenses/java/LICENSE-rocketmq-common.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-rocketmq-common.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-rocketmq-common.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-rocketmq-filter.txt b/tools/third-party-licenses/licenses/java/LICENSE-rocketmq-filter.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-rocketmq-filter.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-rocketmq-filter.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-rocketmq-logging.txt b/tools/third-party-licenses/licenses/java/LICENSE-rocketmq-logging.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-rocketmq-logging.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-rocketmq-logging.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-rocketmq-namesrv.txt b/tools/third-party-licenses/licenses/java/LICENSE-rocketmq-namesrv.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-rocketmq-namesrv.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-rocketmq-namesrv.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-rocketmq-remoting.txt b/tools/third-party-licenses/licenses/java/LICENSE-rocketmq-remoting.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-rocketmq-remoting.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-rocketmq-remoting.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-rocketmq-srvutil.txt b/tools/third-party-licenses/licenses/java/LICENSE-rocketmq-srvutil.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-rocketmq-srvutil.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-rocketmq-srvutil.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-rocketmq-store.txt b/tools/third-party-licenses/licenses/java/LICENSE-rocketmq-store.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-rocketmq-store.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-rocketmq-store.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-rocketmq-test.txt b/tools/third-party-licenses/licenses/java/LICENSE-rocketmq-test.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-rocketmq-test.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-rocketmq-test.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-rocketmq-tools.txt b/tools/third-party-licenses/licenses/java/LICENSE-rocketmq-tools.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-rocketmq-tools.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-rocketmq-tools.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-simpleclient.txt b/tools/third-party-licenses/licenses/java/LICENSE-simpleclient.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-simpleclient.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-simpleclient.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-simpleclient_common.txt b/tools/third-party-licenses/licenses/java/LICENSE-simpleclient_common.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-simpleclient_common.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-simpleclient_common.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-simpleclient_httpserver.txt b/tools/third-party-licenses/licenses/java/LICENSE-simpleclient_httpserver.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-simpleclient_httpserver.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-simpleclient_httpserver.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-slf4j-api.txt b/tools/third-party-licenses/licenses/java/LICENSE-slf4j-api.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-slf4j-api.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-slf4j-api.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-snakeyam.txt b/tools/third-party-licenses/licenses/java/LICENSE-snakeyam.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-snakeyam.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-snakeyam.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-snakeyaml.txt b/tools/third-party-licenses/licenses/java/LICENSE-snakeyaml.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-snakeyaml.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-snakeyaml.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-system-rules.txt b/tools/third-party-licenses/licenses/java/LICENSE-system-rules.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-system-rules.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-system-rules.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-truth.txt b/tools/third-party-licenses/licenses/java/LICENSE-truth.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-truth.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-truth.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-zipkin-reporter.txt b/tools/third-party-licenses/licenses/java/LICENSE-zipkin-reporter.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-zipkin-reporter.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-zipkin-reporter.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-zipkin-sender-okhttp3.txt b/tools/third-party-licenses/licenses/java/LICENSE-zipkin-sender-okhttp3.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-zipkin-sender-okhttp3.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-zipkin-sender-okhttp3.txt
diff --git a/tools/third-party-licenses/licenses/LICENSE-zipkin.txt b/tools/third-party-licenses/licenses/java/LICENSE-zipkin.txt
similarity index 100%
rename from tools/third-party-licenses/licenses/LICENSE-zipkin.txt
rename to tools/third-party-licenses/licenses/java/LICENSE-zipkin.txt