This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new b937ab4 RANGER-2927: added copyright text to files added in earlier
commit
b937ab4 is described below
commit b937ab4b878149a9c8d8b4b3e1e85df0a19c532b
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Tue Aug 18 00:57:09 2020 -0700
RANGER-2927: added copyright text to files added in earlier commit
---
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: