Changeset 8155 in vbox for trunk/src/VBox/VMM/PATM/VMMGC
- Timestamp:
- Apr 18, 2008 3:16:47 PM (17 years ago)
- Location:
- trunk/src/VBox/VMM/PATM/VMMGC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp
r5999 r8155 5 5 6 6 /* 7 * Copyright (C) 2006-2007 innotek GmbH7 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 16 20 */ 17 21 -
trunk/src/VBox/VMM/PATM/VMMGC/Makefile.kmk
r5999 r8155 1 1 # 2 # Copyright (C) 2006-2007 innotek GmbH2 # Copyright (C) 2006-2007 Sun Microsystems, Inc. 3 3 # 4 4 # This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 11 # 12 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 13 # Clara, CA 95054 USA or visit http://www.sun.com if you need 14 # additional information or have any questions. 15 # 12 16 13 17 # Forward to the parent makefile. -
trunk/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp
r5999 r8155 5 5 6 6 /* 7 * Copyright (C) 2006-2007 innotek GmbH7 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 16 20 */ 17 21
Note:
See TracChangeset
for help on using the changeset viewer.