]> git.ipfire.org Git - oddments/fireinfo.git/blobdiff - setup.py
Fix cpu model detection regression on x86.
[oddments/fireinfo.git] / setup.py
index da7f90fd3624b7d1901c8cdb891dee1ababe549f..f13c3e99a79993c7e16d078341fc11b7e871df9d 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.4",
+       version = "2.1.1",
        description = "Hardware information gathering library.",
+       license = "GPLv3",
        author = "IPFire.org Team",
        author_email = "info@ipfire.org",
        url = "http://redmine.ipfire.org/projects/fireinfo",