From d86d22c89cda5f8d2736dadfc398e8f6a29e1b82 Mon Sep 17 00:00:00 2001 From: Nima Talebi Date: Fri, 26 Feb 2010 00:43:03 +1100 Subject: Fix licensing problem, all now on GPLv2+ --- .autoheader | 4 ++-- Makefile | 38 +++++++++++++++++++++++++++++++++++--- 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 -© 2009 David Sommerseth +© 2007-2010 Nima Talebi +© 2009-2010 David Sommerseth © 2002-2008 Jean Delvare © 2000-2002 Alan Cox 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 +#. © 2009-2010 David Sommerseth +#. © 2002-2008 Jean Delvare +#. © 2000-2002 Alan Cox #. -#. (C) 2008 Nima Talebi +#. 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 . +#. +#. 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 -- cgit