diff options
author | Nima Talebi <nima@autonomy.net.au> | 2009-05-21 08:20:29 +1000 |
---|---|---|
committer | Nima Talebi <nima@autonomy.net.au> | 2009-05-22 01:25:15 +1000 |
commit | cd387fa3d1929505299d1df733fae890aacc75bc (patch) | |
tree | bba766ccd73295a0ffc3bbb4ec86fae387d0087a | |
parent | df5ddd3f51a353d03f2bd6a27c5d9ce14f077f41 (diff) | |
download | python-dmidecode-cd387fa3d1929505299d1df733fae890aacc75bc.tar.gz python-dmidecode-cd387fa3d1929505299d1df733fae890aacc75bc.tar.xz python-dmidecode-cd387fa3d1929505299d1df733fae890aacc75bc.zip |
Update copyright notice
-rw-r--r-- | src/dmidecode.c | 9 | ||||
-rw-r--r-- | src/dmidecodemodule.c | 11 |
2 files changed, 14 insertions, 6 deletions
diff --git a/src/dmidecode.c b/src/dmidecode.c index 7abec47..48f5df0 100644 --- a/src/dmidecode.c +++ b/src/dmidecode.c @@ -52,18 +52,15 @@ * http://www.intel.com/design/archives/wfm/downloads/bisspec.htm * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * DMI Decode Python Module (Extension) + * DMI Decode Python module & libxml2 (Extension) * - * Copyright: 2007-2008 Nima Talebi <nima@autonomy.net.au> + * Copyright: 2007-2009 Nima Talebi <nima@it.net.au> + * Copyright: 2009 David Sommerseth <davids@redhat.com> * License: GPLv3 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* -#undef NDEBUG -*/ - #include <assert.h> #include <stdio.h> #include <string.h> diff --git a/src/dmidecodemodule.c b/src/dmidecodemodule.c index 14ff148..33b0609 100644 --- a/src/dmidecodemodule.c +++ b/src/dmidecodemodule.c @@ -1,3 +1,14 @@ +/* + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * DMI Decode Python module & libxml2 (Extension) + * + * Copyright: 2007-2009 Nima Talebi <nima@it.net.au> + * Copyright: 2009 David Sommerseth <davids@redhat.com> + * License: GPLv3 + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + */ + #include <Python.h> #include <libxml/tree.h> |