Skip to content

Commit d86d22c

Browse files
committed
Fix licensing problem, all now on GPLv2+
1 parent c5ffd14 commit d86d22c

2 files changed

Lines changed: 37 additions & 5 deletions

File tree

.autoheader

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
© 2007-2009 Nima Talebi <nima@autonomy.net.au>
3-
© 2009 David Sommerseth <davids@redhat.com>
2+
© 2007-2010 Nima Talebi <nima@autonomy.net.au>
3+
© 2009-2010 David Sommerseth <davids@redhat.com>
44
© 2002-2008 Jean Delvare <khali@linux-fr.org>
55
© 2000-2002 Alan Cox <alan@redhat.com>
66

Makefile

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,42 @@
1+
#. ******* coding:utf-8 AUTOHEADER START v1.2 *******
2+
#. vim: fileencoding=utf-8 syntax=Makefile sw=4 ts=4 et
13
#.
2-
#. DMI Decode Python Extension Module
4+
#. © 2007-2010 Nima Talebi <nima@autonomy.net.au>
5+
#. © 2009-2010 David Sommerseth <davids@redhat.com>
6+
#. © 2002-2008 Jean Delvare <khali@linux-fr.org>
7+
#. © 2000-2002 Alan Cox <alan@redhat.com>
38
#.
4-
#. (C) 2008 Nima Talebi <nima@it.net.au>
9+
#. This file is part of python-dmidecode.
510
#.
6-
#. Licensed under the GNU Public License v2
11+
#. python-dmidecode is free software: you can redistribute it and/or modify
12+
#. it under the terms of the GNU General Public License as published by
13+
#. the Free Software Foundation, either version 2 of the License, or
14+
#. (at your option) any later version.
715
#.
16+
#. python-dmidecode is distributed in the hope that it will be useful,
17+
#. but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
#. GNU General Public License for more details.
20+
#.
21+
#. You should have received a copy of the GNU General Public License
22+
#. along with python-dmidecode. If not, see <http://www.gnu.org/licenses/>.
23+
#.
24+
#. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
25+
#. WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
26+
#. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
27+
#. EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
28+
#. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
29+
#. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
30+
#. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
31+
#. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
32+
#. OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
33+
#. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34+
#.
35+
#. ADAPTED M. STONE & T. PARKER DISCLAIMER: THIS SOFTWARE COULD RESULT IN INJURY
36+
#. AND/OR DEATH, AND AS SUCH, IT SHOULD NOT BE BUILT, INSTALLED OR USED BY ANYONE.
37+
#.
38+
#. $AutoHeaderSerial::20100225 $
39+
#. ******* AUTOHEADER END v1.2 *******
840

941
VERSION := $(shell cd src;python -c "from setup_common import *; print get_version();")
1042
PACKAGE := python-dmidecode

0 commit comments

Comments
 (0)