From 57ffddcc8de9cf23dc31ea615d2f0dbb2913fc73 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 1 Jul 2008 15:26:27 -0400 Subject: change license to Apache License 2.0 --- setup.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 865cb1c..9482477 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,18 @@ +# Copyright 2008 Lime Nest LLC +# Copyright 2008 Lime Spot LLC + +# 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. + from setuptools import setup import hgvers -- cgit