summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJulien Danjou <julien.danjou@enovance.com>2012-05-10 15:53:20 +0200
committerJulien Danjou <julien.danjou@enovance.com>2012-05-14 11:37:32 +0200
commit886485c4684b5fc88491f578198a2423392dd066 (patch)
tree604d6c80147b5b0cb8f64c07355d99b14ba62eac /setup.py
parent5bb0df8e5cc36a4a3e3a2483e36650d106cdd73d (diff)
downloadceilometer-886485c4684b5fc88491f578198a2423392dd066.tar.gz
Change license to Apache 2.0
Change-Id: I062d722fb570a6f00151eb620d8c169b2ee374ae Signed-off-by: Julien Danjou <julien.danjou@enovance.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py20
1 files changed, 9 insertions, 11 deletions
diff --git a/setup.py b/setup.py
index 7447203d..26363c98 100755
--- a/setup.py
+++ b/setup.py
@@ -5,19 +5,17 @@
#
# Author: Julien Danjou <julien@danjou.info>
#
-# This program 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.
+# 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
#
-# This program 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.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# 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