summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNima Talebi <nima@autonomy.net.au>2009-05-21 08:20:29 +1000
committerNima Talebi <nima@autonomy.net.au>2009-05-22 01:25:15 +1000
commitcd387fa3d1929505299d1df733fae890aacc75bc (patch)
treebba766ccd73295a0ffc3bbb4ec86fae387d0087a /src
parentdf5ddd3f51a353d03f2bd6a27c5d9ce14f077f41 (diff)
downloadpython-dmidecode-cd387fa3d1929505299d1df733fae890aacc75bc.tar.gz
python-dmidecode-cd387fa3d1929505299d1df733fae890aacc75bc.tar.xz
python-dmidecode-cd387fa3d1929505299d1df733fae890aacc75bc.zip
Update copyright notice
Diffstat (limited to 'src')
-rw-r--r--src/dmidecode.c9
-rw-r--r--src/dmidecodemodule.c11
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>