You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ce...@apache.org on 2016/02/22 18:37:14 UTC

[3/7] incubator-metron git commit: METRON-42 Replace GPL license language with ASF for custom ansible module (mbittmann via cestella) closes apache/incubator-metron#26

METRON-42 Replace GPL license language with ASF for custom ansible module (mbittmann via cestella) closes apache/incubator-metron#26


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

Branch: refs/heads/Metron_0.1BETA
Commit: bab4d3e81b8b6075ad1d45c6550a2a5d28cee53c
Parents: a837619
Author: mbittmann <mb...@gmail.com>
Authored: Fri Feb 19 18:01:14 2016 -0500
Committer: cstella <ce...@gmail.com>
Committed: Fri Feb 19 18:01:14 2016 -0500

----------------------------------------------------------------------
 .../extra_modules/ambari_cluster_state.py       | 25 ++++++++++----------
 1 file changed, 12 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/bab4d3e8/deployment/extra_modules/ambari_cluster_state.py
----------------------------------------------------------------------
diff --git a/deployment/extra_modules/ambari_cluster_state.py b/deployment/extra_modules/ambari_cluster_state.py
index 5ac3e3f..14c2004 100644
--- a/deployment/extra_modules/ambari_cluster_state.py
+++ b/deployment/extra_modules/ambari_cluster_state.py
@@ -1,21 +1,20 @@
 #!/usr/bin/python
-# -*- coding: utf-8 -*-
 #
-# Author: Mark Bittmann (https://github.com/mbittmann)
-# This file is part of Ansible
+#  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
 #
-# Ansible is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+#      http://www.apache.org/licenses/LICENSE-2.0
 #
-# Ansible is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
+#  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.
 #
-# You should have received a copy of the GNU General Public License
-# along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 DOCUMENTATION = '''
 ---