You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by co...@apache.org on 2016/05/03 17:17:56 UTC

incubator-ranger git commit: RANGER-966 - Add Apache licenses for .py files

Repository: incubator-ranger
Updated Branches:
  refs/heads/master 6638a11ab -> 6587fc8c2


RANGER-966 - Add Apache licenses for .py files


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/6587fc8c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/6587fc8c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/6587fc8c

Branch: refs/heads/master
Commit: 6587fc8c2259a561eae33699d51cb8d1f83ba7b5
Parents: 6638a11
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue May 3 16:17:26 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue May 3 16:17:26 2016 +0100

----------------------------------------------------------------------
 .../bin/import_ranger_to_ambari.py                    | 14 ++++++++++++++
 .../bin/import_ranger_to_ambari.py                    | 14 ++++++++++++++
 pom.xml                                               |  1 -
 3 files changed, 28 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/6587fc8c/migration-util/ambari2.0-hdp2.2-ranger0.40/bin/import_ranger_to_ambari.py
----------------------------------------------------------------------
diff --git a/migration-util/ambari2.0-hdp2.2-ranger0.40/bin/import_ranger_to_ambari.py b/migration-util/ambari2.0-hdp2.2-ranger0.40/bin/import_ranger_to_ambari.py
index 7b99b2f..f2b70eb 100755
--- a/migration-util/ambari2.0-hdp2.2-ranger0.40/bin/import_ranger_to_ambari.py
+++ b/migration-util/ambari2.0-hdp2.2-ranger0.40/bin/import_ranger_to_ambari.py
@@ -1,3 +1,17 @@
+#
+# 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. See accompanying LICENSE file.
+#
+
 import os
 import sys
 import urllib2

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/6587fc8c/migration-util/ambari2.1-hdp2.3-ranger0.50/bin/import_ranger_to_ambari.py
----------------------------------------------------------------------
diff --git a/migration-util/ambari2.1-hdp2.3-ranger0.50/bin/import_ranger_to_ambari.py b/migration-util/ambari2.1-hdp2.3-ranger0.50/bin/import_ranger_to_ambari.py
index 418171c..d9238a0 100755
--- a/migration-util/ambari2.1-hdp2.3-ranger0.50/bin/import_ranger_to_ambari.py
+++ b/migration-util/ambari2.1-hdp2.3-ranger0.50/bin/import_ranger_to_ambari.py
@@ -1,3 +1,17 @@
+#
+# 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. See accompanying LICENSE file.
+#
+
 import os
 import sys
 import urllib2

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/6587fc8c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6377ed3..063a86b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -509,7 +509,6 @@
                         <exclude>**/.classpath/**</exclude>
                         <exclude>**/*.iml</exclude>
                         <exclude>**/target/**</exclude>
-                        <exclude>**/bin/**</exclude>
                         <exclude>**/CHANGES</exclude>
                         <exclude>**/ISSUES</exclude>
                         <exclude>**/patchprocess/**</exclude>