diff options
author | Rafael H. Schloming <rhs@apache.org> | 2006-12-20 19:37:45 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2006-12-20 19:37:45 +0000 |
commit | 4e8305242731900011160ad3af7cc38940f4b16c (patch) | |
tree | d315b911bd274457290550b7037d551a10dcb375 /python/setup.py | |
parent | fdaffda972b57a968a7cf4aedbab9c70e1f11ff8 (diff) | |
download | qpid-python-4e8305242731900011160ad3af7cc38940f4b16c.tar.gz |
Added license.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489180 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/setup.py')
-rw-r--r-- | python/setup.py | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py index b418775c91..a49fa6ca51 100644 --- a/python/setup.py +++ b/python/setup.py @@ -1,4 +1,22 @@ -#!/usr/bin/python +#!/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. +# from distutils.core import setup setup(name="qpid", version="0.1", packages=["qpid"], scripts=["amqp-doc"], |