From 4e8305242731900011160ad3af7cc38940f4b16c Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 20 Dec 2006 19:37:45 +0000 Subject: Added license. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489180 13f79535-47bb-0310-9956-ffa450edef68 --- python/setup.py | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'python/setup.py') 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"], -- cgit v1.2.1