From: Jack Lange Date: Thu, 25 Sep 2008 23:56:33 +0000 (-0500) Subject: modified copyright tags X-Git-Tag: 1.0~3^2~28 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=56f8088296ee4116a4811a2f4f843edd80a7748d modified copyright tags --- diff --git a/palacios/build/Makefile b/palacios/build/Makefile index 3570f46..12ae684 100644 --- a/palacios/build/Makefile +++ b/palacios/build/Makefile @@ -1,9 +1,11 @@ # Makefile for GeekOS kernel, userspace, and tools # # Northwestern University -# (c) 2008, Jack Lange +# (c) 2008, Jack Lange # (c) 2008, Peter Dinda -# +# (c) 2008, Lei Xia +# (c) 2008, The V3VEE Project +# # Based on GeekOS Makefile: # Copyright (c) 2004,2005 David H. Hovemeyer # $Revision: 1.71 $ diff --git a/palacios/include/devices/8237_dma.h b/palacios/include/devices/8237_dma.h index 9c3ebe7..046a44a 100644 --- a/palacios/include/devices/8237_dma.h +++ b/palacios/include/devices/8237_dma.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __8237_DMA_H #define __8237_DMA_H diff --git a/palacios/include/devices/8254.h b/palacios/include/devices/8254.h index 893be3a..f9a12f3 100644 --- a/palacios/include/devices/8254.h +++ b/palacios/include/devices/8254.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __8254_H #define __8254_H diff --git a/palacios/include/devices/8259a.h b/palacios/include/devices/8259a.h index cca10e1..5c17073 100644 --- a/palacios/include/devices/8259a.h +++ b/palacios/include/devices/8259a.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __8259A_H #define __8259A_H diff --git a/palacios/include/devices/generic.h b/palacios/include/devices/generic.h index abd4b5e..c4a38b6 100644 --- a/palacios/include/devices/generic.h +++ b/palacios/include/devices/generic.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ #ifndef __GENERIC_H #define __GENERIC_H diff --git a/palacios/include/devices/keyboard.h b/palacios/include/devices/keyboard.h index 6dff1da..3b410af 100644 --- a/palacios/include/devices/keyboard.h +++ b/palacios/include/devices/keyboard.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ #ifndef __KEYBOARD_H #define __KEYBOARD_H diff --git a/palacios/include/devices/nvram.h b/palacios/include/devices/nvram.h index f5c4f2e..3e09760 100644 --- a/palacios/include/devices/nvram.h +++ b/palacios/include/devices/nvram.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ #ifndef __NVRAM_H #define __NVRAM_H diff --git a/palacios/include/devices/serial.h b/palacios/include/devices/serial.h index 229e32d..d8e62e9 100644 --- a/palacios/include/devices/serial.h +++ b/palacios/include/devices/serial.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __SERIAL_H__ #define __SERIAL_H__ diff --git a/palacios/include/devices/simple_pic.h b/palacios/include/devices/simple_pic.h index 45740bf..e6eaf65 100644 --- a/palacios/include/devices/simple_pic.h +++ b/palacios/include/devices/simple_pic.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __SIMPLE_PIC_H #define __SIMPLE_PIC_H diff --git a/palacios/include/devices/timer.h b/palacios/include/devices/timer.h index 8815e33..bf7e86b 100644 --- a/palacios/include/devices/timer.h +++ b/palacios/include/devices/timer.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __TIMER_H #define __TIMER_H diff --git a/palacios/include/geekos/bootinfo.h b/palacios/include/geekos/bootinfo.h index 8583f84..9d2bb31 100644 --- a/palacios/include/geekos/bootinfo.h +++ b/palacios/include/geekos/bootinfo.h @@ -1,6 +1,8 @@ /* * Boot information structure, passed to kernel Main() routine * Copyright (c) 2001, David H. Hovemeyer + * (c) 2008, Jack Lange + * (c) 2008, The V3VEE Project * $Revision: 1.7 $ * * This is free software. You are permitted to use, diff --git a/palacios/include/geekos/debug.h b/palacios/include/geekos/debug.h index a94610a..065aae8 100644 --- a/palacios/include/geekos/debug.h +++ b/palacios/include/geekos/debug.h @@ -1,3 +1,7 @@ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef __DEBUG_H #define __DEBUG_H diff --git a/palacios/include/geekos/list2.h b/palacios/include/geekos/list2.h index b76193b..a21e074 100644 --- a/palacios/include/geekos/list2.h +++ b/palacios/include/geekos/list2.h @@ -1,3 +1,6 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef _LIST2_H #define _LIST2_H diff --git a/palacios/include/geekos/net.h b/palacios/include/geekos/net.h index dbb7741..360ee6b 100644 --- a/palacios/include/geekos/net.h +++ b/palacios/include/geekos/net.h @@ -1,3 +1,6 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef __NET_H__ #define __NET_H__ diff --git a/palacios/include/geekos/pci.h b/palacios/include/geekos/pci.h index 1dd5e5e..43afb70 100644 --- a/palacios/include/geekos/pci.h +++ b/palacios/include/geekos/pci.h @@ -1,3 +1,6 @@ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ + #ifndef GEEKOS_PCI_H #define GEEKOS_PCI_H diff --git a/palacios/include/geekos/queue.h b/palacios/include/geekos/queue.h index a731e91..5ad7f05 100644 --- a/palacios/include/geekos/queue.h +++ b/palacios/include/geekos/queue.h @@ -1,3 +1,6 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef __QUEUE_H__ #define __QUEUE_H__ diff --git a/palacios/include/geekos/reboot.h b/palacios/include/geekos/reboot.h index e954a2c..101b460 100644 --- a/palacios/include/geekos/reboot.h +++ b/palacios/include/geekos/reboot.h @@ -1,3 +1,6 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef REBOOT_H #define REBOOT_H diff --git a/palacios/include/geekos/ring_buffer.h b/palacios/include/geekos/ring_buffer.h index 1e8f4b5..e284e06 100644 --- a/palacios/include/geekos/ring_buffer.h +++ b/palacios/include/geekos/ring_buffer.h @@ -1,3 +1,6 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef __RING_BUFFER_H__ #define __RING_BUFFER_H__ diff --git a/palacios/include/geekos/serial.h b/palacios/include/geekos/serial.h index 2389ed6..9588f2a 100644 --- a/palacios/include/geekos/serial.h +++ b/palacios/include/geekos/serial.h @@ -1,3 +1,8 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ + + #ifndef SERIAL_H #define SERIAL_H diff --git a/palacios/include/geekos/socket.h b/palacios/include/geekos/socket.h index 80dac37..1b839d6 100644 --- a/palacios/include/geekos/socket.h +++ b/palacios/include/geekos/socket.h @@ -1,3 +1,6 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef GEEKOS_SOCKET_H #define GEEKOS_SOCKET_H diff --git a/palacios/include/geekos/timer.h b/palacios/include/geekos/timer.h index bf09464..768a31b 100644 --- a/palacios/include/geekos/timer.h +++ b/palacios/include/geekos/timer.h @@ -1,6 +1,8 @@ /* * GeekOS timer interrupt support * Copyright (c) 2001, David H. Hovemeyer + * Copyright (c) 2008, Jack Lange + * (c) 2008, The V3VEE Project * $Revision: 1.2 $ * * This is free software. You are permitted to use, diff --git a/palacios/include/geekos/vm.h b/palacios/include/geekos/vm.h index e8558c0..28c772f 100644 --- a/palacios/include/geekos/vm.h +++ b/palacios/include/geekos/vm.h @@ -1,3 +1,6 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef __VM_H #define __VM_H diff --git a/palacios/include/geekos/vmm_stubs.h b/palacios/include/geekos/vmm_stubs.h index 3688ba9..aedb3e3 100644 --- a/palacios/include/geekos/vmm_stubs.h +++ b/palacios/include/geekos/vmm_stubs.h @@ -1,3 +1,6 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef __VMM_STUBS_H #define __VMM_STUBS_H diff --git a/palacios/include/palacios/svm.h b/palacios/include/palacios/svm.h index 97d6bd3..22cb157 100644 --- a/palacios/include/palacios/svm.h +++ b/palacios/include/palacios/svm.h @@ -1,5 +1,6 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef __SVM_H #define __SVM_H diff --git a/palacios/include/palacios/svm_halt.h b/palacios/include/palacios/svm_halt.h index 8e48d84..2a4ad85 100644 --- a/palacios/include/palacios/svm_halt.h +++ b/palacios/include/palacios/svm_halt.h @@ -1,3 +1,7 @@ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef __SVM_HALT_H #define __SVM_HALT_H diff --git a/palacios/include/palacios/svm_handler.h b/palacios/include/palacios/svm_handler.h index abe3b79..a0e54ed 100644 --- a/palacios/include/palacios/svm_handler.h +++ b/palacios/include/palacios/svm_handler.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __SVM_HANDLER_H #define __SVM_HANDLER_H diff --git a/palacios/include/palacios/svm_io.h b/palacios/include/palacios/svm_io.h index 722183f..b2b1f58 100644 --- a/palacios/include/palacios/svm_io.h +++ b/palacios/include/palacios/svm_io.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __SVM_IO_H #define __SVM_IO_H diff --git a/palacios/include/palacios/svm_pause.h b/palacios/include/palacios/svm_pause.h index 0b122ec..e92150b 100644 --- a/palacios/include/palacios/svm_pause.h +++ b/palacios/include/palacios/svm_pause.h @@ -1,5 +1,5 @@ -/* Northwestern University */ -/* (c) 2008, Jack Lange */ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ #ifndef __SVM_PAUSE_H #define __SVM_PAUSE_H diff --git a/palacios/include/palacios/svm_wbinvd.h b/palacios/include/palacios/svm_wbinvd.h index 1260386..db8081a 100644 --- a/palacios/include/palacios/svm_wbinvd.h +++ b/palacios/include/palacios/svm_wbinvd.h @@ -1,3 +1,6 @@ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ + #ifndef __SVM_WBINVD_H #define __SVM_WBINVD_H diff --git a/palacios/include/palacios/vm_dev.h b/palacios/include/palacios/vm_dev.h index e5f699a..cae6f1f 100644 --- a/palacios/include/palacios/vm_dev.h +++ b/palacios/include/palacios/vm_dev.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VM_DEV_H #define __VM_DEV_H diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 224bc33..5b37d8f 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VM_GUEST_H #define __VM_GUEST_H diff --git a/palacios/include/palacios/vm_guest_mem.h b/palacios/include/palacios/vm_guest_mem.h index 41961ba..4f17c5b 100644 --- a/palacios/include/palacios/vm_guest_mem.h +++ b/palacios/include/palacios/vm_guest_mem.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VM_GUEST_MEM_H #define __VM_GUEST_MEM_H diff --git a/palacios/include/palacios/vmcb.h b/palacios/include/palacios/vmcb.h index 05b252d..5728c74 100644 --- a/palacios/include/palacios/vmcb.h +++ b/palacios/include/palacios/vmcb.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMCB_H #define __VMCB_H diff --git a/palacios/include/palacios/vmcs.h b/palacios/include/palacios/vmcs.h index 28a947a..01d6ba2 100644 --- a/palacios/include/palacios/vmcs.h +++ b/palacios/include/palacios/vmcs.h @@ -1,5 +1,6 @@ -/* Northwestern University */ +/* (c) 2008, Peter Dinda */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMCS_H #define __VMCS_H diff --git a/palacios/include/palacios/vmcs_gen.h b/palacios/include/palacios/vmcs_gen.h index 5a07922..467ae78 100644 --- a/palacios/include/palacios/vmcs_gen.h +++ b/palacios/include/palacios/vmcs_gen.h @@ -1,3 +1,6 @@ +/* (c) 2008, The V3VEE Project */ + + #ifndef vmcs_gen #define vmcs_gen #include diff --git a/palacios/include/palacios/vmm.h b/palacios/include/palacios/vmm.h index 977cd0d..cf02258 100644 --- a/palacios/include/palacios/vmm.h +++ b/palacios/include/palacios/vmm.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_H #define __VMM_H diff --git a/palacios/include/palacios/vmm_config.h b/palacios/include/palacios/vmm_config.h index aa1b05f..1b41387 100644 --- a/palacios/include/palacios/vmm_config.h +++ b/palacios/include/palacios/vmm_config.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_CONFIG_H__ #define __VMM_CONFIG_H__ diff --git a/palacios/include/palacios/vmm_ctrl_regs.h b/palacios/include/palacios/vmm_ctrl_regs.h index 973fb07..96d5d16 100644 --- a/palacios/include/palacios/vmm_ctrl_regs.h +++ b/palacios/include/palacios/vmm_ctrl_regs.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_CTRL_REGS_H #define __VMM_CTRL_REGS_H diff --git a/palacios/include/palacios/vmm_debug.h b/palacios/include/palacios/vmm_debug.h index 31f3dcc..5424ab7 100644 --- a/palacios/include/palacios/vmm_debug.h +++ b/palacios/include/palacios/vmm_debug.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_DEBUG_H #define __VMM_DEBUG_H diff --git a/palacios/include/palacios/vmm_decoder.h b/palacios/include/palacios/vmm_decoder.h index 0d4fbba..b6e65e6 100644 --- a/palacios/include/palacios/vmm_decoder.h +++ b/palacios/include/palacios/vmm_decoder.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_EMULATE_H #define __VMM_EMULATE_H diff --git a/palacios/include/palacios/vmm_dev_mgr.h b/palacios/include/palacios/vmm_dev_mgr.h index 1d43578..17a3370 100644 --- a/palacios/include/palacios/vmm_dev_mgr.h +++ b/palacios/include/palacios/vmm_dev_mgr.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef _VMM_DEV_MGR #define _VMM_DEV_MGR diff --git a/palacios/include/palacios/vmm_emulator.h b/palacios/include/palacios/vmm_emulator.h index 4bba7ee..55d1c23 100644 --- a/palacios/include/palacios/vmm_emulator.h +++ b/palacios/include/palacios/vmm_emulator.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_EMULATOR_H__ #define __VMM_EMULATOR_H__ diff --git a/palacios/include/palacios/vmm_hashtable.h b/palacios/include/palacios/vmm_hashtable.h index 9e81e4f..380af91 100644 --- a/palacios/include/palacios/vmm_hashtable.h +++ b/palacios/include/palacios/vmm_hashtable.h @@ -1,5 +1,8 @@ /* Copyright (C) 2002 Christopher Clark */ /* Modifications made by Jack Lange */ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef __VMM_HASHTABLE_H__ #define __VMM_HASHTABLE_H__ diff --git a/palacios/include/palacios/vmm_intr.h b/palacios/include/palacios/vmm_intr.h index faf39f0..5c6b29b 100644 --- a/palacios/include/palacios/vmm_intr.h +++ b/palacios/include/palacios/vmm_intr.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_INTR_H_ #define __VMM_INTR_H_ diff --git a/palacios/include/palacios/vmm_io.h b/palacios/include/palacios/vmm_io.h index 1154499..b1e211c 100644 --- a/palacios/include/palacios/vmm_io.h +++ b/palacios/include/palacios/vmm_io.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_IO_H #define __VMM_IO_H diff --git a/palacios/include/palacios/vmm_list.h b/palacios/include/palacios/vmm_list.h index 4a69287..95da489 100644 --- a/palacios/include/palacios/vmm_list.h +++ b/palacios/include/palacios/vmm_list.h @@ -1,5 +1,7 @@ /* Stolen From Linux list implementation*/ /* Modifications by Jack Lange */ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef _VMM_LIST_H #define _VMM_LIST_H diff --git a/palacios/include/palacios/vmm_mem.h b/palacios/include/palacios/vmm_mem.h index 83bba61..c625744 100644 --- a/palacios/include/palacios/vmm_mem.h +++ b/palacios/include/palacios/vmm_mem.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_MEM_H #define __VMM_MEM_H diff --git a/palacios/include/palacios/vmm_paging.h b/palacios/include/palacios/vmm_paging.h index 94e034b..e11a452 100644 --- a/palacios/include/palacios/vmm_paging.h +++ b/palacios/include/palacios/vmm_paging.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_PAGING_H #define __VMM_PAGING_H diff --git a/palacios/include/palacios/vmm_queue.h b/palacios/include/palacios/vmm_queue.h index 82f8002..f66d06c 100644 --- a/palacios/include/palacios/vmm_queue.h +++ b/palacios/include/palacios/vmm_queue.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_QUEUE_H__ #define __VMM_QUEUE_H__ diff --git a/palacios/include/palacios/vmm_shadow_paging.h b/palacios/include/palacios/vmm_shadow_paging.h index 9766107..330f7ab 100644 --- a/palacios/include/palacios/vmm_shadow_paging.h +++ b/palacios/include/palacios/vmm_shadow_paging.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_SHADOW_PAGING_H #define __VMM_SHADOW_PAGING_H diff --git a/palacios/include/palacios/vmm_string.h b/palacios/include/palacios/vmm_string.h index 7246cef..1f33de1 100644 --- a/palacios/include/palacios/vmm_string.h +++ b/palacios/include/palacios/vmm_string.h @@ -1,6 +1,8 @@ -/* - * String library +/* * String library * Copyright (c) 2001,2004 David H. Hovemeyer +/* (c) 2008, Jack Lange */ +/* (c) 2008, Lei Xia */ +/* (c) 2008, The V3VEE Project */ * $Revision: 1.2 $ * * This is free software. You are permitted to use, diff --git a/palacios/include/palacios/vmm_time.h b/palacios/include/palacios/vmm_time.h index a2faab0..ccc7775 100644 --- a/palacios/include/palacios/vmm_time.h +++ b/palacios/include/palacios/vmm_time.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_TIME_H #define __VMM_TIME_H diff --git a/palacios/include/palacios/vmm_types.h b/palacios/include/palacios/vmm_types.h index c9e4744..623446f 100644 --- a/palacios/include/palacios/vmm_types.h +++ b/palacios/include/palacios/vmm_types.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_TYPES_H #define __VMM_TYPES_H diff --git a/palacios/include/palacios/vmm_util.h b/palacios/include/palacios/vmm_util.h index 6256027..3bc3fa4 100644 --- a/palacios/include/palacios/vmm_util.h +++ b/palacios/include/palacios/vmm_util.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_UTIL_H #define __VMM_UTIL_H diff --git a/palacios/include/palacios/vmm_xed.h b/palacios/include/palacios/vmm_xed.h index 559fac5..0b2ee0c 100644 --- a/palacios/include/palacios/vmm_xed.h +++ b/palacios/include/palacios/vmm_xed.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMM_XED_H__ #define __VMM_XED_H__ diff --git a/palacios/include/palacios/vmx.h b/palacios/include/palacios/vmx.h index e0691b7..3b40784 100644 --- a/palacios/include/palacios/vmx.h +++ b/palacios/include/palacios/vmx.h @@ -1,5 +1,6 @@ -/* Northwestern University */ +/* (c) 2008, Peter Dinda */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VMX_H #define __VMX_H diff --git a/palacios/src/devices/8237_dma.c b/palacios/src/devices/8237_dma.c index 00c91c5..43453d8 100644 --- a/palacios/src/devices/8237_dma.c +++ b/palacios/src/devices/8237_dma.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include diff --git a/palacios/src/devices/8254.c b/palacios/src/devices/8254.c index 8bb2e76..e6ddd52 100644 --- a/palacios/src/devices/8254.c +++ b/palacios/src/devices/8254.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/devices/8259a.c b/palacios/src/devices/8259a.c index f695d5d..6fe165e 100644 --- a/palacios/src/devices/8259a.c +++ b/palacios/src/devices/8259a.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/devices/generic.c b/palacios/src/devices/generic.c index e397cd2..3734a56 100644 --- a/palacios/src/devices/generic.c +++ b/palacios/src/devices/generic.c @@ -1,5 +1,5 @@ -/* Northwestern University */ -/* (c) 2008, Peter Dinda */ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/devices/keyboard.c b/palacios/src/devices/keyboard.c index 39accf5..73bd992 100644 --- a/palacios/src/devices/keyboard.c +++ b/palacios/src/devices/keyboard.c @@ -1,5 +1,5 @@ -/* Northwestern University */ -/* (c) 2008, Peter Dinda */ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/devices/nvram.c b/palacios/src/devices/nvram.c index 332c88d..da76b67 100644 --- a/palacios/src/devices/nvram.c +++ b/palacios/src/devices/nvram.c @@ -1,5 +1,5 @@ -/* Northwestern University */ -/* (c) 2008, Peter Dinda */ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/devices/serial.c b/palacios/src/devices/serial.c index d41bc8d..5186b55 100644 --- a/palacios/src/devices/serial.c +++ b/palacios/src/devices/serial.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/devices/simple_pic.c b/palacios/src/devices/simple_pic.c index bbc58f3..cedec2a 100644 --- a/palacios/src/devices/simple_pic.c +++ b/palacios/src/devices/simple_pic.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/devices/timer.c b/palacios/src/devices/timer.c index 59198ba..f008eb4 100644 --- a/palacios/src/devices/timer.c +++ b/palacios/src/devices/timer.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/geekos/debug.c b/palacios/src/geekos/debug.c index 513273a..e253a93 100644 --- a/palacios/src/geekos/debug.c +++ b/palacios/src/geekos/debug.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include diff --git a/palacios/src/geekos/mem.c b/palacios/src/geekos/mem.c index b7ae026..7bfb8aa 100644 --- a/palacios/src/geekos/mem.c +++ b/palacios/src/geekos/mem.c @@ -3,6 +3,7 @@ * Copyright (c) 2001,2003,2004 David H. Hovemeyer * Copyright (c) 2003, Jeffrey K. Hollingsworth * Copyright (c) 2008, Jack Lange + * Copyright (c) 2008, The V3VEE Project * $Revision: 1.13 $ * * This is free software. You are permitted to use, diff --git a/palacios/src/geekos/net.c b/palacios/src/geekos/net.c index cdbc500..dedb156 100644 --- a/palacios/src/geekos/net.c +++ b/palacios/src/geekos/net.c @@ -1,5 +1,7 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + + #include #include #include diff --git a/palacios/src/geekos/paging.c b/palacios/src/geekos/paging.c index 6618642..5aab5b1 100644 --- a/palacios/src/geekos/paging.c +++ b/palacios/src/geekos/paging.c @@ -2,6 +2,9 @@ * Paging (virtual memory) support * Copyright (c) 2003, Jeffrey K. Hollingsworth * Copyright (c) 2003,2004 David H. Hovemeyer + * (c) 2008, Peter Dinda + * (c) 2008, Jack Lange + * (c) 2008, The V3VEE Project * $Revision: 1.2 $ * * This is free software. You are permitted to use, diff --git a/palacios/src/geekos/pci.c b/palacios/src/geekos/pci.c index 1df608d..736a75b 100644 --- a/palacios/src/geekos/pci.c +++ b/palacios/src/geekos/pci.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/geekos/queue.c b/palacios/src/geekos/queue.c index 44530a4..675df3b 100644 --- a/palacios/src/geekos/queue.c +++ b/palacios/src/geekos/queue.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include diff --git a/palacios/src/geekos/reboot.c b/palacios/src/geekos/reboot.c index d176440..f6fbdf7 100644 --- a/palacios/src/geekos/reboot.c +++ b/palacios/src/geekos/reboot.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/geekos/ring_buffer.c b/palacios/src/geekos/ring_buffer.c index cde7c2b..71d4dc7 100644 --- a/palacios/src/geekos/ring_buffer.c +++ b/palacios/src/geekos/ring_buffer.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/geekos/serial.c b/palacios/src/geekos/serial.c index d499918..2f49f6d 100644 --- a/palacios/src/geekos/serial.c +++ b/palacios/src/geekos/serial.c @@ -1,3 +1,7 @@ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #include #include #include diff --git a/palacios/src/geekos/setup.asm b/palacios/src/geekos/setup.asm index 727f1d7..df10834 100644 --- a/palacios/src/geekos/setup.asm +++ b/palacios/src/geekos/setup.asm @@ -1,7 +1,9 @@ ; -*- fundamental -*- ; GeekOS setup code ; Copyright (c) 2001,2004 David H. Hovemeyer -; Copyright (c) 2008 Jack Lange +; (c) 2008, Peter Dinda +; (c) 2008, Jack Lange +; (c) 2008, The V3VEE Project ; $Revision: 1.8 $ ; This is free software. You are permitted to use, diff --git a/palacios/src/geekos/socket.c b/palacios/src/geekos/socket.c index 1fc868c..0d6fd37 100644 --- a/palacios/src/geekos/socket.c +++ b/palacios/src/geekos/socket.c @@ -1,6 +1,6 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ -/* (c) 2008, Lei Xia */ +/* (c) 2008, Lei Xia +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/geekos/timer.c b/palacios/src/geekos/timer.c index 17d6f1c..d3d4a6a 100644 --- a/palacios/src/geekos/timer.c +++ b/palacios/src/geekos/timer.c @@ -2,7 +2,8 @@ * GeekOS timer interrupt support * Copyright (c) 2001,2003 David H. Hovemeyer * Copyright (c) 2003, Jeffrey K. Hollingsworth - * Copyright (c) 2008, Jack Lange + * (c) 2008, Jack Lange + * (c) 2008, The V3VEE Project * $Revision: 1.11 $ * * This is free software. You are permitted to use, diff --git a/palacios/src/geekos/vm.c b/palacios/src/geekos/vm.c index 89fb693..1744208 100644 --- a/palacios/src/geekos/vm.c +++ b/palacios/src/geekos/vm.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include diff --git a/palacios/src/geekos/vmm_stubs.c b/palacios/src/geekos/vmm_stubs.c index 20c0c71..871009f 100644 --- a/palacios/src/geekos/vmm_stubs.c +++ b/palacios/src/geekos/vmm_stubs.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/palacios/svm.c b/palacios/src/palacios/svm.c index 2e720da..9999eea 100644 --- a/palacios/src/palacios/svm.c +++ b/palacios/src/palacios/svm.c @@ -1,6 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ - +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/palacios/svm_halt.c b/palacios/src/palacios/svm_halt.c index 9b95739..2f5157b 100644 --- a/palacios/src/palacios/svm_halt.c +++ b/palacios/src/palacios/svm_halt.c @@ -1,5 +1,7 @@ -/* Northwestern University */ /* (c) 2008, Peter Dinda */ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #include #include diff --git a/palacios/src/palacios/svm_handler.c b/palacios/src/palacios/svm_handler.c index 63f09ba..5bc0ff0 100644 --- a/palacios/src/palacios/svm_handler.c +++ b/palacios/src/palacios/svm_handler.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/palacios/svm_io.c b/palacios/src/palacios/svm_io.c index 2bffb45..5856b72 100644 --- a/palacios/src/palacios/svm_io.c +++ b/palacios/src/palacios/svm_io.c @@ -1,5 +1,7 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008 The V3VEE Project */ + + #include #include #include diff --git a/palacios/src/palacios/svm_lowlevel.asm b/palacios/src/palacios/svm_lowlevel.asm index b2966fe..c407a8e 100644 --- a/palacios/src/palacios/svm_lowlevel.asm +++ b/palacios/src/palacios/svm_lowlevel.asm @@ -1,7 +1,7 @@ ; -*- fundamental -*- -;; Northwestern University ;; (c) 2008, Jack Lange +;; (c) 2008, The V3VEE Project %ifndef SVM_ASM %define SVM_ASM diff --git a/palacios/src/palacios/svm_pause.c b/palacios/src/palacios/svm_pause.c index a6fadca..9c052cd 100644 --- a/palacios/src/palacios/svm_pause.c +++ b/palacios/src/palacios/svm_pause.c @@ -1,3 +1,6 @@ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ + #include #include diff --git a/palacios/src/palacios/svm_wbinvd.c b/palacios/src/palacios/svm_wbinvd.c index 1752e09..abee782 100644 --- a/palacios/src/palacios/svm_wbinvd.c +++ b/palacios/src/palacios/svm_wbinvd.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/palacios/vm_dev.c b/palacios/src/palacios/vm_dev.c index 8ed8147..441c6bf 100644 --- a/palacios/src/palacios/vm_dev.c +++ b/palacios/src/palacios/vm_dev.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/palacios/vm_guest.c b/palacios/src/palacios/vm_guest.c index 5dcf707..3572ee5 100644 --- a/palacios/src/palacios/vm_guest.c +++ b/palacios/src/palacios/vm_guest.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/palacios/vm_guest_mem.c b/palacios/src/palacios/vm_guest_mem.c index 07679bd..63f6037 100644 --- a/palacios/src/palacios/vm_guest_mem.c +++ b/palacios/src/palacios/vm_guest_mem.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/palacios/vmcb.c b/palacios/src/palacios/vmcb.c index b92c371..02b6050 100644 --- a/palacios/src/palacios/vmcb.c +++ b/palacios/src/palacios/vmcb.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/palacios/vmcs.c b/palacios/src/palacios/vmcs.c index 2a4ef97..68bec91 100644 --- a/palacios/src/palacios/vmcs.c +++ b/palacios/src/palacios/vmcs.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include diff --git a/palacios/src/palacios/vmcs_fields.asm b/palacios/src/palacios/vmcs_fields.asm index f354cf1..9661a4c 100644 --- a/palacios/src/palacios/vmcs_fields.asm +++ b/palacios/src/palacios/vmcs_fields.asm @@ -1,3 +1,8 @@ +;; (c) 2008, Peter Dinda +;; (c) 2008, Jack Lange +;; (c) 2008, The V3VEE Project + + %ifndef VMCS_FIELDS_ASM %define VMCS_FIELDS_ASM diff --git a/palacios/src/palacios/vmcs_gen.c b/palacios/src/palacios/vmcs_gen.c index cc7ad8f..3a81012 100644 --- a/palacios/src/palacios/vmcs_gen.c +++ b/palacios/src/palacios/vmcs_gen.c @@ -1,3 +1,7 @@ +/* Automatically Generated File */ +/* (c) 2008, The V3VEE Project */ + + #include diff --git a/palacios/src/palacios/vmm.c b/palacios/src/palacios/vmm.c index b7429b0..6eb6de3 100644 --- a/palacios/src/palacios/vmm.c +++ b/palacios/src/palacios/vmm.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/palacios/vmm_config.c b/palacios/src/palacios/vmm_config.c index 5bac0d4..ccd4a63 100644 --- a/palacios/src/palacios/vmm_config.c +++ b/palacios/src/palacios/vmm_config.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/palacios/vmm_ctrl_regs.c b/palacios/src/palacios/vmm_ctrl_regs.c index 5bf6dc1..26272cc 100644 --- a/palacios/src/palacios/vmm_ctrl_regs.c +++ b/palacios/src/palacios/vmm_ctrl_regs.c @@ -1,5 +1,6 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #include #include diff --git a/palacios/src/palacios/vmm_debug.c b/palacios/src/palacios/vmm_debug.c index b3c14b9..3d71204 100644 --- a/palacios/src/palacios/vmm_debug.c +++ b/palacios/src/palacios/vmm_debug.c @@ -1,5 +1,6 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #include #include diff --git a/palacios/src/palacios/vmm_decoder.c b/palacios/src/palacios/vmm_decoder.c index e859ee5..26b5e91 100644 --- a/palacios/src/palacios/vmm_decoder.c +++ b/palacios/src/palacios/vmm_decoder.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include diff --git a/palacios/src/palacios/vmm_dev_mgr.c b/palacios/src/palacios/vmm_dev_mgr.c index 02c3c9c..daea57c 100644 --- a/palacios/src/palacios/vmm_dev_mgr.c +++ b/palacios/src/palacios/vmm_dev_mgr.c @@ -1,5 +1,6 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #include #include diff --git a/palacios/src/palacios/vmm_emulator.c b/palacios/src/palacios/vmm_emulator.c index 8fa480b..8d81ece 100644 --- a/palacios/src/palacios/vmm_emulator.c +++ b/palacios/src/palacios/vmm_emulator.c @@ -1,5 +1,6 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #include #include diff --git a/palacios/src/palacios/vmm_hashtable.c b/palacios/src/palacios/vmm_hashtable.c index 533eaf6..1d626cd 100644 --- a/palacios/src/palacios/vmm_hashtable.c +++ b/palacios/src/palacios/vmm_hashtable.c @@ -1,5 +1,11 @@ /* Copyright (C) 2004 Christopher Clark */ /* Modifications made by Jack Lange */ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + + + + #include #include diff --git a/palacios/src/palacios/vmm_intr.c b/palacios/src/palacios/vmm_intr.c index 96caa7c..242d63b 100644 --- a/palacios/src/palacios/vmm_intr.c +++ b/palacios/src/palacios/vmm_intr.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/palacios/vmm_io.c b/palacios/src/palacios/vmm_io.c index fa17c53..a73fae4 100644 --- a/palacios/src/palacios/vmm_io.c +++ b/palacios/src/palacios/vmm_io.c @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #include #include diff --git a/palacios/src/palacios/vmm_lowlevel.asm b/palacios/src/palacios/vmm_lowlevel.asm index 4eab223..d4df033 100644 --- a/palacios/src/palacios/vmm_lowlevel.asm +++ b/palacios/src/palacios/vmm_lowlevel.asm @@ -1,6 +1,8 @@ ; -*- fundamental -*- -;; Northwestern University -;; (c) 2008, Jack Lange + +;; (c) 2008, Jack Lange +;; (c) 2008, The V3VEE Project + %ifndef VMM_ASM %define VMM_ASM diff --git a/palacios/src/palacios/vmm_mem.c b/palacios/src/palacios/vmm_mem.c index 0700683..3c7f5a7 100644 --- a/palacios/src/palacios/vmm_mem.c +++ b/palacios/src/palacios/vmm_mem.c @@ -1,5 +1,6 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #include #include diff --git a/palacios/src/palacios/vmm_paging.c b/palacios/src/palacios/vmm_paging.c index 127ec45..0d6e9ea 100644 --- a/palacios/src/palacios/vmm_paging.c +++ b/palacios/src/palacios/vmm_paging.c @@ -1,5 +1,6 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #include diff --git a/palacios/src/palacios/vmm_queue.c b/palacios/src/palacios/vmm_queue.c index 8a90edc..cd06790 100644 --- a/palacios/src/palacios/vmm_queue.c +++ b/palacios/src/palacios/vmm_queue.c @@ -1,5 +1,6 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #include diff --git a/palacios/src/palacios/vmm_shadow_paging.c b/palacios/src/palacios/vmm_shadow_paging.c index e9a8cff..05d913d 100644 --- a/palacios/src/palacios/vmm_shadow_paging.c +++ b/palacios/src/palacios/vmm_shadow_paging.c @@ -1,5 +1,6 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #include diff --git a/palacios/src/palacios/vmm_string.c b/palacios/src/palacios/vmm_string.c index 18722e5..af912b4 100644 --- a/palacios/src/palacios/vmm_string.c +++ b/palacios/src/palacios/vmm_string.c @@ -1,12 +1,17 @@ /* * String library * Copyright (c) 2001,2004 David H. Hovemeyer + * (c) 2008, Jack Lange + * (c) 2008, The V3VEE Project * $Revision: 1.2 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". */ + + + /* * NOTE: * These are slow and simple implementations of a subset of diff --git a/palacios/src/palacios/vmm_symbol.asm b/palacios/src/palacios/vmm_symbol.asm index cd9841e..aa59fc8 100644 --- a/palacios/src/palacios/vmm_symbol.asm +++ b/palacios/src/palacios/vmm_symbol.asm @@ -1,5 +1,7 @@ ; Symbol mangling macros ; Copyright (c) 2001, David H. Hovemeyer +; (c) 2008, Jack Lange +; (c) 2008, The V3VEE Project ; $Revision: 1.1 $ ; This file defines macros for dealing with externally-visible diff --git a/palacios/src/palacios/vmm_time.c b/palacios/src/palacios/vmm_time.c index 0a719c5..2bb88b3 100644 --- a/palacios/src/palacios/vmm_time.c +++ b/palacios/src/palacios/vmm_time.c @@ -1,5 +1,6 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #include "palacios/vmm_time.h" #include "palacios/vmm.h" diff --git a/palacios/src/palacios/vmm_util.c b/palacios/src/palacios/vmm_util.c index 3e3e388..950d085 100644 --- a/palacios/src/palacios/vmm_util.c +++ b/palacios/src/palacios/vmm_util.c @@ -1,5 +1,6 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #include diff --git a/palacios/src/palacios/vmm_xed.c b/palacios/src/palacios/vmm_xed.c index 140ecb6..be22914 100644 --- a/palacios/src/palacios/vmm_xed.c +++ b/palacios/src/palacios/vmm_xed.c @@ -1,5 +1,6 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifdef __DECODER_TEST__ #include "vmm_decoder.h" diff --git a/palacios/src/palacios/vmx.c b/palacios/src/palacios/vmx.c index e60eb49..47919b8 100644 --- a/palacios/src/palacios/vmx.c +++ b/palacios/src/palacios/vmx.c @@ -1,5 +1,7 @@ -/* Northwestern University */ +/* (c) 2008, Peter Dinda */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + /* Eventually we want to get rid of these */ diff --git a/palacios/src/palacios/vmx_lowlevel.asm b/palacios/src/palacios/vmx_lowlevel.asm index e40ace7..1916b55 100644 --- a/palacios/src/palacios/vmx_lowlevel.asm +++ b/palacios/src/palacios/vmx_lowlevel.asm @@ -1,7 +1,8 @@ ; -*- fundamental -*- -;; Northwestern University ;; (c) 2008, Jack Lange +;; (c) 2008, The V3VEE Project + %ifndef VMX_ASM %define VMX_ASM