This is an automated email from the ASF dual-hosted git repository.
sxnan pushed a commit to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/release-0.1 by this push:
new 3b2dc55 [hotfix] Update NOTICE and linceses. (#255)
3b2dc55 is described below
commit 3b2dc55373d04ddbf4d829834cb874993a98c59d
Author: Wenjin Xie <[email protected]>
AuthorDate: Wed Oct 8 19:57:02 2025 +0800
[hotfix] Update NOTICE and linceses. (#255)
---
dist/src/main/resources/META-INF/NOTICE | 10 ++++++++-
.../resources/META-INF/licenses/LICENSE.zstd-jni | 24 ++++++++++++++++++++++
tools/.rat-excludes | 3 ++-
3 files changed, 35 insertions(+), 2 deletions(-)
diff --git a/dist/src/main/resources/META-INF/NOTICE
b/dist/src/main/resources/META-INF/NOTICE
index ec4cbe2..24c16d5 100644
--- a/dist/src/main/resources/META-INF/NOTICE
+++ b/dist/src/main/resources/META-INF/NOTICE
@@ -12,10 +12,18 @@ This project bundles the following dependencies under the
Apache Software Licens
- org.apache.logging.log4j:log4j-api:2.23.1
- org.apache.logging.log4j:log4j-core:2.23.1
- org.apache.logging.log4j:log4j-slf4j-impl:2.23.1
+- org.apache.kafka:kafka-clients:4.0.0
+- org.lz4:lz4-java:1.8.0
+- org.xerial.snappy:snappy-java:1.1.10.5
This project bundles the following dependencies under the MIT license.
See bundled license files for details.
- slf4j-api:slf4j-api:1.7.36
- io.github.ollama4j:ollama4j:1.1.0
-- org.jsoup:jsoup:1.18.1
\ No newline at end of file
+- org.jsoup:jsoup:1.18.1
+
+This project bundles the following dependencies under the BSD 2-Clause license.
+See bundled license files for details.
+
+- com.github.luben:zstd-jni:jar:1.5.6-6
\ No newline at end of file
diff --git a/dist/src/main/resources/META-INF/licenses/LICENSE.zstd-jni
b/dist/src/main/resources/META-INF/licenses/LICENSE.zstd-jni
new file mode 100644
index 0000000..ca28b89
--- /dev/null
+++ b/dist/src/main/resources/META-INF/licenses/LICENSE.zstd-jni
@@ -0,0 +1,24 @@
+Copyright (c) 2015-present, Luben Karavelov/ All rights reserved.
+
+BSD-2-Clause License https://opensource.org/license/bsd-2-clause
+
+Redistribution and use in source and binary forms, with or without
modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
this
+ list of conditions and the following disclaimer in the documentation and/or
+ other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/tools/.rat-excludes b/tools/.rat-excludes
index 2c1d5b9..72fdf46 100644
--- a/tools/.rat-excludes
+++ b/tools/.rat-excludes
@@ -15,4 +15,5 @@ target/*
README.md
.pytest_cache/*
.ruff_cache/*
-.*\.egg-info/*
\ No newline at end of file
+.*\.egg-info/*
+licenses/*
\ No newline at end of file