Changeset 28800 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Apr 27, 2010 8:22:32 AM (15 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxGuestLib
- Files:
-
- 36 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp
r26493 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2009 Sun Microsystems, Inc.7 * Copyright (C) 2006-2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp
r26425 r28800 8 8 9 9 /* 10 * Copyright (C) 2006-2007 Sun Microsystems, Inc.10 * Copyright (C) 2006-2007 Oracle Corporation 11 11 * 12 12 * This file is part of VirtualBox Open Source Edition (OSE), as … … 26 26 * You may elect to license modified versions of this file under the 27 27 * terms and conditions of either the GPL or the CDDL or both. 28 *29 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa30 * Clara, CA 95054 USA or visit http://www.sun.com if you need31 * additional information or have any questions.32 28 */ 33 29 -
trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp
r28518 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp
r26642 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r28434 r28800 5 5 6 6 # 7 # Copyright (C) 2006-2010 Sun Microsystems, Inc.7 # Copyright (C) 2006-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 # You may elect to license modified versions of this file under the 24 24 # terms and conditions of either the GPL or the CDDL or both. 25 #26 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 # Clara, CA 95054 USA or visit http://www.sun.com if you need28 # additional information or have any questions.29 25 # 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp
r26642 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2009 Sun Microsystems, Inc.7 * Copyright (C) 2006-2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLR3Internal.h
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.h
r26425 r28800 4 4 5 5 /* 6 * Copyright (C) 2006-2007 Sun Microsystems, Inc.6 * Copyright (C) 2006-2007 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 * You may elect to license modified versions of this file under the 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 *25 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 * Clara, CA 95054 USA or visit http://www.sun.com if you need27 * additional information or have any questions.28 24 */ 29 25 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h
r26425 r28800 4 4 5 5 /* 6 * Copyright (C) 2006-2007 Sun Microsystems, Inc.6 * Copyright (C) 2006-2007 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 * You may elect to license modified versions of this file under the 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 *25 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 * Clara, CA 95054 USA or visit http://www.sun.com if you need27 * additional information or have any questions.28 24 */ 29 25 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp
r28544 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp
r27083 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibClipboard.cpp
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCpuHotPlug.cpp
r27083 r28800 5 5 6 6 /* 7 * Copyright (C) 2010 Sun Microsystems, Inc.7 * Copyright (C) 2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCredentials.cpp
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp
r27748 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2009 Sun Microsystems, Inc.7 * Copyright (C) 2007-2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibEvent.cpp
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGR.cpp
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp
r28557 r28800 5 5 6 6 /* 7 * Copyright (C) 2010 Sun Microsystems, Inc.7 * Copyright (C) 2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibHostVersion.cpp
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibLog.cpp
r27083 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibModule.cpp
r28434 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp
r28303 r28800 7 7 8 8 /* 9 * Copyright (C) 2007-2010 Sun Microsystems, Inc.9 * Copyright (C) 2007-2010 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 25 25 * You may elect to license modified versions of this file under the 26 26 * terms and conditions of either the GPL or the CDDL or both. 27 *28 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa29 * Clara, CA 95054 USA or visit http://www.sun.com if you need30 * additional information or have any questions.31 27 */ 32 28 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibStat.cpp
r27083 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibTime.cpp
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2009 Sun Microsystems, Inc.7 * Copyright (C) 2007-2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp
r26425 r28800 4 4 5 5 /* 6 * Copyright (C) 2006-2007 Sun Microsystems, Inc.6 * Copyright (C) 2006-2007 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 * You may elect to license modified versions of this file under the 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 *25 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 * Clara, CA 95054 USA or visit http://www.sun.com if you need27 * additional information or have any questions.28 24 */ 29 25 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VbglR0CanUsePhysPageList.cpp
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26
Note:
See TracChangeset
for help on using the changeset viewer.