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 /src/dmidecodemodule.c | |
parent | df5ddd3f51a353d03f2bd6a27c5d9ce14f077f41 (diff) | |
download | python-dmidecode-cd387fa3d1929505299d1df733fae890aacc75bc.tar.gz python-dmidecode-cd387fa3d1929505299d1df733fae890aacc75bc.tar.xz python-dmidecode-cd387fa3d1929505299d1df733fae890aacc75bc.zip |
Update copyright notice
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> |