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

jimin pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git


The following commit(s) were added to refs/heads/2.x by this push:
     new d08e82a5fd optimize: separate the license from the server and 
namingserver (#7445)
d08e82a5fd is described below

commit d08e82a5fdd8affd3a9ed71778ac8d40f00a01d0
Author: jsbxyyx <jsbx...@apache.org>
AuthorDate: Wed Jun 18 19:29:36 2025 +0800

    optimize: separate the license from the server and namingserver (#7445)
---
 .licenserc.yaml                                  |   2 +
 changes/en-us/2.x.md                             |   2 +
 changes/zh-cn/2.x.md                             |   2 +
 distribution/LICENSE                             |  24 +-
 distribution/{LICENSE => LICENSE-namingserver}   | 312 ++-------
 distribution/LICENSE-server                      | 438 +++++++++++++
 distribution/NOTICE-namingserver                 | 481 ++++++++++++++
 distribution/NOTICE-server                       | 773 +++++++++++++++++++++++
 distribution/licenses/asm-BSD-3-Clause           |  27 +
 distribution/licenses/dexx-collections-MIT       |  19 +
 distribution/licenses/hamcrest-BSD-3-Clause      |  27 +
 distribution/licenses/junit4-EPL-1.0             | 213 +++++++
 distribution/licenses/kryo-BSD-3-Clause          |  10 +
 distribution/licenses/minlog-BSD-3-Clause        |  10 +
 distribution/licenses/protobuf-java-BSD-3-Clause |  32 +
 distribution/licenses/reflectasm-BSD-3-Clause    |  10 +
 distribution/release-seata.xml                   |   8 +-
 17 files changed, 2125 insertions(+), 265 deletions(-)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index 3e7ecef702..682c10dc87 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -43,7 +43,9 @@ header:
     - '**/org/apache/seata/sqlparser/antlr/mysql/parser/*' #generate file
     - 'distribution/licenses/**'
     - 'distribution/LICENSE'
+    - 'distribution/LICENSE-*'
     - 'distribution/NOTICE'
+    - 'distribution/NOTICE-*'
     - '**/*.txt'  #txt files not support comments
     - '**/*.json' #json files not support comments
     - '**/*.png'
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index f820edd1c8..561f7f094b 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -58,6 +58,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#7428](https://github.com/apache/incubator-seata/pull/7428)] pmd-check log 
as ERROR level
 - [[#7430](https://github.com/apache/incubator-seata/pull/7430)] Add support 
for parsing @RequestParam annotation in netty-http-server
 - [[#7432](https://github.com/apache/incubator-seata/pull/7432)] conditionally 
include test modules using Maven profiles
+- [[#7445](https://github.com/apache/incubator-seata/pull/7432)] separate the 
license from the server and namingserver
 
 
 ### security:
@@ -123,6 +124,7 @@ Thanks to these contributors for their code commits. Please 
report an unintended
 - [WangzJi](https://github.com/WangzJi)
 - [maple525866](https://github.com/maple525866)
 - [YvCeung](https://github.com/YvCeung)
+- [jsbxyyx](https://github.com/jsbxyyx)
 
 
 
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 1136e75d42..658abf4210 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -57,6 +57,7 @@
 - [[#7419](https://github.com/apache/incubator-seata/pull/7419)] 添加 Maven 
配置文件以支持源码打包
 - [[#7428](https://github.com/apache/incubator-seata/pull/7428)] 修改 pmd-check 
输出日志为 ERROR 级别
 - [[#7430](https://github.com/apache/incubator-seata/pull/7430)] 
在netty-http-server中增加了对解析@RequestParam注释的支持
+- [[#7445](https://github.com/apache/incubator-seata/pull/7432)] 
分离license到server和namingserver
 
 
 ### security:
@@ -125,6 +126,7 @@
 - [WangzJi](https://github.com/WangzJi)
 - [maple525866](https://github.com/maple525866)
 - [YvCeung](https://github.com/YvCeung)
+- [jsbxyyx](https://github.com/jsbxyyx)
 
 
 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
diff --git a/distribution/LICENSE b/distribution/LICENSE
index bc7959762c..39cf5ec06e 100644
--- a/distribution/LICENSE
+++ b/distribution/LICENSE
@@ -397,14 +397,14 @@ Apache-2.0 licenses
     com.alipay.sofa:jraft-core 1.3.14 Apache-2.0
     com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.13.5 Apache-2.0
     io.protostuff:protostuff-api 1.5.9 Apache-2.0
-    io.protostuff:protostuff-collectionschema 1.5.9  Apache-2.0
-    io.protostuff:protostuff-core 1.5.9  Apache-2.0
-    io.protostuff:protostuff-runtime 1.5.9  Apache-2.0
-    net.bytebuddy:byte-buddy 1.12.17  Apache-2.0
+    io.protostuff:protostuff-collectionschema 1.5.9 Apache-2.0
+    io.protostuff:protostuff-core 1.5.9 Apache-2.0
+    io.protostuff:protostuff-runtime 1.5.9 Apache-2.0
+    net.bytebuddy:byte-buddy 1.12.17 Apache-2.0
     org.apache.ant:ant 1.10.12 Apache-2.0
-    org.apache.ant:ant-launcher 1.10.12  Apache-2.0
-    org.apache.zookeeper:zookeeper 3.7.2  Apache-2.0
-    org.apache.zookeeper:zookeeper-jute 3.7.2  Apache-2.0
+    org.apache.ant:ant-launcher 1.10.12 Apache-2.0
+    org.apache.zookeeper:zookeeper 3.7.2 Apache-2.0
+    org.apache.zookeeper:zookeeper-jute 3.7.2 Apache-2.0
     org.apache.skywalking 8.4.0 Apache-2.0
     org.apache.tomcat.embed:tomcat-embed-core 9.0.98 Apache-2.0
     net.java.dev.jna:jna 5.5.0 Apache-2.0
@@ -428,7 +428,7 @@ BSD-2-Clause licenses
 
     org.postgresql:postgresql 42.3.8 BSD-2-Clause 
see:licenses/postgresql-BSD-2-Clause
     webidl-conversions 3.0.1 BSD-2-Clause 
see:licenses/webidl-conversions-BSD-2-Clause
-    com.github.luben:zstd-jni 1.5.0-4 BSD 2-Clause 
see:licenses/zstd-jni-BSD-2-Clause
+    com.github.luben:zstd-jni 1.5.0-4 BSD-2-Clause 
see:licenses/zstd-jni-BSD-2-Clause
 
 ========================================================================
 BSD-3-Clause licenses
@@ -479,7 +479,7 @@ BSD-3-Clause licenses
     universal-unit-tool/node_modules/universal-device 2.3.1 BSD-3-Clause 
see:licenses/universal-BSD-3-Clause
     warning 3.0.0 BSD-3-Clause see:licenses/warning-BSD-3-Clause
     com.thoughtworks.xstream:xstream 1.4.21 BSD-3-Clause 
see:licenses/xstream-BSD-3-Clause
-    org.antlr:ST4 4.3  The BSD License see:licenses/antlr4-ST4-BSD
+    org.antlr:ST4 4.3 The BSD License see:licenses/antlr4-ST4-BSD
     org.antlr:antlr-runtime 3.5.2 The BSD License see:licenses/antlr3-BSD
     org.antlr:antlr4 4.8 The BSD License see:licenses/antlr4-BSD
     org.codehaus.janino:commons-compiler 3.1.10 BSD-3-Clause 
see:licenses/janino-BSD-3-Clause
@@ -506,7 +506,7 @@ CDDL+GPL-1.1 licenses
     com.sun.jersey:jersey-core 1.19.1 CDDL+GPL-1.1 see:licenses/CDDL+GPL-1.1
 
 ========================================================================
-EPL-1.0  licenses
+EPL-1.0 licenses
 ========================================================================
 
     ch.qos.logback:logback-classic 1.2.12 EPL-1.0 see:licenses/EPL-1.0
@@ -901,8 +901,8 @@ MIT licenses
     yargs 16.2.0 MIT see:licenses/yargs-MIT
     yargs-unparser 2.0.0 MIT see:licenses/yargs-unparser-MIT
     yocto-queue 0.1.0 MIT see:licenses/yocto-queue-MIT
-    org.slf4j:jul-to-slf4j 1.7.36  MIT see:licenses/jul-to-slf4j-MIT
-    org.slf4j:slf4j-api 1.7.36  MIT see:licenses/slf4j-api-MIT
+    org.slf4j:jul-to-slf4j 1.7.36 MIT see:licenses/jul-to-slf4j-MIT
+    org.slf4j:slf4j-api 1.7.36 MIT see:licenses/slf4j-api-MIT
     redis.clients:jedis 3.8.0 MIT see:licenses/jedis-MIT
 
 ========================================================================
diff --git a/distribution/LICENSE b/distribution/LICENSE-namingserver
similarity index 81%
copy from distribution/LICENSE
copy to distribution/LICENSE-namingserver
index bc7959762c..96c0b81b25 100644
--- a/distribution/LICENSE
+++ b/distribution/LICENSE-namingserver
@@ -207,85 +207,26 @@ notices and license terms. Your use of the source code 
for the these
 subcomponents is subject to the terms and conditions of the following
 licenses.
 
-========================================================================
-Apache-1.1 licenses
-========================================================================
-
-    com.caucho:hessian 4.0.63 Apache-1.1 see:licenses/Apache-1.1
-
 ========================================================================
 Apache-2.0 licenses
 ========================================================================
 
-    @ampproject/remapping 2.2.1 Apache-2.0
-    com.alibaba.nacos:nacos-api 1.4.6 Apache-2.0
-    com.alibaba.nacos:nacos-client 1.4.6 Apache-2.0
-    com.alibaba.nacos:nacos-common 1.4.6 Apache-2.0
-    com.alibaba:druid 1.2.20 Apache-2.0
-    com.alibaba:fastjson 1.2.83 Apache-2.0
-    com.alibaba.fastjson2:fastjson2 2.0.52 Apache-2.0
-    com.alipay.sofa.common:sofa-common-tools 1.0.12 Apache-2.0
-    com.alipay.sofa:bolt 1.6.7 Apache-2.0
-    com.alipay.sofa:hessian 4.0.3 Apache-2.0
-    com.alipay.sofa:registry-client-all 6.3.0 Apache-2.0
-    com.beust:jcommander 1.82 Apache-2.0
-    com.ctrip.framework.apollo:apollo-client 2.0.1 Apache-2.0
-    com.ctrip.framework.apollo:apollo-core 2.0.1 Apache-2.0
-    com.dameng:DmJdbcDriver18 8.1.2.192 Apache-2.0
-    com.ecwid.consul:consul-api 1.4.2 Apache-2.0
-    com.fasterxml.jackson.core:jackson-annotations 2.12.7 Apache-2.0
+    com.github.ben-manes.caffeine:caffeine 2.9.3 Apache-2.0
+    commons-codec:commons-codec 1.15 Apache-2.0
+    commons-io:commons-io 2.8.0 Apache-2.0
+    commons-lang:commons-lang 2.6 Apache-2.0
+    org.apache.commons:commons-lang3 3.12.0 Apache-2.0
+    com.google.errorprone:error_prone_annotations 2.21.1 Apache-2.0
+    org.apache.httpcomponents:httpasyncclient 4.1.5 Apache-2.0
+    org.apache.httpcomponents:httpclient 4.5.14 Apache-2.0
+    org.apache.httpcomponents:httpcore 4.4.16 Apache-2.0
+    org.apache.httpcomponents:httpcore-nio 4.4.16 Apache-2.0
     com.fasterxml.jackson.core:jackson-annotations 2.13.5 Apache-2.0
     com.fasterxml.jackson.core:jackson-core 2.13.5 Apache-2.0
     com.fasterxml.jackson.core:jackson-databind 2.13.5 Apache-2.0
     com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.13.5 Apache-2.0
+    com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.13.5 Apache-2.0
     com.fasterxml.jackson.module:jackson-module-parameter-names 2.13.5 
Apache-2.0
-    com.github.ben-manes.caffeine:caffeine 2.9.3 Apache-2.0
-    com.github.danielwegener:logback-kafka-appender 0.2.0-RC2 Apache-2.0
-    com.github.vlsi.compactmap:compactmap 2.0 Apache-2.0
-    com.google.android:annotations 4.1.1.4 Apache-2.0
-    com.google.api.grpc:proto-google-common-protos 2.9.0 Apache-2.0
-    com.google.code.findbugs:jsr305 3.0.2 Apache-2.0
-    com.google.code.gson:gson 2.8.9 Apache-2.0
-    com.google.code.gson:gson 2.9.1 Apache-2.0
-    com.google.errorprone:error_prone_annotations 2.21.1 Apache-2.0
-    com.google.guava:failureaccess 1.0.1 Apache-2.0
-    com.google.guava:guava 32.1.3-jre Apache-2.0
-    com.google.inject:guice 5.0.1 Apache-2.0
-    com.google.inject:guice 4.1.0 Apache-2.0
-    com.google.j2objc:j2objc-annotations 2.8 Apache-2.0
-    com.lmax:disruptor 3.3.7 Apache-2.0
-    com.netflix.archaius:archaius-core 0.7.6 Apache-2.0
-    com.netflix.eureka:eureka-client 1.10.18 Apache-2.0
-    com.netflix.netflix-commons:netflix-eventbus 0.3.0 Apache-2.0
-    com.netflix.netflix-commons:netflix-infix 0.3.0 Apache-2.0
-    com.netflix.servo:servo-core 0.12.21 Apache-2.0
-    com.typesafe:config 1.2.1 Apache-2.0
-    com.zaxxer:HikariCP 4.0.3 Apache-2.0
-    com.zaxxer:HikariCP 3.4.3 Apache-2.0
-    commons-beanutils:commons-beanutils 1.9.4 Apache-2.0
-    commons-codec:commons-codec 1.15 Apache-2.0
-    commons-collections:commons-collections 3.2.2 Apache-2.0
-    commons-configuration:commons-configuration 1.10 Apache-2.0
-    commons-digester:commons-digester 2.1 Apache-2.0
-    commons-io:commons-io 2.7 Apache-2.0
-    commons-io:commons-io 2.8.0 Apache-2.0
-    commons-jxpath:commons-jxpath 1.3 Apache-2.0
-    commons-lang:commons-lang 2.6 Apache-2.0
-    commons-logging:commons-logging 1.2 Apache-2.0
-    commons-pool:commons-pool 1.6 Apache-2.0
-    commons-validator:commons-validator 1.7 Apache-2.0
-    de.javakaffee:kryo-serializers 0.45 Apache-2.0
-    io.etcd:jetcd-common 0.5.0 Apache-2.0
-    io.etcd:jetcd-core 0.5.0 Apache-2.0
-    io.etcd:jetcd-resolver 0.5.0 Apache-2.0
-    io.grpc:grpc-api 1.55.1 Apache-2.0
-    io.grpc:grpc-context 1.55.1 Apache-2.0
-    io.grpc:grpc-core 1.55.1 Apache-2.0
-    io.grpc:grpc-grpclb 1.27.1 Apache-2.0
-    io.grpc:grpc-netty 1.55.1 Apache-2.0
-    io.grpc:grpc-protobuf 1.55.1 Apache-2.0
-    io.grpc:grpc-protobuf-lite 1.55.1 Apache-2.0
-    io.grpc:grpc-stub 1.55.1 Apache-2.0
     io.jsonwebtoken:jjwt-api 0.10.5 Apache-2.0
     io.jsonwebtoken:jjwt-impl 0.10.5 Apache-2.0
     io.jsonwebtoken:jjwt-jackson 0.10.5 Apache-2.0
@@ -311,129 +252,57 @@ Apache-2.0 licenses
     io.netty:netty-resolver-dns 4.1.101.Final Apache-2.0
     io.netty:netty-resolver-dns-classes-macos 4.1.101.Final Apache-2.0
     io.netty:netty-resolver-dns-native-macos 4.1.101.Final Apache-2.0
+    io.netty:netty-resolver-dns-native-macos 4.1.101.Final Apache-2.0
     io.netty:netty-transport 4.1.101.Final Apache-2.0
     io.netty:netty-transport-classes-epoll 4.1.101.Final Apache-2.0
     io.netty:netty-transport-classes-kqueue 4.1.101.Final Apache-2.0
     io.netty:netty-transport-native-epoll 4.1.101.Final Apache-2.0
+    io.netty:netty-transport-native-epoll 4.1.101.Final Apache-2.0
+    io.netty:netty-transport-native-kqueue 4.1.101.Final Apache-2.0
     io.netty:netty-transport-native-kqueue 4.1.101.Final Apache-2.0
     io.netty:netty-transport-native-unix-common 4.1.101.Final Apache-2.0
     io.netty:netty-transport-rxtx 4.1.101.Final Apache-2.0
     io.netty:netty-transport-sctp 4.1.101.Final Apache-2.0
     io.netty:netty-transport-udt 4.1.101.Final Apache-2.0
-    io.perfmark:perfmark-api 0.25.0 Apache-2.0
-    io.prometheus:simpleclient 0.10.0 Apache-2.0
-    io.prometheus:simpleclient 0.15.0 Apache-2.0
-    io.prometheus:simpleclient_common 0.10.0 Apache-2.0
-    io.prometheus:simpleclient_common 0.15.0 Apache-2.0
-    io.prometheus:simpleclient_httpserver 0.6.0 Apache-2.0
-    io.prometheus:simpleclient_httpserver 0.15.0 Apache-2.0
-    io.prometheus:simpleclient_tracer_common 0.15.0 Apache-2.0
-    io.prometheus:simpleclient_tracer_otel 0.15.0 Apache-2.0
-    io.prometheus:simpleclient_tracer_otel_agent 0.15.0 Apache-2.0
-    io.seata:seata-all 2.2.0-SNAPSHOT Apache-2.0
-    javax.inject:javax.inject 1 Apache-2.0
-    joda-time:joda-time 2.3 Apache-2.0
-    net.bytebuddy:byte-buddy-agent 1.10.22 Apache-2.0
-    net.jodah:failsafe 2.3.3 Apache-2.0
-    net.logstash.logback:logstash-logback-encoder 6.5 Apache-2.0
-    org.apache.commons:commons-dbcp2 2.9.0 Apache-2.0
-    org.apache.commons:commons-lang3 3.12.0 Apache-2.0
-    org.apache.commons:commons-pool2 2.9.0 Apache-2.0
-    org.apache.commons:commons-pool2 2.11.1 Apache-2.0
-    org.apache.curator:curator-recipes 5.1.0 Apache-2.0
-    org.apache.curator:curator-framework 5.1.0 Apache-2.0
-    org.apache.curator:curator-client 5.1.0 Apache-2.0
-    org.apache.curator:curator-test 5.1.0 Apache-2.0
-    org.apache.dubbo.extensions:dubbo-filter-seata 1.0.2 Apache-2.0
-    org.apache.httpcomponents:httpasyncclient 4.1.5 Apache-2.0
-    org.apache.httpcomponents:httpclient 4.5.14 Apache-2.0
-    org.apache.httpcomponents:httpcore 4.4.16 Apache-2.0
-    org.apache.httpcomponents:httpcore-nio 4.4.16 Apache-2.0
-    org.apache.kafka:kafka-clients 3.6.1 Apache-2.0
-    org.apache.kafka:kafka-clients 3.1.2 Apache-2.0
-    org.apache.logging.log4j:log4j-api 2.17.2 Apache-2.0
-    org.apache.logging.log4j:log4j-to-slf4j 2.17.2 Apache-2.0
-    org.apache.rocketmq:rocketmq-client 5.0.0 Apache-2.0
-    org.apache.rocketmq:rocketmq-common 5.0.0 Apache-2.0
-    org.apache.rocketmq:rocketmq-logging 5.0.0 Apache-2.0
-    org.apache.rocketmq:rocketmq-remoting 5.0.0 Apache-2.0
-    org.apache.tomcat.embed:tomcat-embed-el 9.0.98 Apache-2.0
-    org.apache.tomcat.embed:tomcat-embed-websocket 9.0.98 Apache-2.0
-    org.apache.tomcat:tomcat-annotations-api 9.0.98 Apache-2.0
-    org.apache.yetus:audience-annotations 0.12.0 Apache-2.0
-    org.awaitility:awaitility 4.0.3 Apache-2.0
-    org.codehaus.groovy:groovy-all 2.4.4 Apache-2.0
-    org.codehaus.jettison:jettison 1.5.4 Apache-2.0
-    org.jctools:jctools-core 2.1.1 Apache-2.0
-    org.jetbrains.kotlin:kotlin-stdlib 1.7.22 Apache-2.0
-    org.jetbrains.kotlin:kotlin-stdlib-common 1.7.22 Apache-2.0
-    org.jetbrains.kotlin:kotlin-stdlib-jdk7 1.7.22 Apache-2.0
-    org.jetbrains.kotlin:kotlin-stdlib-jdk8 1.7.22 Apache-2.0
-    org.jetbrains.kotlinx:kotlinx-coroutines-core 1.7.3 Apache-2.0
-    org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm 1.7.3 Apache-2.0
-    org.jetbrains:annotations 13.0 Apache-2.0
-    org.lz4:lz4-java 1.7.1 Apache-2.0
-    org.objenesis:objenesis 3.3 Apache-2.0
-    org.objenesis:objenesis 3.2 Apache-2.0
+    org.yaml:snakeyaml 2.0 Apache-2.0
+    org.springframework:spring-aop 5.3.39 Apache-2.0
+    org.springframework:spring-beans 5.3.39 Apache-2.0
     org.springframework.boot:spring-boot 2.7.18 Apache-2.0
     org.springframework.boot:spring-boot-autoconfigure 2.7.18 Apache-2.0
-    org.springframework.boot:spring-boot-configuration-processor 2.7.18 
Apache-2.0
     org.springframework.boot:spring-boot-starter 2.7.18 Apache-2.0
     org.springframework.boot:spring-boot-starter-json 2.7.18 Apache-2.0
     org.springframework.boot:spring-boot-starter-logging 2.7.18 Apache-2.0
     org.springframework.boot:spring-boot-starter-security 2.7.18 Apache-2.0
     org.springframework.boot:spring-boot-starter-tomcat 2.7.18 Apache-2.0
     org.springframework.boot:spring-boot-starter-web 2.7.18 Apache-2.0
-    org.springframework.security:spring-security-config 5.7.11 Apache-2.0
-    org.springframework.security:spring-security-core 5.7.11 Apache-2.0
-    org.springframework.security:spring-security-crypto 5.7.11 Apache-2.0
-    org.springframework.security:spring-security-web 5.7.11 Apache-2.0
-    org.xerial.snappy:snappy-java 1.1.10.5 Apache-2.0
-    org.xerial.snappy:snappy-java 1.1.8.4 Apache-2.0
-    org.yaml:snakeyaml 2.0 Apache-2.0
-    workerpool 6.1.0 Apache-2.0
-    io.dropwizard.metrics:metrics-core 4.2.21 Apache-2.0
-    io.dropwizard.metrics:metrics-core 4.1.36 Apache-2.0
-    com.alipay.sofa:jraft-core 1.3.14 Apache-2.0
-    com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.13.5 Apache-2.0
-    io.protostuff:protostuff-api 1.5.9 Apache-2.0
-    io.protostuff:protostuff-collectionschema 1.5.9  Apache-2.0
-    io.protostuff:protostuff-core 1.5.9  Apache-2.0
-    io.protostuff:protostuff-runtime 1.5.9  Apache-2.0
-    net.bytebuddy:byte-buddy 1.12.17  Apache-2.0
-    org.apache.ant:ant 1.10.12 Apache-2.0
-    org.apache.ant:ant-launcher 1.10.12  Apache-2.0
-    org.apache.zookeeper:zookeeper 3.7.2  Apache-2.0
-    org.apache.zookeeper:zookeeper-jute 3.7.2  Apache-2.0
-    org.apache.skywalking 8.4.0 Apache-2.0
-    org.apache.tomcat.embed:tomcat-embed-core 9.0.98 Apache-2.0
-    net.java.dev.jna:jna 5.5.0 Apache-2.0
-    org.rocksdb:rocksdbjni 8.8.1 Apache-2.0
-    org.springframework:spring-aop 5.3.39 Apache-2.0
-    org.springframework:spring-beans 5.3.39 Apache-2.0
     org.springframework:spring-context 5.3.39 Apache-2.0
-    org.springframework:spring-context-support 5.3.39 Apache-2.0
     org.springframework:spring-core 5.3.39 Apache-2.0
     org.springframework:spring-expression 5.3.39 Apache-2.0
     org.springframework:spring-jcl 5.3.39 Apache-2.0
-    org.springframework:spring-jdbc 5.3.39 Apache-2.0
-    org.springframework:spring-tx 5.3.39 Apache-2.0
+    org.springframework.security:spring-security-config 5.7.11 Apache-2.0
+    org.springframework.security:spring-security-core 5.7.11 Apache-2.0
+    org.springframework.security:spring-security-crypto 5.7.11 Apache-2.0
+    org.springframework.security:spring-security-web 5.7.11 Apache-2.0
     org.springframework:spring-web 5.3.39 Apache-2.0
     org.springframework:spring-webmvc 5.3.39 Apache-2.0
-    org.apache.commons:commons-math 2.2 Apache-2.0
+    org.apache.tomcat:tomcat-annotations-api 9.0.83 Apache-2.0
+    org.apache.tomcat.embed:tomcat-embed-core 9.0.105 Apache-2.0
+    org.apache.tomcat.embed:tomcat-embed-el 9.0.105 Apache-2.0
+    org.apache.tomcat.embed:tomcat-embed-websocket 9.0.105 Apache-2.0
 
 ========================================================================
 BSD-2-Clause licenses
 ========================================================================
 
-    org.postgresql:postgresql 42.3.8 BSD-2-Clause 
see:licenses/postgresql-BSD-2-Clause
     webidl-conversions 3.0.1 BSD-2-Clause 
see:licenses/webidl-conversions-BSD-2-Clause
-    com.github.luben:zstd-jni 1.5.0-4 BSD 2-Clause 
see:licenses/zstd-jni-BSD-2-Clause
 
 ========================================================================
 BSD-3-Clause licenses
 ========================================================================
 
+    org.codehaus.janino:commons-compiler 3.1.10 BSD-3-Clause 
see:licenses/janino-BSD-3-Clause
+    org.codehaus.janino:janino 3.1.10 BSD-3-Clause 
see:licenses/janino-BSD-3-Clause
+
     @uni/action-sheet 1.0.8 BSD-3-Clause see:licenses/uni-BSD-3-Clause
     @uni/clipboard 1.0.9 BSD-3-Clause see:licenses/uni-BSD-3-Clause
     @uni/env 1.1.1 BSD-3-Clause see:licenses/uni-BSD-3-Clause
@@ -478,32 +347,12 @@ BSD-3-Clause licenses
     universal-unit-tool 1.0.0 BSD-3-Clause see:licenses/universal-BSD-3-Clause
     universal-unit-tool/node_modules/universal-device 2.3.1 BSD-3-Clause 
see:licenses/universal-BSD-3-Clause
     warning 3.0.0 BSD-3-Clause see:licenses/warning-BSD-3-Clause
-    com.thoughtworks.xstream:xstream 1.4.21 BSD-3-Clause 
see:licenses/xstream-BSD-3-Clause
-    org.antlr:ST4 4.3  The BSD License see:licenses/antlr4-ST4-BSD
-    org.antlr:antlr-runtime 3.5.2 The BSD License see:licenses/antlr3-BSD
-    org.antlr:antlr4 4.8 The BSD License see:licenses/antlr4-BSD
-    org.codehaus.janino:commons-compiler 3.1.10 BSD-3-Clause 
see:licenses/janino-BSD-3-Clause
-    org.codehaus.janino:janino 3.1.10 BSD-3-Clause 
see:licenses/janino-BSD-3-Clause
-    org.antlr:stringtemplate 3.2.1 BSD-3-Clause 
see:licenses/antlr-stringtemplate3-BSD-3-Clause
-    antlr:antlr 2.7.7 BSD-3-Clause see:licenses/antlr2-BSD-3-Clause
-    org.antlr:antlr4-runtime 4.8 BSD-3-Clause see:licenses/antlr4-BSD
-    org.abego.treelayout:org.abego.treelayout.core 1.0.3 BSD-3-Clause 
see:licenses/abego-treelayout-BSD-3-Clause
 
 ========================================================================
 CDDL-1.0 licenses
 ========================================================================
 
-    javax.ws.rs:jsr311-api 1.1.1 CDDL-1.0 see:licenses/CDDL-1.0
-
-========================================================================
-CDDL+GPL-1.1 licenses
-========================================================================
-
-    javax.servlet:javax.servlet-api 4.0.1 CDDL+GPL-1.1 
see:licenses/CDDL+GPL-1.1
-    org.glassfish:javax.json 1.0.4 CDDL+GPL-1.1 see:licenses/CDDL+GPL-1.1
-    com.sun.jersey.contribs:jersey-apache-client4 1.19.1 CDDL+GPL-1.1 
see:licenses/CDDL+GPL-1.1
-    com.sun.jersey:jersey-client 1.19.1 CDDL+GPL-1.1 see:licenses/CDDL+GPL-1.1
-    com.sun.jersey:jersey-core 1.19.1 CDDL+GPL-1.1 see:licenses/CDDL+GPL-1.1
+    javax.servlet:javax.servlet-api 4.0.1 CDDL-1.0 see:licenses/CDDL-1.0
 
 ========================================================================
 EPL-1.0  licenses
@@ -518,44 +367,14 @@ EPL-2.0 licenses
 
     jakarta.annotation:jakarta.annotation-api 1.3.5 EPL-2.0 
see:licenses/EPL-2.0
 
-========================================================================
-ISC licenses
-========================================================================
-
-    @ungap/promise-all-settled 1.1.2 ISC see:licenses/ungap-ISC
-    anymatch 3.1.3 ISC see:licenses/anymatch-ISC
-    browser-stdout 1.3.1 ISC see:licenses/browser-stdout-ISC
-    browserify-sign 4.2.3 ISC see:licenses/browserify-sign-ISC
-    cliui 8.0.1 ISC see:licenses/cliui-ISC
-    css-color-keywords 1.0.0 ISC see:licenses/css-color-keywords-ISC
-    electron-to-chromium 1.4.681 ISC see:licenses/electron-to-chromium-ISC
-    fs.realpath 1.0.0 ISC see:licenses/fs.realpath-ISC
-    get-caller-file 2.0.5 ISC see:licenses/get-caller-file-ISC
-    glob 7.2.3 ISC see:licenses/glob-ISC
-    glob-parent 5.1.2 ISC see:licenses/glob-parent-ISC
-    inflight 1.0.6 ISC see:licenses/inflight-ISC
-    inherits 2.0.4 ISC see:licenses/inherits-ISC
-    inherits-browser 0.1.0 ISC see:licenses/inherits-browser-ISC
-    isexe 2.0.0 ISC see:licenses/isexe-ISC
-    lru-cache 5.1.1 ISC see:licenses/lru-cache-ISC
-    minimalistic-assert 1.0.1 ISC see:licenses/minimalistic-assert-ISC
-    minimatch 3.1.2 ISC see:licenses/minimatch-ISC
-    once 1.4.0 ISC see:licenses/once-ISC
-    parse-asn1 5.1.7 ISC see:licenses/parse-asn1-ISC
-    picocolors 1.0.0 ISC see:licenses/picocolors-ISC
-    semver 6.3.1 ISC see:licenses/semver-ISC
-    which 2.0.2 ISC see:licenses/which-ISC
-    wide-align 1.1.3 ISC see:licenses/wide-align-ISC
-    wrappy 1.0.2 ISC see:licenses/wrappy-ISC
-    y18n 5.0.8 ISC see:licenses/y18n-ISC
-    yallist 3.1.1 ISC see:licenses/yallist-ISC
-    yaml 1.10.2 ISC see:licenses/yaml-ISC
-    yargs-parser 20.2.4 ISC see:licenses/yargs-parser-ISC
-
 ========================================================================
 MIT licenses
 ========================================================================
 
+    org.checkerframework:checker-qual 3.37.0 MIT see:licenses/checker-qual-MIT
+    org.slf4j:jul-to-slf4j 1.7.36  MIT see:licenses/jul-to-slf4j-MIT
+    org.slf4j:slf4j-api 1.7.36  MIT see:licenses/slf4j-api-MIT
+
     @alicloud/console-components 1.6.2 MIT 
see:licenses/alicloud-console-components-MIT
     @alicloud/console-components-actions 1.1.1 MIT 
see:licenses/alicloud-console-components-actions-MIT
     @alicloud/console-components-app-layout 1.1.4 MIT
@@ -813,7 +632,6 @@ MIT licenses
     omit.js 2.0.2 MIT see:licenses/omit.js-MIT
     p-limit 3.1.0 MIT see:licenses/p-limit-MIT
     p-locate 5.0.0 MIT see:licenses/p-locate-MIT
-    org.checkerframework:checker-qual 3.37.0 MIT see:licenses/checker-qual-MIT
     parent-module 1.0.1 MIT see:licenses/parent-module-MIT
     parse-asn1/node_modules/hash-base 3.0.4 MIT see:licenses/hash-base-MIT
     parse-json 5.2.0 MIT see:licenses/parse-json-MIT
@@ -901,47 +719,43 @@ MIT licenses
     yargs 16.2.0 MIT see:licenses/yargs-MIT
     yargs-unparser 2.0.0 MIT see:licenses/yargs-unparser-MIT
     yocto-queue 0.1.0 MIT see:licenses/yocto-queue-MIT
-    org.slf4j:jul-to-slf4j 1.7.36  MIT see:licenses/jul-to-slf4j-MIT
-    org.slf4j:slf4j-api 1.7.36  MIT see:licenses/slf4j-api-MIT
-    redis.clients:jedis 3.8.0 MIT see:licenses/jedis-MIT
 
 ========================================================================
-Public Domain licenses
-========================================================================
-
-    aopalliance:aopalliance 1.0 Public Domain
-
-========================================================================
-Python-2.0 licenses
+ISC licenses
 ========================================================================
 
-    argparse 2.0.1 Python-2.0 see:licenses/Python-2.0
+    @ungap/promise-all-settled 1.1.2 ISC see:licenses/ungap-ISC
+    anymatch 3.1.3 ISC see:licenses/anymatch-ISC
+    browser-stdout 1.3.1 ISC see:licenses/browser-stdout-ISC
+    browserify-sign 4.2.3 ISC see:licenses/browserify-sign-ISC
+    cliui 8.0.1 ISC see:licenses/cliui-ISC
+    css-color-keywords 1.0.0 ISC see:licenses/css-color-keywords-ISC
+    electron-to-chromium 1.4.681 ISC see:licenses/electron-to-chromium-ISC
+    fs.realpath 1.0.0 ISC see:licenses/fs.realpath-ISC
+    get-caller-file 2.0.5 ISC see:licenses/get-caller-file-ISC
+    glob 7.2.3 ISC see:licenses/glob-ISC
+    glob-parent 5.1.2 ISC see:licenses/glob-parent-ISC
+    inflight 1.0.6 ISC see:licenses/inflight-ISC
+    inherits 2.0.4 ISC see:licenses/inherits-ISC
+    inherits-browser 0.1.0 ISC see:licenses/inherits-browser-ISC
+    isexe 2.0.0 ISC see:licenses/isexe-ISC
+    lru-cache 5.1.1 ISC see:licenses/lru-cache-ISC
+    minimalistic-assert 1.0.1 ISC see:licenses/minimalistic-assert-ISC
+    minimatch 3.1.2 ISC see:licenses/minimatch-ISC
+    once 1.4.0 ISC see:licenses/once-ISC
+    parse-asn1 5.1.7 ISC see:licenses/parse-asn1-ISC
+    picocolors 1.0.0 ISC see:licenses/picocolors-ISC
+    semver 6.3.1 ISC see:licenses/semver-ISC
+    which 2.0.2 ISC see:licenses/which-ISC
+    wide-align 1.1.3 ISC see:licenses/wide-align-ISC
+    wrappy 1.0.2 ISC see:licenses/wrappy-ISC
+    y18n 5.0.8 ISC see:licenses/y18n-ISC
+    yallist 3.1.1 ISC see:licenses/yallist-ISC
+    yaml 1.10.2 ISC see:licenses/yaml-ISC
+    yargs-parser 20.2.4 ISC see:licenses/yargs-parser-ISC
 
 ========================================================================
 SIL licenses
 ========================================================================
 
     bpmn-font 0.12.1 SIL see:licenses/bpmn-font-SIL
-
-========================================================================
-Unicode, Inc licenses
-========================================================================
-
-    com.ibm.icu:icu4j 61.1 Unicode, Inc see:licenses/icu4j-Unicode
-
-========================================================================
-Mozilla Public License Version 2.0
-========================================================================
-
-    com.h2database:h2 2.1.214 MPL-2.0 see:licenses/h2-MPL-2.0
-
-========================================================================
-Indiana University Extreme! Lab Software License
-========================================================================
-
-    io.github.x-stream:mxparser 1.2.2 Indiana University Extreme! Lab Software 
License see:licenses/mxparser-IUELSL
-========================================================================
-0BSD licenses
-========================================================================
-
-    tslib 2.6.2 0BSD see:licenses/tslib-OBSD
diff --git a/distribution/LICENSE-server b/distribution/LICENSE-server
new file mode 100644
index 0000000000..73b6889700
--- /dev/null
+++ b/distribution/LICENSE-server
@@ -0,0 +1,438 @@
+                                 Apache License
+                           Version 2.0, January 2004
+                        https://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 (properties) 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
+
+       https://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.
+
+=======================================================================
+Seata Subcomponents:
+
+The Seata project contains subcomponents with separate copyright
+notices and license terms. Your use of the source code for the these
+subcomponents is subject to the terms and conditions of the following
+licenses.
+
+========================================================================
+Apache-1.1 licenses
+========================================================================
+
+    com.caucho:hessian 4.0.63 Apache-1.1 see:licenses/Apache-1.1
+
+========================================================================
+Apache-2.0 licenses
+========================================================================
+
+    org.apache.ant:ant 1.10.12 Apache-2.0
+    org.apache.ant:ant-launcher 1.10.12 Apache-2.0
+    com.ctrip.framework.apollo:apollo-client 2.0.1 Apache-2.0
+    com.ctrip.framework.apollo:apollo-core 2.0.1 Apache-2.0
+    com.netflix.archaius:archaius-core 0.7.6 Apache-2.0
+    org.apache.yetus:audience-annotations 0.12.0 Apache-2.0
+    com.alipay.sofa:bolt 1.6.7 Apache-2.0
+    com.bucket4j:bucket4j_jdk8-core 8.1.0 Apache-2.0
+    commons-codec:commons-codec 1.15 Apache-2.0
+    commons-configuration:commons-configuration 1.10 Apache-2.0
+    org.apache.commons:commons-dbcp2 2.9.0 Apache-2.0
+    commons-io:commons-io 2.8.0 Apache-2.0
+    commons-jxpath:commons-jxpath 1.3 Apache-2.0
+    commons-lang:commons-lang 2.6 Apache-2.0
+    commons-logging:commons-logging 1.2 Apache-2.0
+    org.apache.commons:commons-math 2.2 Apache-2.0
+    commons-pool:commons-pool 1.6 Apache-2.0
+    org.apache.commons:commons-pool2 2.11.1 Apache-2.0
+    com.github.vlsi.compactmap:compactmap 2.0 Apache-2.0
+    com.typesafe:config 1.2.1 Apache-2.0
+    com.ecwid.consul:consul-api 1.4.2 Apache-2.0
+    org.apache.curator:curator-framework 5.1.0 Apache-2.0
+    org.apache.curator:curator-recipes 5.1.0 Apache-2.0
+    org.apache.curator:curator-test 5.1.0 Apache-2.0
+    com.lmax:disruptor 3.3.7 Apache-2.0
+    com.dameng:DmJdbcDriver18 8.1.2.192 Apache-2.0
+    com.alibaba:druid 1.2.20 Apache-2.0
+    com.google.errorprone:error_prone_annotations 2.21.1 Apache-2.0
+    com.netflix.eureka:eureka-client 1.10.18 Apache-2.0
+    net.jodah:failsafe 2.3.3 Apache-2.0
+    net.logstash.logback:logstash-logback-encoder 6.5 Apache-2.0
+    com.google.guava:failureaccess 1.0.1 Apache-2.0
+    com.alibaba:fastjson 1.2.83 Apache-2.0
+    com.alibaba.fastjson2:fastjson2 2.0.52 Apache-2.0
+    io.dropwizard.metrics:metrics-core 4.2.22 Apache-2.0
+    io.grpc:grpc-api 1.55.1 Apache-2.0
+    io.grpc:grpc-context 1.55.1 Apache-2.0
+    io.grpc:grpc-grpclb 1.27.1 Apache-2.0
+    io.grpc:grpc-netty 1.55.1 Apache-2.0
+    io.grpc:grpc-protobuf 1.55.1 Apache-2.0
+    io.grpc:grpc-protobuf-lite 1.55.1 Apache-2.0
+    io.grpc:grpc-stub 1.55.1 Apache-2.0
+    com.google.code.gson:gson 2.9.1 Apache-2.0
+    com.google.guava:guava 32.1.3-jre Apache-2.0
+    com.google.inject:guice 5.0.1 Apache-2.0
+    com.alipay.sofa:hessian 4.0.3 Apache-2.0
+    com.zaxxer:HikariCP 4.0.3 Apache-2.0
+    org.apache.httpcomponents:httpasyncclient 4.1.5 Apache-2.0
+    org.apache.httpcomponents:httpclient 4.5.14 Apache-2.0
+    org.apache.httpcomponents:httpcore 4.4.16 Apache-2.0
+    org.apache.httpcomponents:httpcore-nio 4.4.16 Apache-2.0
+    com.google.j2objc:j2objc-annotations 2.8 Apache-2.0
+    com.fasterxml.jackson.core:jackson-annotations 2.13.5 Apache-2.0
+    com.fasterxml.jackson.core:jackson-core 2.13.5 Apache-2.0
+    com.fasterxml.jackson.core:jackson-databind 2.13.5 Apache-2.0
+    com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.13.5 Apache-2.0
+    com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.13.5 Apache-2.0
+    com.fasterxml.jackson.module:jackson-module-parameter-names 2.13.5 
Apache-2.0
+    javax.inject:javax.inject 1 Apache-2.0
+    com.beust:jcommander 1.82 Apache-2.0
+    org.jctools:jctools-core 2.1.1 Apache-2.0
+    io.etcd:jetcd-common 0.5.0 Apache-2.0
+    io.etcd:jetcd-core 0.5.0 Apache-2.0
+    io.etcd:jetcd-resolver 0.5.0 Apache-2.0
+    org.codehaus.jettison:jettison 1.5.4 Apache-2.0
+    net.java.dev.jna:jna 5.5.0 Apache-2.0
+    joda-time:joda-time 2.3 Apache-2.0
+    com.alipay.sofa:jraft-core 1.3.14 Apache-2.0
+    com.google.code.findbugs:jsr305 3.0.2 Apache-2.0
+    org.apache.kafka:kafka-clients 3.6.1 Apache-2.0
+    de.javakaffee:kryo-serializers 0.45 Apache-2.0
+    com.github.danielwegener:logback-kafka-appender 0.2.0-RC2 Apache-2.0
+    org.lz4:lz4-java 1.7.1 Apache-2.0
+    com.alibaba.nacos:nacos-api 1.4.6 Apache-2.0
+    com.alibaba.nacos:nacos-client 1.4.6 Apache-2.0
+    com.alibaba.nacos:nacos-common 1.4.6 Apache-2.0
+    com.netflix.netflix-commons:netflix-eventbus 0.3.0 Apache-2.0
+    com.netflix.netflix-commons:netflix-infix 0.3.0 Apache-2.0
+    io.netty:netty-all 4.1.101.Final Apache-2.0
+    io.netty:netty-buffer 4.1.101.Final Apache-2.0
+    io.netty:netty-codec 4.1.101.Final Apache-2.0
+    io.netty:netty-codec-dns 4.1.101.Final Apache-2.0
+    io.netty:netty-codec-haproxy 4.1.101.Final Apache-2.0
+    io.netty:netty-codec-http 4.1.101.Final Apache-2.0
+    io.netty:netty-codec-http2 4.1.101.Final Apache-2.0
+    io.netty:netty-codec-memcache 4.1.101.Final Apache-2.0
+    io.netty:netty-codec-mqtt 4.1.101.Final Apache-2.0
+    io.netty:netty-codec-redis 4.1.101.Final Apache-2.0
+    io.netty:netty-codec-smtp 4.1.101.Final Apache-2.0
+    io.netty:netty-codec-socks 4.1.101.Final Apache-2.0
+    io.netty:netty-codec-stomp 4.1.101.Final Apache-2.0
+    io.netty:netty-codec-xml 4.1.101.Final Apache-2.0
+    io.netty:netty-common 4.1.101.Final Apache-2.0
+    io.netty:netty-handler 4.1.101.Final Apache-2.0
+    io.netty:netty-handler-proxy 4.1.101.Final Apache-2.0
+    io.netty:netty-handler-ssl-ocsp 4.1.101.Final Apache-2.0
+    io.netty:netty-resolver 4.1.101.Final Apache-2.0
+    io.netty:netty-resolver-dns 4.1.101.Final Apache-2.0
+    io.netty:netty-resolver-dns-classes-macos 4.1.101.Final Apache-2.0
+    io.netty:netty-resolver-dns-native-macos 4.1.101.Final Apache-2.0
+    io.netty:netty-resolver-dns-native-macos 4.1.101.Final Apache-2.0
+    io.netty:netty-transport 4.1.101.Final Apache-2.0
+    io.netty:netty-transport-classes-epoll 4.1.101.Final Apache-2.0
+    io.netty:netty-transport-classes-kqueue 4.1.101.Final Apache-2.0
+    io.netty:netty-transport-native-epoll 4.1.101.Final Apache-2.0
+    io.netty:netty-transport-native-epoll 4.1.101.Final Apache-2.0
+    io.netty:netty-transport-native-kqueue 4.1.101.Final Apache-2.0
+    io.netty:netty-transport-native-kqueue 4.1.101.Final Apache-2.0
+    io.netty:netty-transport-native-unix-common 4.1.101.Final Apache-2.0
+    io.netty:netty-transport-rxtx 4.1.101.Final Apache-2.0
+    io.netty:netty-transport-sctp 4.1.101.Final Apache-2.0
+    io.netty:netty-transport-udt 4.1.101.Final Apache-2.0
+    org.objenesis:objenesis 3.2 Apache-2.0
+    io.perfmark:perfmark-api 0.25.0 Apache-2.0
+    com.google.api.grpc:proto-google-common-protos 2.9.0 Apache-2.0
+    com.alipay.sofa:registry-client-all 6.3.0 Apache-2.0
+    org.rocksdb:rocksdbjni 8.8.1 Apache-2.0
+    com.netflix.servo:servo-core 0.12.21 Apache-2.0
+    io.prometheus:simpleclient 0.15.0 Apache-2.0
+    io.prometheus:simpleclient_common 0.15.0 Apache-2.0
+    io.prometheus:simpleclient_httpserver 0.15.0 Apache-2.0
+    io.prometheus:simpleclient_tracer_common 0.15.0 Apache-2.0
+    io.prometheus:simpleclient_tracer_otel 0.15.0 Apache-2.0
+    io.prometheus:simpleclient_tracer_otel_agent 0.15.0 Apache-2.0
+    org.yaml:snakeyaml 2.0 Apache-2.0
+    org.xerial.snappy:snappy-java 1.1.10.5 Apache-2.0
+    com.alipay.sofa.common:sofa-common-tools 1.0.12 Apache-2.0
+    org.springframework:spring-aop 5.3.39 Apache-2.0
+    org.springframework:spring-beans 5.3.39 Apache-2.0
+    org.springframework.boot:spring-boot 2.7.18 Apache-2.0
+    org.springframework.boot:spring-boot-autoconfigure 2.7.18 Apache-2.0
+    org.springframework.boot:spring-boot-starter 2.7.18 Apache-2.0
+    org.springframework.boot:spring-boot-starter-json 2.7.18 Apache-2.0
+    org.springframework.boot:spring-boot-starter-logging 2.7.18 Apache-2.0
+    org.springframework.boot:spring-boot-starter-tomcat 2.7.18 Apache-2.0
+    org.springframework.boot:spring-boot-starter-web 2.7.18 Apache-2.0
+    org.springframework:spring-context 5.3.39 Apache-2.0
+    org.springframework:spring-core 5.3.39 Apache-2.0
+    org.springframework:spring-expression 5.3.39 Apache-2.0
+    org.springframework:spring-jcl 5.3.39 Apache-2.0
+    org.springframework:spring-web 5.3.39 Apache-2.0
+    org.springframework:spring-webmvc 5.3.39 Apache-2.0
+    org.springframework:spring-test 5.3.39 Apache-2.0
+    org.apache.curator:curator-client 5.1.0 Apache-2.0
+    org.apache.fury:fury-core 0.8.0 Apache-2.0
+    org.apache.tomcat:tomcat-annotations-api 9.0.83 Apache-2.0
+    org.apache.tomcat.embed:tomcat-embed-core 9.0.105 Apache-2.0
+    org.apache.tomcat.embed:tomcat-embed-el 9.0.105 Apache-2.0
+    org.apache.tomcat.embed:tomcat-embed-websocket 9.0.105 Apache-2.0
+    org.apache.zookeeper:zookeeper 3.7.2 Apache-2.0
+    org.apache.zookeeper:zookeeper-jute 3.7.2 Apache-2.0
+
+========================================================================
+BSD-2-Clause licenses
+========================================================================
+
+    org.postgresql:postgresql 42.3.8 BSD-2-Clause 
see:licenses/postgresql-BSD-2-Clause
+    com.github.luben:zstd-jni 1.5.0-4 BSD-2-Clause 
see:licenses/zstd-jni-BSD-2-Clause
+
+========================================================================
+BSD-3-Clause licenses
+========================================================================
+
+    org.codehaus.janino:commons-compiler 3.1.10 BSD-3-Clause 
see:licenses/janino-BSD-3-Clause
+    org.codehaus.janino:janino 3.1.10 BSD-3-Clause 
see:licenses/janino-BSD-3-Clause
+    com.thoughtworks.xstream:xstream 1.4.21 BSD-3-Clause 
see:licenses/xstream-BSD-3-Clause
+    org.ow2.asm:asm 6.0 BSD-3-Clause see:licenses/asm-BSD-3-Clause
+    org.hamcrest:hamcrest 2.2 BSD-3-Clause see:licenses/hamcrest-BSD-3-Clause
+    org.hamcrest:hamcrest-core 2.2 BSD-3-Clause 
see:licenses/hamcrest-BSD-3-Clause
+    com.esotericsoftware:kryo 5.4.0 BSD-3-Clause see:licenses/kryo-BSD-3-Clause
+    com.esotericsoftware:minlog 1.3.1 BSD-3-Clause 
see:licenses/minlog-BSD-3-Clause
+    com.esotericsoftware:reflectasm 1.11.9 BSD-3-Clause 
see:licenses/reflectasm-BSD-3-Clause
+    com.google.protobuf:protobuf-java 3.25.5 BSD-3-Clause 
see:licenses/protobuf-java-BSD-3-Clause
+    com.google.protobuf:protobuf-java-util 3.11.0 BSD-3-Clause 
see:licenses/protobuf-java-BSD-3-Clause
+
+========================================================================
+CDDL-1.0 licenses
+========================================================================
+
+    com.sun.jersey.contribs:jersey-apache-client4 1.19.1 CDDL-1.0 
see:licenses/CDDL-1.0
+    com.sun.jersey:jersey-client 1.19.1 CDDL-1.0 see:licenses/CDDL-1.0
+    com.sun.jersey:jersey-core 1.19.1 CDDL-1.0 see:licenses/CDDL-1.0
+    javax.ws.rs:jsr311-api 1.1.1 CDDL-1.0 see:licenses/CDDL-1.0
+
+========================================================================
+EPL-1.0 licenses
+========================================================================
+
+    ch.qos.logback:logback-classic 1.2.12 EPL-1.0 see:licenses/EPL-1.0
+    ch.qos.logback:logback-core 1.2.12 EPL-1.0 see:licenses/EPL-1.0
+    junit:junit 4.13.2 EPL-1.0 see:licenses/junit4-EPL-1.0
+
+========================================================================
+EPL-2.0 licenses
+========================================================================
+
+    jakarta.annotation:jakarta.annotation-api 1.3.5 EPL-2.0 
see:licenses/EPL-2.0
+
+========================================================================
+MIT licenses
+========================================================================
+
+    org.checkerframework:checker-qual 3.37.0 MIT see:licenses/checker-qual-MIT
+    redis.clients:jedis 3.8.0 MIT see:licenses/jedis-MIT
+    org.slf4j:jul-to-slf4j 1.7.36 MIT see:licenses/jul-to-slf4j-MIT
+    org.slf4j:slf4j-api 1.7.36 MIT see:licenses/slf4j-api-MIT
+    com.github.andrewoma.dexx:dexx-collections 0.2 MIT 
see:licenses/dexx-collections-MIT
+
+========================================================================
+Public Domain licenses
+========================================================================
+
+    aopalliance:aopalliance 1.0 Public Domain
+
+========================================================================
+Indiana University Extreme! Lab Software License
+========================================================================
+
+    io.github.x-stream:mxparser 1.2.2 Indiana University Extreme! Lab Software 
License see:licenses/mxparser-IUELSL
\ No newline at end of file
diff --git a/distribution/NOTICE-namingserver b/distribution/NOTICE-namingserver
new file mode 100644
index 0000000000..a6959606c9
--- /dev/null
+++ b/distribution/NOTICE-namingserver
@@ -0,0 +1,481 @@
+Apache Seata (Incubating)
+Copyright 2023-2025 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+========================================================================
+
+Jackson-core NOTICE
+
+========================================================================
+
+    # Jackson JSON processor
+
+    Jackson is a high-performance, Free/Open Source JSON processing library.
+    It was originally written by Tatu Saloranta (tatu.salora...@iki.fi), and 
has
+    been in development since 2007.
+    It is currently developed by a community of developers.
+
+    ## Licensing
+
+    Jackson 2.x core and extension components are licensed under Apache 
License 2.0
+    To find the details that apply to this artifact see the accompanying 
LICENSE file.
+
+    ## Credits
+
+    A list of contributors may be found from CREDITS(-2.x) file, which is 
included
+    in some artifacts (usually source distributions); but is always available
+    from the source code management (SCM) system project uses.
+
+========================================================================
+
+Jakarta NOTICE
+
+========================================================================
+
+    # Notices for Jakarta Annotations
+
+    This content is produced and maintained by the Jakarta Annotations project.
+
+     * Project home: https://projects.eclipse.org/projects/ee4j.ca
+
+    ## Trademarks
+
+    Jakarta Annotations is a trademark of the Eclipse Foundation.
+
+    ## Declared Project Licenses
+
+    This program and the accompanying materials are made available under the 
terms
+    of the Eclipse Public License v. 2.0 which is available at
+    http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made
+    available under the following Secondary Licenses when the conditions for 
such
+    availability set forth in the Eclipse Public License v. 2.0 are satisfied: 
GNU
+    General Public License, version 2 with the GNU Classpath Exception which is
+    available at https://www.gnu.org/software/classpath/license.html.
+
+    SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
+
+    ## Source Code
+
+    The project maintains the following source code repositories:
+
+     * https://github.com/eclipse-ee4j/common-annotations-api
+
+    ## Third-party Content
+
+    ## Cryptography
+
+    Content may contain encryption software. The country in which you are 
currently
+    may have restrictions on the import, possession, and use, and/or re-export 
to
+    another country, of encryption software. BEFORE using any encryption 
software,
+    please check the country's laws, regulations and policies concerning the 
import,
+    possession, or use, and re-export of encryption software, to see if this is
+    permitted.
+
+========================================================================
+
+Spring Framework NOTICE
+
+========================================================================
+
+    Spring Framework 5.3.39
+    Copyright (c) 2002-2024 Pivotal, Inc.
+
+    This product is licensed to you under the Apache License, Version 2.0
+    (the "License"). You may not use this product except in compliance with
+    the License.
+
+    This product may include a number of subcomponents with separate
+    copyright notices and license terms. Your use of the source code for
+    these subcomponents is subject to the terms and conditions of the
+    subcomponent's license, as noted in the license.txt file.
+
+========================================================================
+
+Spring Boot NOTICE
+
+========================================================================
+
+    Spring Boot 2.7.18
+    Copyright (c) 2012-2023 VMware, Inc.
+
+    This product is licensed to you under the Apache License, Version 2.0
+    (the "License"). You may not use this product except in compliance with
+    the License.
+
+========================================================================
+
+Jjwt NOTICE
+
+========================================================================
+   ## Base64 implementation
+
+   JJWT's `io.jsonwebtoken.io.Base64` implementation is based on 
[MigBase64](https://github.com/brsanthu/migbase64) with
+   continued modifications for Base64 URL support and additional test cases. 
The MigBase64 copyright and license notice
+   have been retained and are repeated here per that code's requirements:
+
+   ```
+   Licence (BSD):
+   ==============
+
+   Copyright (c) 2004, Mikael Grev, MiG InfoCom AB. (base64 @ miginfocom . com)
+   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 MiG InfoCom AB 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.
+   ```
+
+   Additionally, the following classes were copied from the Apache 
Commons-Codec project, with further JJWT-specific
+   modifications:
+   * io.jsonwebtoken.impl.io.Base64Codec
+   * io.jsonwebtoken.impl.io.Base64InputStream
+   * io.jsonwebtoken.impl.io.Base64OutputStream
+   * io.jsonwebtoken.impl.io.BaseNCodec
+   * io.jsonwebtoken.impl.io.BaseNCodecInputStream
+   * io.jsonwebtoken.impl.io.BaseNCodecOutputStream
+   * io.jsonwebtoken.impl.io.CodecPolicy
+
+   Its attribution:
+
+   ```
+   Apache Commons Codec
+   Copyright 2002-2023 The Apache Software Foundation
+
+   This product includes software developed at
+   The Apache Software Foundation (https://www.apache.org/).
+   ```
+
+   Also, the following classes were copied from the Apache Commons-IO project, 
with further JJWT-specific modifications:
+   * io.jsonwebtoken.impl.io.CharSequenceReader
+   * io.jsonwebtoken.impl.io.FilteredInputStream
+   * io.jsonwebtoken.impl.io.FilteredOutputStream
+   * io.jsonwebtoken.impl.io.ClosedInputStream
+   * io.jsonwebtoken.impl.io.UncloseableInputStream
+
+   It's attribution:
+
+   ```
+   Apache Commons IO
+   Copyright 2002-2023 The Apache Software Foundation
+
+   This product includes software developed at
+   The Apache Software Foundation (https://www.apache.org/).
+   ```
+
+========================================================================
+
+Netty NOTICE
+
+========================================================================
+
+                            The Netty Project
+                            =================
+
+Please visit the Netty web site for more information:
+
+  * https://netty.io/
+
+Copyright 2014 The Netty Project
+
+The Netty Project licenses this file to you under the Apache License,
+version 2.0 (the "License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at:
+
+  https://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+
+Also, please refer to each LICENSE.<component>.txt file, which is located in
+the 'license' directory of the distribution file, for the license terms of the
+components that this product depends on.
+
+-------------------------------------------------------------------------------
+This product contains the extensions to Java Collections Framework which has
+been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene:
+
+  * LICENSE:
+    * license/LICENSE.jsr166y.txt (Public Domain)
+  * HOMEPAGE:
+    * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/
+    * 
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/
+
+This product contains a modified version of Robert Harder's Public Domain
+Base64 Encoder and Decoder, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.base64.txt (Public Domain)
+  * HOMEPAGE:
+    * http://iharder.sourceforge.net/current/java/base64/
+
+This product contains a modified portion of 'Webbit', an event based
+WebSocket and HTTP server, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.webbit.txt (BSD License)
+  * HOMEPAGE:
+    * https://github.com/joewalnes/webbit
+
+This product contains a modified portion of 'SLF4J', a simple logging
+facade for Java, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.slf4j.txt (MIT License)
+  * HOMEPAGE:
+    * https://www.slf4j.org/
+
+This product contains a modified portion of 'Apache Harmony', an open source
+Java SE, which can be obtained at:
+
+  * NOTICE:
+    * license/NOTICE.harmony.txt
+  * LICENSE:
+    * license/LICENSE.harmony.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://archive.apache.org/dist/harmony/
+
+This product contains a modified portion of 'jbzip2', a Java bzip2 compression
+and decompression library written by Matthew J. Francis. It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.jbzip2.txt (MIT License)
+  * HOMEPAGE:
+    * https://code.google.com/p/jbzip2/
+
+This product contains a modified portion of 'libdivsufsort', a C API library 
to construct
+the suffix array and the Burrows-Wheeler transformed string for any input 
string of
+a constant-size alphabet written by Yuta Mori. It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.libdivsufsort.txt (MIT License)
+  * HOMEPAGE:
+    * https://github.com/y-256/libdivsufsort
+
+This product contains a modified portion of Nitsan Wakart's 'JCTools', Java 
Concurrency Tools for the JVM,
+ which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.jctools.txt (ASL2 License)
+  * HOMEPAGE:
+    * https://github.com/JCTools/JCTools
+
+This product optionally depends on 'JZlib', a re-implementation of zlib in
+pure Java, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.jzlib.txt (BSD style License)
+  * HOMEPAGE:
+    * http://www.jcraft.com/jzlib/
+
+This product optionally depends on 'Compress-LZF', a Java library for encoding 
and
+decoding data in LZF format, written by Tatu Saloranta. It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.compress-lzf.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/ning/compress
+
+This product optionally depends on 'lz4', a LZ4 Java compression
+and decompression library written by Adrien Grand. It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.lz4.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/jpountz/lz4-java
+
+This product optionally depends on 'lzma-java', a LZMA Java compression
+and decompression library, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.lzma-java.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/jponge/lzma-java
+
+This product optionally depends on 'zstd-jni', a zstd-jni Java compression
+and decompression library, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.zstd-jni.txt (BSD)
+  * HOMEPAGE:
+    * https://github.com/luben/zstd-jni
+
+This product contains a modified portion of 'jfastlz', a Java port of FastLZ 
compression
+and decompression library written by William Kinney. It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.jfastlz.txt (MIT License)
+  * HOMEPAGE:
+    * https://code.google.com/p/jfastlz/
+
+This product contains a modified portion of and optionally depends on 
'Protocol Buffers', Google's data
+interchange format, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.protobuf.txt (New BSD License)
+  * HOMEPAGE:
+    * https://github.com/google/protobuf
+
+This product optionally depends on 'Bouncy Castle Crypto APIs' to generate
+a temporary self-signed X.509 certificate when the JVM does not provide the
+equivalent functionality.  It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.bouncycastle.txt (MIT License)
+  * HOMEPAGE:
+    * https://www.bouncycastle.org/
+
+This product optionally depends on 'Snappy', a compression library produced
+by Google Inc, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.snappy.txt (New BSD License)
+  * HOMEPAGE:
+    * https://github.com/google/snappy
+
+This product optionally depends on 'JBoss Marshalling', an alternative Java
+serialization API, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.jboss-marshalling.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/jboss-remoting/jboss-marshalling
+
+This product optionally depends on 'Caliper', Google's micro-
+benchmarking framework, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.caliper.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/google/caliper
+
+This product optionally depends on 'Apache Commons Logging', a logging
+framework, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.commons-logging.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://commons.apache.org/logging/
+
+This product optionally depends on 'Apache Log4J', a logging framework, which
+can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.log4j.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://logging.apache.org/log4j/
+
+This product optionally depends on 'Aalto XML', an ultra-high performance
+non-blocking XML processor, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.aalto-xml.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://wiki.fasterxml.com/AaltoHome
+
+This product contains a modified version of 'HPACK', a Java implementation of
+the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.hpack.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/twitter/hpack
+
+This product contains a modified version of 'HPACK', a Java implementation of
+the HTTP/2 HPACK algorithm written by Cory Benfield. It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.hyper-hpack.txt (MIT License)
+  * HOMEPAGE:
+    * https://github.com/python-hyper/hpack/
+
+This product contains a modified version of 'HPACK', a Java implementation of
+the HTTP/2 HPACK algorithm written by Tatsuhiro Tsujikawa. It can be obtained 
at:
+
+  * LICENSE:
+    * license/LICENSE.nghttp2-hpack.txt (MIT License)
+  * HOMEPAGE:
+    * https://github.com/nghttp2/nghttp2/
+
+This product contains a modified portion of 'Apache Commons Lang', a Java 
library
+provides utilities for the java.lang API, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.commons-lang.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://commons.apache.org/proper/commons-lang/
+
+
+This product contains the Maven wrapper scripts from 'Maven Wrapper', that 
provides an easy way to ensure a user has everything necessary to run the Maven 
build.
+
+  * LICENSE:
+    * license/LICENSE.mvn-wrapper.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/takari/maven-wrapper
+
+This product contains the dnsinfo.h header file, that provides a way to 
retrieve the system DNS configuration on MacOS.
+This private header is also used by Apple's open source
+ mDNSResponder (https://opensource.apple.com/tarballs/mDNSResponder/).
+
+ * LICENSE:
+    * license/LICENSE.dnsinfo.txt (Apple Public Source License 2.0)
+  * HOMEPAGE:
+    * 
https://www.opensource.apple.com/source/configd/configd-453.19/dnsinfo/dnsinfo.h
+
+This product optionally depends on 'Brotli4j', Brotli compression and
+decompression for Java., which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.brotli4j.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/hyperxpro/Brotli4j
+
+========================================================================
+
+Spring-security NOTICE
+
+========================================================================
+      ======================================================================
+      == NOTICE file corresponding to section 4(d) of the Apache License, ==
+      == Version 2.0, in this case for the Spring Security distribution.  ==
+      ======================================================================
+
+      The end-user documentation included with a redistribution, if any,
+      must include the following acknowledgement:
+
+        "This product includes software developed by Spring Security
+         Project (https://www.springframework.org/security)."
+
+      Alternately, this acknowledgement may appear in the software itself,
+      if and wherever such third-party acknowledgements normally appear.
+
+      The names "Spring", "Spring Security", "Spring Security System",
+      "SpringSource", "Acegi", "Acegi Security", "Acegi Security System",
+      "Acegi" or any derivatives thereof may not be used to endorse or
+      promote products derived from this software without prior written
+      permission. For written permission, please contact
+      ben.a...@springsource.com.
+
+========================================================================
diff --git a/distribution/NOTICE-server b/distribution/NOTICE-server
new file mode 100644
index 0000000000..66120a37c3
--- /dev/null
+++ b/distribution/NOTICE-server
@@ -0,0 +1,773 @@
+Apache Seata (Incubating)
+Copyright 2023-2025 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+========================================================================
+
+CompactMap NOTICE
+
+========================================================================
+
+    CompactMap, Copyright 2011, Vladimir Sitnikov <sitnikov.vladi...@gmail.com>
+
+========================================================================
+
+fastjson NOTICE
+
+========================================================================
+
+    /*
+     * Copyright 1999-2017 Alibaba Group.
+     *
+     * 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.
+     */
+
+========================================================================
+
+guice NOTICE
+
+========================================================================
+
+    Google Guice - Core Library
+    Copyright 2006-2021 Google, Inc.
+
+    This product includes software developed at
+    The Apache Software Foundation (http://www.apache.org/).
+
+========================================================================
+
+Jackson NOTICE
+
+========================================================================
+
+    # Jackson JSON processor
+
+    Jackson is a high-performance, Free/Open Source JSON processing library.
+    It was originally written by Tatu Saloranta (tatu.salora...@iki.fi), and 
has
+    been in development since 2007.
+    It is currently developed by a community of developers.
+
+    ## Licensing
+
+    Jackson 2.x core and extension components are licensed under Apache 
License 2.0
+    To find the details that apply to this artifact see the accompanying 
LICENSE file.
+
+    ## Credits
+
+    A list of contributors may be found from CREDITS(-2.x) file, which is 
included
+    in some artifacts (usually source distributions); but is always available
+    from the source code management (SCM) system project uses.
+
+========================================================================
+
+Jakarta NOTICE
+
+========================================================================
+
+    # Notices for Jakarta Annotations
+
+    This content is produced and maintained by the Jakarta Annotations project.
+
+     * Project home: https://projects.eclipse.org/projects/ee4j.ca
+
+    ## Trademarks
+
+    Jakarta Annotations is a trademark of the Eclipse Foundation.
+
+    ## Declared Project Licenses
+
+    This program and the accompanying materials are made available under the 
terms
+    of the Eclipse Public License v. 2.0 which is available at
+    http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made
+    available under the following Secondary Licenses when the conditions for 
such
+    availability set forth in the Eclipse Public License v. 2.0 are satisfied: 
GNU
+    General Public License, version 2 with the GNU Classpath Exception which is
+    available at https://www.gnu.org/software/classpath/license.html.
+
+    SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
+
+    ## Source Code
+
+    The project maintains the following source code repositories:
+
+     * https://github.com/eclipse-ee4j/common-annotations-api
+
+    ## Third-party Content
+
+    ## Cryptography
+
+    Content may contain encryption software. The country in which you are 
currently
+    may have restrictions on the import, possession, and use, and/or re-export 
to
+    another country, of encryption software. BEFORE using any encryption 
software,
+    please check the country's laws, regulations and policies concerning the 
import,
+    possession, or use, and re-export of encryption software, to see if this is
+    permitted.
+
+========================================================================
+
+joda-time NOTICE
+
+========================================================================
+
+    
=============================================================================
+    = NOTICE file corresponding to section 4d of the Apache License Version 
2.0 =
+    
=============================================================================
+    This product includes software developed by
+    Joda.org (http://www.joda.org/).
+
+========================================================================
+
+objenesis NOTICE
+
+========================================================================
+
+    // ------------------------------------------------------------------
+    // NOTICE file corresponding to the section 4d of The Apache License,
+    // Version 2.0, in this case for Objenesis
+    // ------------------------------------------------------------------
+
+    Objenesis
+    Copyright 2006-2021 Joe Walnes, Henri Tremblay, Leonardo Mesquita
+
+
+========================================================================
+
+Spring Framework NOTICE
+
+========================================================================
+
+    Spring Framework 5.3.39
+    Copyright (c) 2002-2024 Pivotal, Inc.
+
+    This product is licensed to you under the Apache License, Version 2.0
+    (the "License"). You may not use this product except in compliance with
+    the License.
+
+    This product may include a number of subcomponents with separate
+    copyright notices and license terms. Your use of the source code for
+    these subcomponents is subject to the terms and conditions of the
+    subcomponent's license, as noted in the license.txt file.
+
+========================================================================
+
+Spring Boot NOTICE
+
+========================================================================
+
+    Spring Boot 2.7.18
+    Copyright (c) 2012-2023 VMware, Inc.
+
+    This product is licensed to you under the Apache License, Version 2.0
+    (the "License"). You may not use this product except in compliance with
+    the License.
+
+========================================================================
+
+Dameng NOTICE
+
+========================================================================
+   Copyright 2018 dameng
+
+   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.
+
+========================================================================
+
+Alibaba Druid NOTICE
+
+========================================================================
+   Alibaba Druid
+   Copyright 1999-2021 Alibaba Group Holding Ltd.
+
+========================================================================
+
+gRPC Java NOTICE
+
+========================================================================
+   Copyright 2014 The gRPC Authors
+
+   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.
+
+   -----------------------------------------------------------------------
+
+   This product contains a modified portion of 'OkHttp', an open source
+   HTTP & SPDY client for Android and Java applications, which can be obtained
+   at:
+
+     * LICENSE:
+       * okhttp/third_party/okhttp/LICENSE (Apache License 2.0)
+     * HOMEPAGE:
+       * https://github.com/square/okhttp
+     * LOCATION_IN_GRPC:
+       * okhttp/third_party/okhttp
+
+   This product contains a modified portion of 'Envoy', an open source
+   cloud-native high-performance edge/middle/service proxy, which can be
+   obtained at:
+
+     * LICENSE:
+       * xds/third_party/envoy/LICENSE (Apache License 2.0)
+     * NOTICE:
+       * xds/third_party/envoy/NOTICE
+     * HOMEPAGE:
+       * https://www.envoyproxy.io
+     * LOCATION_IN_GRPC:
+       * xds/third_party/envoy
+
+   This product contains a modified portion of 'protoc-gen-validate (PGV)',
+   an open source protoc plugin to generate polyglot message validators,
+   which can be obtained at:
+
+     * LICENSE:
+       * xds/third_party/protoc-gen-validate/LICENSE (Apache License 2.0)
+     * NOTICE:
+         * xds/third_party/protoc-gen-validate/NOTICE
+     * HOMEPAGE:
+       * https://github.com/envoyproxy/protoc-gen-validate
+     * LOCATION_IN_GRPC:
+       * xds/third_party/protoc-gen-validate
+
+   This product contains a modified portion of 'udpa',
+   an open source universal data plane API, which can be obtained at:
+
+     * LICENSE:
+       * xds/third_party/udpa/LICENSE (Apache License 2.0)
+     * HOMEPAGE:
+       * https://github.com/cncf/udpa
+     * LOCATION_IN_GRPC:
+       * xds/third_party/udpa
+
+========================================================================
+
+Jetcd NOTICE
+
+========================================================================
+   CoreOS Project
+   Copyright 2018 CoreOS, Inc
+
+   This product includes software developed at CoreOS, Inc.
+   (http://www.coreos.com/).
+
+========================================================================
+
+Nacos NOTICE
+
+========================================================================
+   Nacos
+   Copyright 2018-2020
+
+   This product includes software developed at
+   The Alibaba MiddleWare Group.
+
+   ------
+   This product has a bundle Spring Boot:
+                               The Spring Boot Project
+                               =================
+
+   Please visit the Spring Boot web site for more information:
+
+     * https://spring.io/projects/spring-boot
+
+   Copyright 2014 The Spring Boot Project
+
+   The Spring Boot Project licenses this file to you under the Apache License,
+   version 2.0 (the "License"); you may not use this file except in compliance
+   with the License. You may obtain a copy of the License at:
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+   WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+   License for the specific language governing permissions and limitations
+   under the License.
+
+   Also, please refer to each LICENSE.<component>.txt file, which is located in
+   the 'license' directory of the distribution file, for the license terms of 
the
+   components that this product depends on.
+
+   ------
+   This product has a bundle Spring Framework:
+                               Spring Framework
+                               =================
+
+   Please visit the git for more information:
+
+     * https://github.com/spring-projects/spring-framework.git
+
+   Copyright 2002-2020 the original author or authors.
+
+   The Spring Framework licenses this file to you under the Apache License,
+   version 2.0 (the "License"); you may not use this file except in compliance
+   with the License. You may obtain a copy of the License at:
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+   WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+   License for the specific language governing permissions and limitations
+   under the License.
+
+   Also, please refer to each LICENSE.<component>.txt file, which is located in
+   the 'license' directory of the distribution file, for the license terms of 
the
+   components that this product depends on.
+
+   ------
+   com.alibaba.nacos.common.utils.InetAddressValidator.java in this product is
+   copied from com.dynatrace.openkit.core.util.InetAddressValidator.java  of 
openkit-java project.
+   https://github.com/Dynatrace/openkit-java
+                             openkit-java
+                       ======================
+
+        Copyright 2018-2021 Dynatrace LLC
+
+        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.
+
+   ------
+   This product has a bundle Protocol Buffers��
+                         Protocol Buffers
+                      =======================
+   Protocol Buffers for Go with Gadgets
+
+   Copyright (c) 2013, The GoGo Authors. All rights reserved.
+   http://github.com/gogo/protobuf
+
+   ------
+   This product has a bundle Istio��
+                             Istio
+                      =======================
+
+      Copyright 2018 Istio Authors
+
+      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.
+
+========================================================================
+
+Netty NOTICE
+
+========================================================================
+
+                            The Netty Project
+                            =================
+
+Please visit the Netty web site for more information:
+
+  * https://netty.io/
+
+Copyright 2014 The Netty Project
+
+The Netty Project licenses this file to you under the Apache License,
+version 2.0 (the "License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at:
+
+  https://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+
+Also, please refer to each LICENSE.<component>.txt file, which is located in
+the 'license' directory of the distribution file, for the license terms of the
+components that this product depends on.
+
+-------------------------------------------------------------------------------
+This product contains the extensions to Java Collections Framework which has
+been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene:
+
+  * LICENSE:
+    * license/LICENSE.jsr166y.txt (Public Domain)
+  * HOMEPAGE:
+    * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/
+    * 
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/
+
+This product contains a modified version of Robert Harder's Public Domain
+Base64 Encoder and Decoder, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.base64.txt (Public Domain)
+  * HOMEPAGE:
+    * http://iharder.sourceforge.net/current/java/base64/
+
+This product contains a modified portion of 'Webbit', an event based
+WebSocket and HTTP server, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.webbit.txt (BSD License)
+  * HOMEPAGE:
+    * https://github.com/joewalnes/webbit
+
+This product contains a modified portion of 'SLF4J', a simple logging
+facade for Java, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.slf4j.txt (MIT License)
+  * HOMEPAGE:
+    * https://www.slf4j.org/
+
+This product contains a modified portion of 'Apache Harmony', an open source
+Java SE, which can be obtained at:
+
+  * NOTICE:
+    * license/NOTICE.harmony.txt
+  * LICENSE:
+    * license/LICENSE.harmony.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://archive.apache.org/dist/harmony/
+
+This product contains a modified portion of 'jbzip2', a Java bzip2 compression
+and decompression library written by Matthew J. Francis. It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.jbzip2.txt (MIT License)
+  * HOMEPAGE:
+    * https://code.google.com/p/jbzip2/
+
+This product contains a modified portion of 'libdivsufsort', a C API library 
to construct
+the suffix array and the Burrows-Wheeler transformed string for any input 
string of
+a constant-size alphabet written by Yuta Mori. It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.libdivsufsort.txt (MIT License)
+  * HOMEPAGE:
+    * https://github.com/y-256/libdivsufsort
+
+This product contains a modified portion of Nitsan Wakart's 'JCTools', Java 
Concurrency Tools for the JVM,
+ which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.jctools.txt (ASL2 License)
+  * HOMEPAGE:
+    * https://github.com/JCTools/JCTools
+
+This product optionally depends on 'JZlib', a re-implementation of zlib in
+pure Java, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.jzlib.txt (BSD style License)
+  * HOMEPAGE:
+    * http://www.jcraft.com/jzlib/
+
+This product optionally depends on 'Compress-LZF', a Java library for encoding 
and
+decoding data in LZF format, written by Tatu Saloranta. It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.compress-lzf.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/ning/compress
+
+This product optionally depends on 'lz4', a LZ4 Java compression
+and decompression library written by Adrien Grand. It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.lz4.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/jpountz/lz4-java
+
+This product optionally depends on 'lzma-java', a LZMA Java compression
+and decompression library, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.lzma-java.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/jponge/lzma-java
+
+This product optionally depends on 'zstd-jni', a zstd-jni Java compression
+and decompression library, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.zstd-jni.txt (BSD)
+  * HOMEPAGE:
+    * https://github.com/luben/zstd-jni
+
+This product contains a modified portion of 'jfastlz', a Java port of FastLZ 
compression
+and decompression library written by William Kinney. It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.jfastlz.txt (MIT License)
+  * HOMEPAGE:
+    * https://code.google.com/p/jfastlz/
+
+This product contains a modified portion of and optionally depends on 
'Protocol Buffers', Google's data
+interchange format, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.protobuf.txt (New BSD License)
+  * HOMEPAGE:
+    * https://github.com/google/protobuf
+
+This product optionally depends on 'Bouncy Castle Crypto APIs' to generate
+a temporary self-signed X.509 certificate when the JVM does not provide the
+equivalent functionality.  It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.bouncycastle.txt (MIT License)
+  * HOMEPAGE:
+    * https://www.bouncycastle.org/
+
+This product optionally depends on 'Snappy', a compression library produced
+by Google Inc, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.snappy.txt (New BSD License)
+  * HOMEPAGE:
+    * https://github.com/google/snappy
+
+This product optionally depends on 'JBoss Marshalling', an alternative Java
+serialization API, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.jboss-marshalling.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/jboss-remoting/jboss-marshalling
+
+This product optionally depends on 'Caliper', Google's micro-
+benchmarking framework, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.caliper.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/google/caliper
+
+This product optionally depends on 'Apache Commons Logging', a logging
+framework, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.commons-logging.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://commons.apache.org/logging/
+
+This product optionally depends on 'Apache Log4J', a logging framework, which
+can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.log4j.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://logging.apache.org/log4j/
+
+This product optionally depends on 'Aalto XML', an ultra-high performance
+non-blocking XML processor, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.aalto-xml.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://wiki.fasterxml.com/AaltoHome
+
+This product contains a modified version of 'HPACK', a Java implementation of
+the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.hpack.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/twitter/hpack
+
+This product contains a modified version of 'HPACK', a Java implementation of
+the HTTP/2 HPACK algorithm written by Cory Benfield. It can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.hyper-hpack.txt (MIT License)
+  * HOMEPAGE:
+    * https://github.com/python-hyper/hpack/
+
+This product contains a modified version of 'HPACK', a Java implementation of
+the HTTP/2 HPACK algorithm written by Tatsuhiro Tsujikawa. It can be obtained 
at:
+
+  * LICENSE:
+    * license/LICENSE.nghttp2-hpack.txt (MIT License)
+  * HOMEPAGE:
+    * https://github.com/nghttp2/nghttp2/
+
+This product contains a modified portion of 'Apache Commons Lang', a Java 
library
+provides utilities for the java.lang API, which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.commons-lang.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://commons.apache.org/proper/commons-lang/
+
+
+This product contains the Maven wrapper scripts from 'Maven Wrapper', that 
provides an easy way to ensure a user has everything necessary to run the Maven 
build.
+
+  * LICENSE:
+    * license/LICENSE.mvn-wrapper.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/takari/maven-wrapper
+
+This product contains the dnsinfo.h header file, that provides a way to 
retrieve the system DNS configuration on MacOS.
+This private header is also used by Apple's open source
+ mDNSResponder (https://opensource.apple.com/tarballs/mDNSResponder/).
+
+ * LICENSE:
+    * license/LICENSE.dnsinfo.txt (Apple Public Source License 2.0)
+  * HOMEPAGE:
+    * 
https://www.opensource.apple.com/source/configd/configd-453.19/dnsinfo/dnsinfo.h
+
+This product optionally depends on 'Brotli4j', Brotli compression and
+decompression for Java., which can be obtained at:
+
+  * LICENSE:
+    * license/LICENSE.brotli4j.txt (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/hyperxpro/Brotli4j
+
+========================================================================
+
+Perfmark NOTICE
+
+========================================================================
+
+Copyright 2019 Google LLC
+
+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.
+
+-----------------------------------------------------------------------
+
+This product contains a modified portion of 'Catapult', an open source
+Trace Event viewer for Chome, Linux, and Android applications, which can
+be obtained at:
+
+  * LICENSE:
+    * 
traceviewer/src/main/resources/io/perfmark/traceviewer/third_party/catapult/LICENSE
 (New BSD License)
+  * HOMEPAGE:
+    * https://github.com/catapult-project/catapult
+
+This product contains a modified portion of 'Polymer', a library for Web
+Components, which can be obtained at:
+  * LICENSE:
+    * 
traceviewer/src/main/resources/io/perfmark/traceviewer/third_party/polymer/LICENSE
 (New BSD License)
+  * HOMEPAGE:
+    * https://github.com/Polymer/polymer
+
+
+This product contains a modified portion of 'ASM', an open source
+Java Bytecode library, which can be obtained at:
+
+  * LICENSE:
+    * agent/src/main/resources/io/perfmark/agent/third_party/asm/LICENSE (BSD 
style License)
+  * HOMEPAGE:
+    * https://asm.ow2.io/
+
+========================================================================
+
+Servo NOTICE
+
+========================================================================
+   Servo
+   Copyright 2011 Netflix, Inc.
+
+   This product includes software developed by The Apache Software
+   Foundation (http://www.apache.org/).
+
+   Alternative collection types provided by Google Guava from
+   http://code.google.com/p/guava-libraries/
+   Copyright (C) 2007 Google Inc.
+
+========================================================================
+
+simpleclient NOTICE
+
+========================================================================
+   Prometheus instrumentation library for JVM applications
+   Copyright 2012-2015 The Prometheus Authors
+
+   This product includes software developed at
+   Boxever Ltd. (http://www.boxever.com/).
+
+   This product includes software developed at
+   SoundCloud Ltd. (http://soundcloud.com/).
+
+   This product includes software developed as part of the
+   Ocelli project by Netflix Inc. (https://github.com/Netflix/ocelli/).
+
+========================================================================
+
+Snappy-java NOTICE
+
+========================================================================
+   This product includes software developed by Google
+    Snappy: http://code.google.com/p/snappy/ (New BSD License)
+
+   This product includes software developed by Apache
+    PureJavaCrc32C from apache-hadoop-common http://hadoop.apache.org/
+    (Apache 2.0 license)
+
+   This library contains statically linked libstdc++. This inclusion is 
allowed by
+   "GCC Runtime Library Exception"
+   http://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html
+
+   == Contributors ==
+     * Tatu Saloranta
+       * Providing benchmark suite
+     * Alec Wysoker
+       * Performance and memory usage improvement
+
+   Third-Party Notices and Licenses:
+
+   - Hadoop: Apache Hadoop is used as a dependency
+     License: Apache License 2.0
+     Source/Reference: https://github.com/apache/hadoop/blob/trunk/NOTICE.txt
+
+========================================================================
diff --git a/distribution/licenses/asm-BSD-3-Clause 
b/distribution/licenses/asm-BSD-3-Clause
new file mode 100644
index 0000000000..631ee53c53
--- /dev/null
+++ b/distribution/licenses/asm-BSD-3-Clause
@@ -0,0 +1,27 @@
+ASM: a very small and fast Java bytecode manipulation framework
+Copyright (c) 2000-2011 INRIA, France Telecom
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+3. Neither the name of the copyright holders nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/distribution/licenses/dexx-collections-MIT 
b/distribution/licenses/dexx-collections-MIT
new file mode 100644
index 0000000000..039a8a77c2
--- /dev/null
+++ b/distribution/licenses/dexx-collections-MIT
@@ -0,0 +1,19 @@
+Copyright (c) 2014 Andrew O'Malley
+
+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/distribution/licenses/hamcrest-BSD-3-Clause 
b/distribution/licenses/hamcrest-BSD-3-Clause
new file mode 100644
index 0000000000..0bf62645cf
--- /dev/null
+++ b/distribution/licenses/hamcrest-BSD-3-Clause
@@ -0,0 +1,27 @@
+BSD License
+
+Copyright (c) 2000-2015 www.hamcrest.org
+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 Hamcrest 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/distribution/licenses/junit4-EPL-1.0 
b/distribution/licenses/junit4-EPL-1.0
new file mode 100644
index 0000000000..e02155bf3b
--- /dev/null
+++ b/distribution/licenses/junit4-EPL-1.0
@@ -0,0 +1,213 @@
+JUnit
+
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
+LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
+CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+      a) in the case of the initial Contributor, the initial code and
+         documentation distributed under this Agreement, and
+      b) in the case of each subsequent Contributor:
+
+      i) changes to the Program, and
+
+      ii) additions to the Program;
+
+      where such changes and/or additions to the Program originate from and are
+distributed by that particular Contributor. A Contribution 'originates' from a
+Contributor if it was added to the Program by such Contributor itself or anyone
+acting on such Contributor's behalf. Contributions do not include additions to
+the Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii) are
+not derivative works of the Program.
+
+"Contributor" means any person or entity that distributes the Program.
+
+"Licensed Patents " mean patent claims licensable by a Contributor which are
+necessarily infringed by the use or sale of its Contribution alone or when
+combined with the Program.
+
+"Program" means the Contributions distributed in accordance with this 
Agreement.
+
+"Recipient" means anyone who receives the Program under this Agreement,
+including all Contributors.
+
+2. GRANT OF RIGHTS
+
+      a) Subject to the terms of this Agreement, each Contributor hereby grants
+Recipient a non-exclusive, worldwide, royalty-free copyright license to
+reproduce, prepare derivative works of, publicly display, publicly perform,
+distribute and sublicense the Contribution of such Contributor, if any, and
+such derivative works, in source code and object code form.
+
+      b) Subject to the terms of this Agreement, each Contributor hereby grants
+Recipient a non-exclusive, worldwide, royalty-free patent license under
+Licensed Patents to make, use, sell, offer to sell, import and otherwise
+transfer the Contribution of such Contributor, if any, in source code and
+object code form. This patent license shall apply to the combination of the
+Contribution and the Program if, at the time the Contribution is added by the
+Contributor, such addition of the Contribution causes such combination to be
+covered by the Licensed Patents. The patent license shall not apply to any
+other combinations which include the Contribution. No hardware per se is
+licensed hereunder.
+
+      c) Recipient understands that although each Contributor grants the
+licenses to its Contributions set forth herein, no assurances are provided by
+any Contributor that the Program does not infringe the patent or other
+intellectual property rights of any other entity. Each Contributor disclaims
+any liability to Recipient for claims brought by any other entity based on
+infringement of intellectual property rights or otherwise. As a condition to
+exercising the rights and licenses granted hereunder, each Recipient hereby
+assumes sole responsibility to secure any other intellectual property rights
+needed, if any. For example, if a third party patent license is required to
+allow Recipient to distribute the Program, it is Recipient's responsibility to
+acquire that license before distributing the Program.
+
+      d) Each Contributor represents that to its knowledge it has sufficient
+copyright rights in its Contribution, if any, to grant the copyright license
+set forth in this Agreement.
+
+3. REQUIREMENTS
+
+A Contributor may choose to distribute the Program in object code form under
+its own license agreement, provided that:
+
+      a) it complies with the terms and conditions of this Agreement; and
+
+      b) its license agreement:
+
+      i) effectively disclaims on behalf of all Contributors all warranties and
+conditions, express and implied, including warranties or conditions of title
+and non-infringement, and implied warranties or conditions of merchantability
+and fitness for a particular purpose;
+
+      ii) effectively excludes on behalf of all Contributors all liability for
+damages, including direct, indirect, special, incidental and consequential
+damages, such as lost profits;
+
+      iii) states that any provisions which differ from this Agreement are
+offered by that Contributor alone and not by any other party; and
+
+      iv) states that source code for the Program is available from such
+Contributor, and informs licensees how to obtain it in a reasonable manner on
+or through a medium customarily used for software exchange.
+
+When the Program is made available in source code form:
+
+      a) it must be made available under this Agreement; and
+
+      b) a copy of this Agreement must be included with each copy of the
+Program.
+
+Contributors may not remove or alter any copyright notices contained within the
+Program.
+
+Each Contributor must identify itself as the originator of its Contribution, if
+any, in a manner that reasonably allows subsequent Recipients to identify the
+originator of the Contribution.
+
+4. COMMERCIAL DISTRIBUTION
+
+Commercial distributors of software may accept certain responsibilities with
+respect to end users, business partners and the like. While this license is
+intended to facilitate the commercial use of the Program, the Contributor who
+includes the Program in a commercial product offering should do so in a manner
+which does not create potential liability for other Contributors. Therefore, if
+a Contributor includes the Program in a commercial product offering, such
+Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
+every other Contributor ("Indemnified Contributor") against any losses, damages
+and costs (collectively "Losses") arising from claims, lawsuits and other legal
+actions brought by a third party against the Indemnified Contributor to the
+extent caused by the acts or omissions of such Commercial Contributor in
+connection with its distribution of the Program in a commercial product
+offering. The obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In order
+to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
+Contributor in writing of such claim, and b) allow the Commercial Contributor
+to control, and cooperate with the Commercial Contributor in, the defense and
+any related settlement negotiations. The Indemnified Contributor may
+participate in any such claim at its own expense.
+
+For example, a Contributor might include the Program in a commercial product
+offering, Product X. That Contributor is then a Commercial Contributor. If that
+Commercial Contributor then makes performance claims, or offers warranties
+related to Product X, those performance claims and warranties are such
+Commercial Contributor's responsibility alone. Under this section, the
+Commercial Contributor would have to defend claims against the other
+Contributors related to those performance claims and warranties, and if a court
+requires any other Contributor to pay any damages as a result, the Commercial
+Contributor must pay those damages.
+
+5. NO WARRANTY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
+IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
+NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
+Recipient is solely responsible for determining the appropriateness of using
+and distributing the Program and assumes all risks associated with its exercise
+of rights under this Agreement, including but not limited to the risks and
+costs of program errors, compliance with applicable laws, damage to or loss of
+data, programs or equipment, and unavailability or interruption of operations.
+
+6. DISCLAIMER OF LIABILITY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
+CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
+PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
+WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
+GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+7. GENERAL
+
+If any provision of this Agreement is invalid or unenforceable under applicable
+law, it shall not affect the validity or enforceability of the remainder of the
+terms of this Agreement, and without further action by the parties hereto, such
+provision shall be reformed to the minimum extent necessary to make such
+provision valid and enforceable.
+
+If Recipient institutes patent litigation against any
+entity (including a cross-claim or counterclaim in a lawsuit) alleging that the
+Program itself (excluding combinations of the Program with other software or
+hardware) infringes such Recipient's patent(s), then such Recipient's rights
+granted under Section 2(b) shall terminate as of the date such litigation is
+filed.
+
+All Recipient's rights under this Agreement shall terminate if it fails to
+comply with any of the material terms or conditions of this Agreement and does
+not cure such failure in a reasonable period of time after becoming aware of
+such noncompliance. If all Recipient's rights under this Agreement terminate,
+Recipient agrees to cease use and distribution of the Program as soon as
+reasonably practicable. However, Recipient's obligations under this Agreement
+and any licenses granted by Recipient relating to the Program shall continue
+and survive.
+
+Everyone is permitted to copy and distribute copies of this Agreement, but in
+order to avoid inconsistency the Agreement is copyrighted and may only be
+modified in the following manner. The Agreement Steward reserves the right to
+publish new versions (including revisions) of this Agreement from time to time.
+No one other than the Agreement Steward has the right to modify this Agreement.
+The Eclipse Foundation is the initial Agreement Steward. The Eclipse 
Foundation may assign the responsibility to
+serve as the Agreement Steward to a suitable separate entity. Each new version
+of the Agreement will be given a distinguishing version number. The Program
+(including Contributions) may always be distributed subject to the version of
+the Agreement under which it was received. In addition, after a new version of
+the Agreement is published, Contributor may elect to distribute the Program
+(including its Contributions) under the new version. Except as expressly stated
+in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to
+the intellectual property of any Contributor under this Agreement, whether
+expressly, by implication, estoppel or otherwise. All rights in the Program not
+expressly granted under this Agreement are reserved.
+
+This Agreement is governed by the laws of the State of New York and the
+intellectual property laws of the United States of America. No party to this
+Agreement will bring a legal action under this Agreement more than one year
+after the cause of action arose. Each party waives its rights to a jury trial
+in any resulting litigation.
\ No newline at end of file
diff --git a/distribution/licenses/kryo-BSD-3-Clause 
b/distribution/licenses/kryo-BSD-3-Clause
new file mode 100644
index 0000000000..a64798f5c0
--- /dev/null
+++ b/distribution/licenses/kryo-BSD-3-Clause
@@ -0,0 +1,10 @@
+Copyright (c) 2008-2022, Nathan Sweet
+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 Esoteric Software 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 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 PROF [...]
diff --git a/distribution/licenses/minlog-BSD-3-Clause 
b/distribution/licenses/minlog-BSD-3-Clause
new file mode 100644
index 0000000000..e1cd88478e
--- /dev/null
+++ b/distribution/licenses/minlog-BSD-3-Clause
@@ -0,0 +1,10 @@
+Copyright (c) 2008, Nathan Sweet
+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 Esoteric Software 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 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 PROF [...]
diff --git a/distribution/licenses/protobuf-java-BSD-3-Clause 
b/distribution/licenses/protobuf-java-BSD-3-Clause
new file mode 100644
index 0000000000..19b305b000
--- /dev/null
+++ b/distribution/licenses/protobuf-java-BSD-3-Clause
@@ -0,0 +1,32 @@
+Copyright 2008 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.
+
+Code generated by the Protocol Buffer compiler is owned by the owner
+of the input file used when generating it.  This code is not
+standalone and requires a support library to be linked with it.  This
+support library is itself covered by the above license.
diff --git a/distribution/licenses/reflectasm-BSD-3-Clause 
b/distribution/licenses/reflectasm-BSD-3-Clause
new file mode 100644
index 0000000000..e1cd88478e
--- /dev/null
+++ b/distribution/licenses/reflectasm-BSD-3-Clause
@@ -0,0 +1,10 @@
+Copyright (c) 2008, Nathan Sweet
+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 Esoteric Software 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 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 PROF [...]
diff --git a/distribution/release-seata.xml b/distribution/release-seata.xml
index 4196c3ebff..266fa5ed5f 100644
--- a/distribution/release-seata.xml
+++ b/distribution/release-seata.xml
@@ -118,13 +118,13 @@
         </file>
 
         <file>
-            <source>LICENSE</source>
+            <source>LICENSE-server</source>
             <destName>LICENSE</destName>
             <outputDirectory>seata-server/</outputDirectory>
         </file>
 
         <file>
-            <source>LICENSE</source>
+            <source>LICENSE-namingserver</source>
             <destName>LICENSE</destName>
             <outputDirectory>seata-namingserver/</outputDirectory>
         </file>
@@ -135,13 +135,13 @@
         </file>
 
         <file>
-            <source>NOTICE</source>
+            <source>NOTICE-server</source>
             <destName>NOTICE</destName>
             <outputDirectory>seata-server/</outputDirectory>
         </file>
 
         <file>
-            <source>NOTICE</source>
+            <source>NOTICE-namingserver</source>
             <destName>NOTICE</destName>
             <outputDirectory>seata-namingserver/</outputDirectory>
         </file>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to