summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNima Talebi <nima@autonomy.net.au>2009-05-22 23:49:55 +1000
committerNima Talebi <nima@autonomy.net.au>2009-05-22 23:49:55 +1000
commitd06d776adb0fef9504bd7662760e4cd0971fb748 (patch)
tree8d8f4ad36745c951ef6f05b7f2eae049bbd482f0 /Makefile
parentcd387fa3d1929505299d1df733fae890aacc75bc (diff)
downloadpython-dmidecode-d06d776adb0fef9504bd7662760e4cd0971fb748.tar.gz
python-dmidecode-d06d776adb0fef9504bd7662760e4cd0971fb748.tar.xz
python-dmidecode-d06d776adb0fef9504bd7662760e4cd0971fb748.zip
Reversioned, relicensed, and rejigged
The version is of now, v3.10.6. The version major field has been upped due to the newly added XML functionality. The version has been reverted to GPLv2. Some headers have been cleaned up, copyright notices added etc. Credits given where due.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8e69bb5..c1e46a7 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@
#.
#. (C) 2008 Nima Talebi <nima@it.net.au>
#.
-#. Licensed under the GNU Public License v3
+#. Licensed under the GNU Public License v2
#.
-VERSION := 2.10
+VERSION := 3.10.6
PY := $(shell python -V 2>&1 |sed -e 's/.\(ython\) \(2\.[0-9]\)\..*/p\1\2/')
PY_VER := $(subst python,,$(PY))
PACKAGE := python-dmidecode