Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>

diff -X /home/avi/kvm/linux-2.6/Documentation/dontdiff --exclude=Makefile -ru 
/home/avi/kvm/linux-2.6/drivers/kvm/kvm.h /home/avi/kvm-release/kernel/kvm.h
--- linux-2.6/drivers/kvm/kvm.h 2006-11-27 10:31:16.000000000 +0200
+++ linux-2.6/drivers/kvm/kvm.h 2006-11-15 18:51:06.000000000 +0200
@@ -1,6 +1,11 @@
 #ifndef __KVM_H
 #define __KVM_H
 
+/*
+ * This work is licensed under the terms of the GNU GPL, version 2.  See
+ * the COPYING file in the top-level directory.
+ */
+
 #include <linux/types.h>
 #include <linux/list.h>
 #include <linux/mutex.h>
diff -X /home/avi/kvm/linux-2.6/Documentation/dontdiff --exclude=Makefile -ru 
/home/avi/kvm/linux-2.6/drivers/kvm/kvm_main.c 
/home/avi/kvm-release/kernel/kvm_main.c
--- linux-2.6/drivers/kvm/kvm_main.c    2006-11-27 10:31:16.000000000 +0200
+++ linux-2.6/drivers/kvm/kvm_main.c    2006-11-20 11:17:55.000000000 +0200
@@ -10,6 +10,9 @@
  *   Avi Kivity   <[EMAIL PROTECTED]>
  *   Yaniv Kamay  <[EMAIL PROTECTED]>
  *
+ * This work is licensed under the terms of the GNU GPL, version 2.  See
+ * the COPYING file in the top-level directory.
+ *
  */
 
 #include "kvm.h"
diff -X /home/avi/kvm/linux-2.6/Documentation/dontdiff --exclude=Makefile -ru 
/home/avi/kvm/linux-2.6/drivers/kvm/mmu.c /home/avi/kvm-release/kernel/mmu.c
--- linux-2.6/drivers/kvm/mmu.c 2006-11-27 10:31:16.000000000 +0200
+++ linux-2.6/drivers/kvm/mmu.c 2006-11-08 10:41:04.000000000 +0200
@@ -12,6 +12,9 @@
  *   Yaniv Kamay  <[EMAIL PROTECTED]>
  *   Avi Kivity   <[EMAIL PROTECTED]>
  *
+ * This work is licensed under the terms of the GNU GPL, version 2.  See
+ * the COPYING file in the top-level directory.
+ *
  */
 #include <linux/types.h>
 #include <linux/string.h>
diff -X /home/avi/kvm/linux-2.6/Documentation/dontdiff --exclude=Makefile -ru 
/home/avi/kvm/linux-2.6/drivers/kvm/paging_tmpl.h 
/home/avi/kvm-release/kernel/paging_tmpl.h
--- linux-2.6/drivers/kvm/paging_tmpl.h 2006-11-27 10:31:16.000000000 +0200
+++ linux-2.6/drivers/kvm/paging_tmpl.h 2006-11-08 10:41:04.000000000 +0200
@@ -1,4 +1,23 @@
 /*
+ * Kernel-based Virtual Machine driver for Linux
+ *
+ * This module enables machines with Intel VT-x extensions to run virtual
+ * machines without emulation or binary translation.
+ *
+ * MMU support
+ *
+ * Copyright (C) 2006 Qumranet, Inc.
+ *
+ * Authors:
+ *   Yaniv Kamay  <[EMAIL PROTECTED]>
+ *   Avi Kivity   <[EMAIL PROTECTED]>
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2.  See
+ * the COPYING file in the top-level directory.
+ *
+ */
+
+/*
  * We need the mmu code to access both 32-bit and 64-bit guest ptes,
  * so the code in this file is compiled twice, once per pte size.
  */
diff -X /home/avi/kvm/linux-2.6/Documentation/dontdiff --exclude=Makefile -ru 
/home/avi/kvm/linux-2.6/drivers/kvm/x86_emulate.c 
/home/avi/kvm-release/kernel/x86_emulate.c
--- linux-2.6/drivers/kvm/x86_emulate.c 2006-11-27 10:31:16.000000000 +0200
+++ linux-2.6/drivers/kvm/x86_emulate.c 2006-11-20 11:39:59.000000000 +0200
@@ -13,6 +13,9 @@
  *   Avi Kivity <[EMAIL PROTECTED]>
  *   Yaniv Kamay <[EMAIL PROTECTED]>
  *
+ * This work is licensed under the terms of the GNU GPL, version 2.  See
+ * the COPYING file in the top-level directory.
+ *
  * From: xen-unstable 10676:af9809f51f81a3c43f276f00c81a52ef558afda4
  */
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to