diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/dmixml.c | 5 | ||||
-rw-r--r-- | src/dmixml.h | 5 |
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 |