diff options
Diffstat (limited to 'src/dmidecodemodule.c')
-rw-r--r-- | src/dmidecodemodule.c | 11 |
1 files changed, 11 insertions, 0 deletions
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> |