]> git.ipfire.org Git - oddments/fireinfo.git/blobdiff - setup.py
Fix typo in hypervisor type detection.
[oddments/fireinfo.git] / setup.py
index 75152cc04c20d9af0616f151accb821dc1bd358b..8ea6a70eb4121729f2afd3d0d6a70768bb6bbdd7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,10 +1,31 @@
+#!/usr/bin/python
+###############################################################################
+#                                                                             #
+# Fireinfo                                                                    #
+# Copyright (C) 2010, 2011 IPFire Team (www.ipfire.org)                       #
+#                                                                             #
+# 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 3 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/>.       #
+#                                                                             #
+###############################################################################
 
 from distutils.core import setup, Extension
 
 setup(
        name = "fireinfo",
-       version = "0.10",
+       version = "2.0.1",
        description = "Hardware information gathering library.",
+       license = "GPLv3",
        author = "IPFire.org Team",
        author_email = "info@ipfire.org",
        url = "http://redmine.ipfire.org/projects/fireinfo",