From 8b2fe610dc309579f07787696f0814c359aa4de1 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 9 Apr 2009 14:51:31 +0200 Subject: Added missing copyright details --- src/dmixml.c | 5 ++++- src/dmixml.h | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'src') 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 + * * 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 + * * 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 -- cgit