You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2020/10/08 19:16:02 UTC

[kafka] 24/31: CONFLUENT: Add license to ci.py to pass license check (#391)

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

bbejeck pushed a commit to branch Merge_AK_to_CCS_10_08_2020
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit 43287fd6e30ee2016356ac62eb35d90575a982f9
Author: Rajini Sivaram <ra...@googlemail.com>
AuthorDate: Mon Aug 17 10:18:39 2020 +0100

    CONFLUENT: Add license to ci.py to pass license check (#391)
    
    Reviewers: Manikumar Reddy
---
 ci.py | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/ci.py b/ci.py
index 15a3de3..8349b8c 100644
--- a/ci.py
+++ b/ci.py
@@ -1,5 +1,22 @@
 #!/usr/bin/python
 
+#
+# 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.
+#
+
 import os
 import logging
 import re