aboutsummaryrefslogtreecommitdiffstats
path: root/inject.c
diff options
context:
space:
mode:
Diffstat (limited to 'inject.c')
-rw-r--r--inject.c22
1 files changed, 21 insertions, 1 deletions
diff --git a/inject.c b/inject.c
index 73fc597..a9c344f 100644
--- a/inject.c
+++ b/inject.c
@@ -1,4 +1,24 @@
-/* Inject machine checks into kernel for testing */
+/* Copyright (c) 2008 by Intel Corp.
+ Inject machine checks into kernel for testing.
+
+ mce-inject 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; version
+ 2.
+
+ mce-inject 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 find a copy of v2 of the GNU General Public License somewhere
+ on your Linux system; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+ Authors:
+ Andi Kleen
+ Ying Huang
+*/
#define _GNU_SOURCE 1
#include <stdio.h>
#include <sys/fcntl.h>