|
| 1 | +#. ******* coding:utf-8 AUTOHEADER START v1.2 ******* |
| 2 | +#. vim: fileencoding=utf-8 syntax=Makefile sw=4 ts=4 et |
1 | 3 | #. |
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> |
3 | 8 | #. |
4 | | -#. (C) 2008 Nima Talebi <nima@it.net.au> |
| 9 | +#. This file is part of python-dmidecode. |
5 | 10 | #. |
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. |
7 | 15 | #. |
| 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 ******* |
8 | 40 |
|
9 | 41 | VERSION := $(shell cd src;python -c "from setup_common import *; print get_version();") |
10 | 42 | PACKAGE := python-dmidecode |
|
0 commit comments