summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2008-02-16 18:55:52 +0000
committerJean Delvare <jdelvare@suse.de>2008-02-16 18:55:52 +0000
commit2ed993701d289f89e04865da3d9b69e4abd3d5ea (patch)
tree4830141bf4f190d22ec2afa72fdb3e486f87509f /util.h
parent71c4e028b9898ac645013e38cdcb35b4bd5821de (diff)
downloaddmidecode-git-2ed993701d289f89e04865da3d9b69e4abd3d5ea.tar.gz
Update copyright statements.
Diffstat (limited to 'util.h')
-rw-r--r--util.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/util.h b/util.h
index 4a51ac7..98b49c6 100644
--- a/util.h
+++ b/util.h
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the dmidecode project.
+ *
+ * Copyright (C) 2003-2008 Jean Delvare <khali@linux-fr.org>
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
#include <sys/types.h>
#include "types.h"