diff options
-rw-r--r-- | .autoheader | 4 | ||||
-rw-r--r-- | 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 <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> @@ -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 |