You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@paimon.apache.org by lz...@apache.org on 2023/05/22 02:22:06 UTC

[incubator-paimon] 01/02: [license] Fix compile and doris license

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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git

commit 698cfd2edc5c4dfc9267f1d5a8b8cfdeb01ec70d
Author: JingsongLi <lz...@aliyun.com>
AuthorDate: Mon May 22 10:19:59 2023 +0800

    [license] Fix compile and doris license
---
 NOTICE                                                                | 2 +-
 .../paimon/flink/action/cdc/mysql/MySqlDebeziumJsonEventParser.java   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NOTICE b/NOTICE
index 7516802b4..e10f3b594 100644
--- a/NOTICE
+++ b/NOTICE
@@ -23,5 +23,5 @@ flink-cdc-connectors
 Copyright 2022 Ververica Inc.
 Apache Flink, FlinkĀ®, ApacheĀ®, the squirrel logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation.
 
-Apache Doris
+Flink Connector for Apache Doris
 Copyright 2018-2022 The Apache Software Foundation
diff --git a/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/cdc/mysql/MySqlDebeziumJsonEventParser.java b/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/cdc/mysql/MySqlDebeziumJsonEventParser.java
index 7c831f066..8e0f15a72 100644
--- a/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/cdc/mysql/MySqlDebeziumJsonEventParser.java
+++ b/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/cdc/mysql/MySqlDebeziumJsonEventParser.java
@@ -16,8 +16,8 @@
  * limitations under the License.
  */
 
-/* This file is based on source code from JsonDebeziumSchemaSerializer in the Doris Project
- * (https://doris.apache.org/), licensed by the Apache Software Foundation (ASF) under the
+/* This file is based on source code from JsonDebeziumSchemaSerializer in the doris-flink-connector
+ * (https://github.com/apache/doris-flink-connector/), licensed by the Apache Software Foundation (ASF) under the
  * Apache License, Version 2.0. See the NOTICE file distributed with this work for additional
  *  information regarding copyright ownership. */