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

gaoyunhaii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit a208c5b9785ab658f53317af2dfea2b5ee0766ab
Author: Yun Gao <gaoyunhen...@gmail.com>
AuthorDate: Thu Apr 14 11:37:32 2022 +0800

    [FLINK-27231][licence] Fix the SQL Pulsar licence issue
---
 .../flink-sql-connector-pulsar/src/main/resources/META-INF/NOTICE  | 6 +++++-
 .../src/main/resources/META-INF/licences/LICENSE.bouncycastle      | 7 +++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git 
a/flink-connectors/flink-sql-connector-pulsar/src/main/resources/META-INF/NOTICE
 
b/flink-connectors/flink-sql-connector-pulsar/src/main/resources/META-INF/NOTICE
index 56ad187e06b..db82a498c9e 100644
--- 
a/flink-connectors/flink-sql-connector-pulsar/src/main/resources/META-INF/NOTICE
+++ 
b/flink-connectors/flink-sql-connector-pulsar/src/main/resources/META-INF/NOTICE
@@ -10,8 +10,12 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - org.apache.pulsar:pulsar-client-admin-api:2.9.1
 - org.apache.pulsar:pulsar-client-all:2.9.1
 - org.apache.pulsar:pulsar-client-api:2.9.1
+- org.slf4j:jul-to-slf4j:1.7.25
+
+This project bundles the following dependencies under the Bouncy Castle 
license.
+See bundled license files for details.
+
 - org.bouncycastle:bcpkix-jdk15on:1.69
 - org.bouncycastle:bcprov-ext-jdk15on:1.69
 - org.bouncycastle:bcprov-jdk15on:1.69
 - org.bouncycastle:bcutil-jdk15on:1.69
-- org.slf4j:jul-to-slf4j:1.7.25
diff --git 
a/flink-connectors/flink-sql-connector-pulsar/src/main/resources/META-INF/licences/LICENSE.bouncycastle
 
b/flink-connectors/flink-sql-connector-pulsar/src/main/resources/META-INF/licences/LICENSE.bouncycastle
new file mode 100644
index 00000000000..e904785dcaf
--- /dev/null
+++ 
b/flink-connectors/flink-sql-connector-pulsar/src/main/resources/META-INF/licences/LICENSE.bouncycastle
@@ -0,0 +1,7 @@
+Copyright (c) 2000 - 2021 The Legion of the Bouncy Castle Inc. 
(https://www.bouncycastle.org)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
\ No newline at end of file

Reply via email to