You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2020/08/18 08:18:59 UTC

[ranger] branch ranger-2.1 updated: RANGER-2927: added copyright text to files added in earlier commit

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

madhan pushed a commit to branch ranger-2.1
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.1 by this push:
     new 5ea0105  RANGER-2927: added copyright text to files added in earlier commit
5ea0105 is described below

commit 5ea01053ee5a962bd4750905c63eb053e4434181
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Tue Aug 18 00:57:09 2020 -0700

    RANGER-2927: added copyright text to files added in earlier commit
    
    (cherry picked from commit b937ab4b878149a9c8d8b4b3e1e85df0a19c532b)
---
 intg/src/main/python/README.md | 19 +++++++++++++++++++
 intg/src/main/python/setup.py  | 18 ++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/intg/src/main/python/README.md b/intg/src/main/python/README.md
index 8d35190..8cd7b03 100644
--- a/intg/src/main/python/README.md
+++ b/intg/src/main/python/README.md
@@ -1,2 +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.
+-->
+
 # Apache Ranger - Python client
 
diff --git a/intg/src/main/python/setup.py b/intg/src/main/python/setup.py
index 93277ec..839119d 100644
--- a/intg/src/main/python/setup.py
+++ b/intg/src/main/python/setup.py
@@ -1,3 +1,21 @@
+#!/usr/bin/env 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 setuptools
 
 with open("README.md", "r") as fh: