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

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-kudu.git

commit bef51ab2af1db28f82c4bea5864fd23202550bed
Author: Joao Boto <b...@boto.pro>
AuthorDate: Sat Jul 30 17:45:39 2022 +0200

    [BAHIR-312] Add license header to README.md files
---
 flink-connector-kudu/README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/flink-connector-kudu/README.md b/flink-connector-kudu/README.md
index c52adb1..7908e08 100644
--- a/flink-connector-kudu/README.md
+++ b/flink-connector-kudu/README.md
@@ -1,3 +1,19 @@
+<!--
+{% comment %}
+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.
+{% endcomment %}
+--> 
+
 # Flink Kudu Connector
 
 This connector provides a source (```KuduInputFormat```), a sink/output

Reply via email to