Changeset 8155 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGuest
- Timestamp:
- Apr 18, 2008 3:16:47 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29865
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxGuest
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp
r7233 r8155 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/Helper.h
r5999 r8155 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk
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/Additions/WINNT/VBoxGuest/NTLegacy.cpp
r5999 r8155 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.h
r5999 r8155 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver NT legacy code 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
r5999 r8155 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf
r8107 r8155 2 2 ; INF file for installing the VirtualBox Windows guest driver 3 3 ; 4 ; Copyright (C) 2006-2007 innotek GmbH4 ; Copyright (C) 2006-2007 Sun Microsystems, Inc. 5 5 ; 6 6 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 11 11 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 12 12 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 ; 14 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 15 ; Clara, CA 95054 USA or visit http://www.sun.com if you need 16 ; additional information or have any questions. 13 17 ; 14 18 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.rc
r8107 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 … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 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. 11 15 */ 12 16 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestInst.cpp
r5999 r8155 3 3 * Small tool to (un)install the VBoxGuest device driver 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestMsg.mc
r5999 r8155 2 2 ; VBoxGuest Device Driver Messages 3 3 ; 4 ; Copyright (C) 2006-2007 innotek GmbH4 ; Copyright (C) 2006-2007 Sun Microsystems, Inc. 5 5 ; 6 6 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 11 11 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 12 12 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 ; 14 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 15 ; Clara, CA 95054 USA or visit http://www.sun.com if you need 16 ; additional information or have any questions. 13 17 ; 14 18 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp
r5999 r8155 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver PnP code 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.h
r5999 r8155 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver PnP code 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h
r5999 r8155 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19
Note:
See TracChangeset
for help on using the changeset viewer.