summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-04-09 14:51:31 +0200
committerDavid Sommerseth <davids@redhat.com>2009-04-29 11:22:11 +0200
commit8b2fe610dc309579f07787696f0814c359aa4de1 (patch)
tree2f03c341a4fe52e68435047d6346890a5f9b8291 /src
parent95b156e3d8a6b82bddb5516735e82355f5dee50a (diff)
downloadpython-dmidecode-8b2fe610dc309579f07787696f0814c359aa4de1.tar.gz
python-dmidecode-8b2fe610dc309579f07787696f0814c359aa4de1.tar.xz
python-dmidecode-8b2fe610dc309579f07787696f0814c359aa4de1.zip
Added missing copyright details
Diffstat (limited to 'src')
-rw-r--r--src/dmixml.c5
-rw-r--r--src/dmixml.h5
2 files changed, 8 insertions, 2 deletions
diff --git a/src/dmixml.c b/src/dmixml.c
index 434b2e7..8be62ff 100644
--- a/src/dmixml.c
+++ b/src/dmixml.c
@@ -1,4 +1,7 @@
-/*
+/* Simplified XML API for dmidecode
+ *
+ * Copyright 2009 David Sommerseth <davids@redhat.com>
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
diff --git a/src/dmixml.h b/src/dmixml.h
index 7d8c4ad..e3b99a9 100644
--- a/src/dmixml.h
+++ b/src/dmixml.h
@@ -1,4 +1,7 @@
-/*
+/* Simplified XML API for dmidecode
+ *
+ * Copyright 2009 David Sommerseth <davids@redhat.com>
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or