diff options
Diffstat (limited to 'src/dmidecode.c')
-rw-r--r-- | src/dmidecode.c | 9 |
1 files changed, 3 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> |