summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2012-12-14 10:14:23 +0100
committerMartin Sivak <msivak@redhat.com>2012-12-14 10:28:58 +0100
commitc0430c7982246642b6fe59029b16a516034693b9 (patch)
tree350cd2dba9746567afcf280aa03b0ed95d7bd5ae /setup.py
parent31fc9917f464d0a2251e108d6c8321c8ac7d7978 (diff)
downloadpython-di-c0430c7982246642b6fe59029b16a516034693b9.tar.gz
python-di-c0430c7982246642b6fe59029b16a516034693b9.tar.xz
python-di-c0430c7982246642b6fe59029b16a516034693b9.zip
Change license headers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e946513..f67722e 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,24 @@
+# Setup file for Python DI
+#
+# Copyright (C) 2012 Red Hat, Inc.
+#
+# 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 2 of the License, or
+# (at your option) any later version.
+#
+# 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/>.
+#
+# Red Hat Author(s): Martin Sivak <msivak@redhat.com>
+#
+
import os
from setuptools import setup