summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNima Talebi <nima@it.net.au>2010-02-26 00:43:03 +1100
committerNima Talebi <nima@it.net.au>2010-02-26 00:43:03 +1100
commitd86d22c89cda5f8d2736dadfc398e8f6a29e1b82 (patch)
treec0ef7265038e93c26719d2b6f2383f4a3af9009f
parentc5ffd14c31cc733ccfa625727c204a799cb1a9fc (diff)
downloadpython-dmidecode-d86d22c89cda5f8d2736dadfc398e8f6a29e1b82.tar.gz
python-dmidecode-d86d22c89cda5f8d2736dadfc398e8f6a29e1b82.tar.xz
python-dmidecode-d86d22c89cda5f8d2736dadfc398e8f6a29e1b82.zip
Fix licensing problem, all now on GPLv2+
-rw-r--r--.autoheader4
-rw-r--r--Makefile38
2 files changed, 37 insertions, 5 deletions
diff --git a/.autoheader b/.autoheader
index bc6e134..fb8f9cc 100644
--- a/.autoheader
+++ b/.autoheader
@@ -1,6 +1,6 @@
-© 2007-2009 Nima Talebi <nima@autonomy.net.au>
-© 2009 David Sommerseth <davids@redhat.com>
+© 2007-2010 Nima Talebi <nima@autonomy.net.au>
+© 2009-2010 David Sommerseth <davids@redhat.com>
© 2002-2008 Jean Delvare <khali@linux-fr.org>
© 2000-2002 Alan Cox <alan@redhat.com>
diff --git a/Makefile b/Makefile
index 1d82922..d468b70 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,42 @@
+#. ******* coding:utf-8 AUTOHEADER START v1.2 *******
+#. vim: fileencoding=utf-8 syntax=Makefile sw=4 ts=4 et
#.
-#. DMI Decode Python Extension Module
+#. © 2007-2010 Nima Talebi <nima@autonomy.net.au>
+#. © 2009-2010 David Sommerseth <davids@redhat.com>
+#. © 2002-2008 Jean Delvare <khali@linux-fr.org>
+#. © 2000-2002 Alan Cox <alan@redhat.com>
#.
-#. (C) 2008 Nima Talebi <nima@it.net.au>
+#. This file is part of python-dmidecode.
#.
-#. Licensed under the GNU Public License v2
+#. python-dmidecode 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.
#.
+#. python-dmidecode 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 python-dmidecode. If not, see <http://www.gnu.org/licenses/>.
+#.
+#. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+#. WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+#. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+#. EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+#. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+#. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+#. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+#. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+#. OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+#. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#.
+#. ADAPTED M. STONE & T. PARKER DISCLAIMER: THIS SOFTWARE COULD RESULT IN INJURY
+#. AND/OR DEATH, AND AS SUCH, IT SHOULD NOT BE BUILT, INSTALLED OR USED BY ANYONE.
+#.
+#. $AutoHeaderSerial::20100225 $
+#. ******* AUTOHEADER END v1.2 *******
VERSION := $(shell cd src;python -c "from setup_common import *; print get_version();")
PACKAGE := python-dmidecode