You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by wo...@apache.org on 2010/07/22 03:45:26 UTC

svn commit: r966478 - /incubator/oodt/trunk/agility/distribute_setup.py

Author: woollard
Date: Thu Jul 22 01:45:25 2010
New Revision: 966478

URL: http://svn.apache.org/viewvc?rev=966478&view=rev
Log:
added apache license headers toward OODT-3

Modified:
    incubator/oodt/trunk/agility/distribute_setup.py

Modified: incubator/oodt/trunk/agility/distribute_setup.py
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/agility/distribute_setup.py?rev=966478&r1=966477&r2=966478&view=diff
==============================================================================
--- incubator/oodt/trunk/agility/distribute_setup.py (original)
+++ incubator/oodt/trunk/agility/distribute_setup.py Thu Jul 22 01:45:25 2010
@@ -1,4 +1,20 @@
-#!python
+# encoding: utf-8
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE.txt 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.
+
 """Bootstrap distribute installation
 
 If you want to use setuptools in your package's setup.py, just include this