From cd387fa3d1929505299d1df733fae890aacc75bc Mon Sep 17 00:00:00 2001 From: Nima Talebi Date: Thu, 21 May 2009 08:20:29 +1000 Subject: Update copyright notice --- src/dmidecodemodule.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/dmidecodemodule.c') 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 + * Copyright: 2009 David Sommerseth + * License: GPLv3 + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + */ + #include #include -- cgit