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

dannycranmer pushed a commit to branch v4.1.0-docs
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git

commit f2098e78351f741de11b75e71f0b11730d17afa0
Author: Danny Cranmer <dannycran...@apache.org>
AuthorDate: Mon Apr 3 19:12:25 2023 +0100

    [hotfix] Add missing copyright headers
---
 docs/data/dynamodb.yml | 18 ++++++++++++++++++
 docs/data/firehose.yml | 18 ++++++++++++++++++
 docs/data/kinesis.yml  | 18 ++++++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/docs/data/dynamodb.yml b/docs/data/dynamodb.yml
index e8d0e11..c9c3b5b 100644
--- a/docs/data/dynamodb.yml
+++ b/docs/data/dynamodb.yml
@@ -1,3 +1,21 @@
+################################################################################
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF 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.
+################################################################################
+
 variants:
   - maven: flink-connector-dynamodb
     sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-dynamodb/$full_version/flink-sql-connector-dynamodb-$full_version.jar
diff --git a/docs/data/firehose.yml b/docs/data/firehose.yml
index 7e2ab95..eae6125 100644
--- a/docs/data/firehose.yml
+++ b/docs/data/firehose.yml
@@ -1,3 +1,21 @@
+################################################################################
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF 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.
+################################################################################
+
 variants:
   - maven: flink-connector-aws-kinesis-firehose
     sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-aws-kinesis-firehose/$full_version/flink-sql-connector-aws-kinesis-firehose-$full_version.jar
diff --git a/docs/data/kinesis.yml b/docs/data/kinesis.yml
index 3100c87..873539c 100644
--- a/docs/data/kinesis.yml
+++ b/docs/data/kinesis.yml
@@ -1,3 +1,21 @@
+################################################################################
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF 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.
+################################################################################
+
 variants:
   - maven: flink-connector-kinesis
     sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-kinesis/$full_version/flink-sql-connector-kinesis-$full_version.jar

Reply via email to