Changeset 28800 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Apr 27, 2010 8:22:32 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60692
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 135 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk
r27636 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/Makefile.kmk
r23452 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/debug.c
r26562 r28800 1 1 /******************************Module*Header*******************************\ 2 2 * 3 * Copyright (C) 2006-2007 Sun Microsystems, Inc.3 * Copyright (C) 2006-2007 Oracle Corporation 4 4 * 5 5 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 *13 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa14 * Clara, CA 95054 USA or visit http://www.sun.com if you need15 * additional information or have any questions.16 12 */ 17 13 /* -
trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/debug.h
r18246 r28800 1 1 /***************************************************************************\ 2 2 * 3 * Copyright (C) 2006-2007 Sun Microsystems, Inc.3 * Copyright (C) 2006-2007 Oracle Corporation 4 4 * 5 5 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 *13 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa14 * Clara, CA 95054 USA or visit http://www.sun.com if you need15 * additional information or have any questions.16 12 */ 17 13 /* -
trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/driver.h
r26493 r28800 1 1 /******************************Module*Header*******************************\ 2 2 * 3 * Copyright (C) 2006-2007 Sun Microsystems, Inc.3 * Copyright (C) 2006-2007 Oracle Corporation 4 4 * 5 5 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 *13 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa14 * Clara, CA 95054 USA or visit http://www.sun.com if you need15 * additional information or have any questions.16 12 */ 17 13 /* -
trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/enable.c
r26562 r28800 1 1 /******************************Module*Header*******************************\ 2 2 * 3 * Copyright (C) 2006-2007 Sun Microsystems, Inc.3 * Copyright (C) 2006-2007 Oracle Corporation 4 4 * 5 5 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 *13 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa14 * Clara, CA 95054 USA or visit http://www.sun.com if you need15 * additional information or have any questions.16 12 */ 17 13 /* -
trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/screen.c
r26562 r28800 1 1 /******************************Module*Header*******************************\ 2 2 * 3 * Copyright (C) 2006-2007 Sun Microsystems, Inc.3 * Copyright (C) 2006-2007 Oracle Corporation 4 4 * 5 5 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 *13 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa14 * Clara, CA 95054 USA or visit http://www.sun.com if you need15 * additional information or have any questions.16 12 */ 17 13 /* -
trunk/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.def
r8155 r28800 3 3 ; * VBoxDisp -- Windows Guest Video Driver 4 4 ; * 5 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.5 ; Copyright (C) 2006-2007 Oracle Corporation 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 ; 15 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 ; Clara, CA 95054 USA or visit http://www.sun.com if you need17 ; additional information or have any questions.18 ;19 15 ; */ 20 16 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/color.c
r18246 r28800 1 1 /******************************Module*Header*******************************\ 2 2 * 3 * Copyright (C) 2006-2007 Sun Microsystems, Inc.3 * Copyright (C) 2006-2007 Oracle Corporation 4 4 * 5 5 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 *13 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa14 * Clara, CA 95054 USA or visit http://www.sun.com if you need15 * additional information or have any questions.16 12 */ 17 13 /* -
trunk/src/VBox/Additions/WINNT/Graphics/Display/dd.c
r27839 r28800 3 3 /******************************Module*Header**********************************\ 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 /* -
trunk/src/VBox/Additions/WINNT/Graphics/Display/dd.h
r24646 r28800 5 5 * Display driver screen DirectDraw entry points. 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 #ifndef __VBOX_DD_H__ -
trunk/src/VBox/Additions/WINNT/Graphics/Display/debug.c
r18246 r28800 1 1 /******************************Module*Header*******************************\ 2 2 * 3 * Copyright (C) 2006-2007 Sun Microsystems, Inc.3 * Copyright (C) 2006-2007 Oracle Corporation 4 4 * 5 5 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 *13 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa14 * Clara, CA 95054 USA or visit http://www.sun.com if you need15 * additional information or have any questions.16 12 */ 17 13 /* -
trunk/src/VBox/Additions/WINNT/Graphics/Display/debug.h
r26493 r28800 1 1 /***************************************************************************\ 2 2 * 3 * Copyright (C) 2006-2007 Sun Microsystems, Inc.3 * Copyright (C) 2006-2007 Oracle Corporation 4 4 * 5 5 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 *13 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa14 * Clara, CA 95054 USA or visit http://www.sun.com if you need15 * additional information or have any questions.16 12 */ 17 13 /* -
trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h
r27839 r28800 1 1 /******************************Module*Header*******************************\ 2 2 * 3 * Copyright (C) 2006-2007 Sun Microsystems, Inc.3 * Copyright (C) 2006-2007 Oracle Corporation 4 4 * 5 5 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 *13 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa14 * Clara, CA 95054 USA or visit http://www.sun.com if you need15 * additional information or have any questions.16 12 */ 17 13 /* -
trunk/src/VBox/Additions/WINNT/Graphics/Display/drv.c
r25052 r28800 5 5 * Display driver screen draw entry points. 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/enable.c
r26505 r28800 1 1 /******************************Module*Header*******************************\ 2 2 * 3 * Copyright (C) 2006-2007 Sun Microsystems, Inc.3 * Copyright (C) 2006-2007 Oracle Corporation 4 4 * 5 5 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 *13 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa14 * Clara, CA 95054 USA or visit http://www.sun.com if you need15 * additional information or have any questions.16 12 */ 17 13 /* -
trunk/src/VBox/Additions/WINNT/Graphics/Display/palette.c
r18246 r28800 1 1 /******************************Module*Header*******************************\ 2 2 * 3 * Copyright (C) 2006-2007 Sun Microsystems, Inc.3 * Copyright (C) 2006-2007 Oracle Corporation 4 4 * 5 5 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 *13 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa14 * Clara, CA 95054 USA or visit http://www.sun.com if you need15 * additional information or have any questions.16 12 */ 17 13 /* -
trunk/src/VBox/Additions/WINNT/Graphics/Display/pointer.c
r22465 r28800 1 1 /******************************Module*Header*******************************\ 2 2 * 3 * Copyright (C) 2006-2007 Sun Microsystems, Inc.3 * Copyright (C) 2006-2007 Oracle Corporation 4 4 * 5 5 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 *13 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa14 * Clara, CA 95054 USA or visit http://www.sun.com if you need15 * additional information or have any questions.16 12 */ 17 13 /* -
trunk/src/VBox/Additions/WINNT/Graphics/Display/screen.c
r27839 r28800 1 1 /******************************Module*Header*******************************\ 2 2 * 3 * Copyright (C) 2006-2007 Sun Microsystems, Inc.3 * Copyright (C) 2006-2007 Oracle Corporation 4 4 * 5 5 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 11 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 *13 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa14 * Clara, CA 95054 USA or visit http://www.sun.com if you need15 * additional information or have any questions.16 12 */ 17 13 /* -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vbox.c
r27839 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vbva.c
r26562 r28800 5 5 * VBVA dirty rectangles calculations. 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vbvavrdp.h
r17615 r28800 5 5 * VRDP and VBVA handlers header. 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vhwa.c
r27839 r28800 7 7 8 8 /* 9 * Copyright (C) 2009 Sun Microsystems, Inc.9 * Copyright (C) 2009 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 16 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa20 * Clara, CA 95054 USA or visit http://www.sun.com if you need21 * additional information or have any questions.22 18 */ 23 19 #include "driver.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c
r26562 r28800 7 7 8 8 /* 9 * Copyright (C) 2006-2007 Sun Microsystems, Inc.9 * Copyright (C) 2006-2007 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 16 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa20 * Clara, CA 95054 USA or visit http://www.sun.com if you need21 * additional information or have any questions.22 18 */ 23 19 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.c
r26562 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 … … 17 17 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 18 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 *20 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa21 * Clara, CA 95054 USA or visit http://www.sun.com if you need22 * additional information or have any questions.23 19 */ 24 20 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.h
r8155 r28800 5 5 * VRDP bitmap cache. 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdptext.c
r18511 r28800 7 7 8 8 /* 9 * Copyright (C) 2006-2007 Sun Microsystems, Inc.9 * Copyright (C) 2006-2007 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 16 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa20 * Clara, CA 95054 USA or visit http://www.sun.com if you need21 * additional information or have any questions.22 18 */ 23 19 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp
r27640 r28800 3 3 * VBoxVideo Display D3D User mode dll 4 4 * 5 * Copyright (C) 2010 Sun Microsystems, Inc.5 * Copyright (C) 2010 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 #include <windows.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.def
r26928 r28800 3 3 ; * VBoxDispD3D 4 4 ; * 5 ; Copyright (C) 2010 Sun Microsystems, Inc.5 ; Copyright (C) 2010 Oracle Corporation 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 ; 15 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 ; Clara, CA 95054 USA or visit http://www.sun.com if you need17 ; additional information or have any questions.18 ;19 15 ; */ 20 16 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.h
r27505 r28800 3 3 * VBoxVideo Display D3D User mode dll 4 4 * 5 * Copyright (C) 2010 Sun Microsystems, Inc.5 * Copyright (C) 2010 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 #ifndef ___VBoxDispD3D_h___ -
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.rc
r26928 r28800 1 1 /* 2 * Copyright (C) 2010 Sun Microsystems, Inc.2 * Copyright (C) 2010 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D64.def
r26928 r28800 3 3 ; * VBoxDispD3D 64bit 4 4 ; * 5 ; Copyright (C) 2010 Sun Microsystems, Inc.5 ; Copyright (C) 2010 Oracle Corporation 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 ; 15 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 ; Clara, CA 95054 USA or visit http://www.sun.com if you need17 ; additional information or have any questions.18 ;19 15 ; */ 20 16 -
trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk
r27129 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp
r28264 r28800 3 3 * VBoxGuest -- VirtualBox Win 2000/XP guest video driver 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.h
r28264 r28800 3 3 * VBoxGuest -- VirtualBox Win 2000/XP guest video driver 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk
r28228 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/Makefile.kmk
r23452 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/helpers.c
r26562 r28800 3 3 * vrdpvd.sys - VirtualBox Windows NT/2000/XP guest mirror video driver 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 * * 19 15 */ -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpdd.inf
r11636 r28800 3 3 ; Installation inf for the vrdpdd mirror graphics adapter. 4 4 ; 5 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.5 ; Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 ; Clara, CA 95054 USA or visit http://www.sun.com if you need17 ; additional information or have any questions.18 14 ; 19 15 , license agreement apply instead of the previous paragraph. -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.c
r26562 r28800 3 3 * vrdpvd.sys - VirtualBox Windows NT/2000/XP guest mirror video driver 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.h
r8155 r28800 3 3 * vrdpvd.sys - VirtualBox Windows NT/2000/XP guest mirror video driver 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxHGSMI.h
r23255 r28800 6 6 7 7 /* 8 * Copyright (C) 2006-2009 Sun Microsystems, Inc.8 * Copyright (C) 2006-2009 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 * Clara, CA 95054 USA or visit http://www.sun.com if you need20 * additional information or have any questions.21 17 */ 22 18 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp
r28382 r28800 4 4 * Based on DDK sample code. 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 … … 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 * Clara, CA 95054 USA or visit http://www.sun.com if you need18 * additional information or have any questions.19 15 */ 20 16 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.def
r8155 r28800 3 3 ; VBoxVideo -- Windows Guest Additions Video Driver 4 4 ; 5 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.5 ; Copyright (C) 2006-2007 Oracle Corporation 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 ; 15 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 ; Clara, CA 95054 USA or visit http://www.sun.com if you need17 ; additional information or have any questions.18 ;19 15 20 16 LIBRARY VBoxVideo -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
r28382 r28800 2 2 * VirtualBox Video miniport driver 3 3 * 4 * Copyright (C) 2006-2007 Sun Microsystems, Inc.4 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa15 * Clara, CA 95054 USA or visit http://www.sun.com if you need16 * additional information or have any questions.17 13 */ 18 14 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf
r22546 r28800 2 2 ; VirtualBox Video miniport driver 3 3 ; 4 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.4 ; Copyright (C) 2006-2007 Oracle Corporation 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, Santa15 ; Clara, CA 95054 USA or visit http://www.sun.com if you need16 ; additional information or have any questions.17 13 ; 18 14 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideoHGSMI.cpp
r28228 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/vboxioctl.h
r27839 r28800 6 6 7 7 /* 8 * Copyright (C) 2006-2007 Sun Microsystems, Inc.8 * Copyright (C) 2006-2007 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 * Clara, CA 95054 USA or visit http://www.sun.com if you need20 * additional information or have any questions.21 17 */ 22 18 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoShgsmi.cpp
r28228 r28800 1 1 /* 2 * Copyright (C) 2010 Sun Microsystems, Inc.2 * Copyright (C) 2010 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoShgsmi.h
r28228 r28800 1 1 /* 2 * Copyright (C) 2010 Sun Microsystems, Inc.2 * Copyright (C) 2010 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 #ifndef ___VBoxVideoShgsmi_h___ -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVbva.cpp
r28228 r28800 5 5 * VBVA dirty rectangles calculations. 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVbva.h
r28228 r28800 1 1 /* 2 * Copyright (C) 2010 Sun Microsystems, Inc.2 * Copyright (C) 2010 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 #ifndef ___VBoxVideoVbva_h___ -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVdma.cpp
r28229 r28800 1 1 /* 2 * Copyright (C) 2010 Sun Microsystems, Inc.2 * Copyright (C) 2010 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVdma.h
r28228 r28800 1 1 /* 2 * Copyright (C) 2010 Sun Microsystems, Inc.2 * Copyright (C) 2010 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 #ifndef ___VBoxVideoVdma_h___ -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVidPn.cpp
r28011 r28800 1 1 /* 2 * Copyright (C) 2010 Sun Microsystems, Inc.2 * Copyright (C) 2010 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 #include "../VBoxVideo.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVidPn.h
r28031 r28800 1 1 /* 2 * Copyright (C) 2010 Sun Microsystems, Inc.2 * Copyright (C) 2010 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 #ifndef ___VBoxVideoVidPn_h___ -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp
r28382 r28800 1 1 /* 2 * Copyright (C) 2010 Sun Microsystems, Inc.2 * Copyright (C) 2010 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.def
r25982 r28800 3 3 ; VBoxVideo -- Windows Guest Additions Video Driver 4 4 ; 5 ; Copyright (C) 2010 Sun Microsystems, Inc.5 ; Copyright (C) 2010 Oracle Corporation 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 ; 15 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 ; Clara, CA 95054 USA or visit http://www.sun.com if you need17 ; additional information or have any questions.18 ;19 15 LIBRARY VBoxVideoWddm -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.h
r28322 r28800 1 1 /* 2 * Copyright (C) 2010 Sun Microsystems, Inc.2 * Copyright (C) 2010 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 #ifndef ___VBoxVideoWddm_h___ -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.inf
r26928 r28800 2 2 ; VirtualBox Video Wddm driver 3 3 ; 4 ; Copyright (C) 2010 Sun Microsystems, Inc.4 ; Copyright (C) 2010 Oracle Corporation 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, Santa15 ; Clara, CA 95054 USA or visit http://www.sun.com if you need16 ; additional information or have any questions.17 13 ; 18 14 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.rc
r26505 r28800 1 1 /* 2 * Copyright (C) 2010 Sun Microsystems, Inc.2 * Copyright (C) 2010 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 #include <windows.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/Makefile.kmk
r28475 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d8.rc
r20581 r28800 8 8 9 9 /* 10 * Copyright (C) 2009 Sun Microsystems, Inc.10 * Copyright (C) 2009 Oracle Corporation 11 11 * 12 12 * This file is part of VirtualBox Open Source Edition (OSE), as … … 17 17 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 18 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 *20 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa21 * Clara, CA 95054 USA or visit http://www.sun.com if you need22 * additional information or have any questions.23 19 */ 24 20 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d8_main.c
r20508 r28800 6 6 7 7 /* 8 * Copyright (C) 2009 Sun Microsystems, Inc.8 * Copyright (C) 2009 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 * Clara, CA 95054 USA or visit http://www.sun.com if you need20 * additional information or have any questions.21 17 */ 22 18 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d9.rc
r20581 r28800 8 8 9 9 /* 10 * Copyright (C) 2009 Sun Microsystems, Inc.10 * Copyright (C) 2009 Oracle Corporation 11 11 * 12 12 * This file is part of VirtualBox Open Source Edition (OSE), as … … 17 17 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 18 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 *20 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa21 * Clara, CA 95054 USA or visit http://www.sun.com if you need22 * additional information or have any questions.23 19 */ 24 20 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d9_main.c
r20508 r28800 6 6 7 7 /* 8 * Copyright (C) 2009 Sun Microsystems, Inc.8 * Copyright (C) 2009 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 * Clara, CA 95054 USA or visit http://www.sun.com if you need20 * additional information or have any questions.21 17 */ 22 18 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/sw_common.c
r23870 r28800 6 6 7 7 /* 8 * Copyright (C) 2009 Sun Microsystems, Inc.8 * Copyright (C) 2009 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 * Clara, CA 95054 USA or visit http://www.sun.com if you need20 * additional information or have any questions.21 17 */ 22 18 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/switcher.h
r20508 r28800 6 6 7 7 /* 8 * Copyright (C) 2009 Sun Microsystems, Inc.8 * Copyright (C) 2009 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 * Clara, CA 95054 USA or visit http://www.sun.com if you need20 * additional information or have any questions.21 17 */ 22 18 -
trunk/src/VBox/Additions/WINNT/Makefile.kmk
r25807 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 … … 13 13 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 #16 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 # Clara, CA 95054 USA or visit http://www.sun.com if you need18 # additional information or have any questions.19 15 # 20 16 -
trunk/src/VBox/Additions/WINNT/MouseFilter/Makefile.kmk
r23846 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.cpp
r26922 r28800 5 5 * Based on a Microsoft DDK sample 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.h
r21227 r28800 6 6 7 7 /* 8 * Copyright (C) 2006-2007 Sun Microsystems, Inc.8 * Copyright (C) 2006-2007 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 * Clara, CA 95054 USA or visit http://www.sun.com if you need20 * additional information or have any questions.21 17 */ 22 18 -
trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.inf
r23846 r28800 3 3 ; (driver for Windows 2000 and later). 4 4 ; 5 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.5 ; Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 ; Clara, CA 95054 USA or visit http://www.sun.com if you need17 ; additional information or have any questions.18 14 ; 19 15 -
trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.rc
r26505 r28800 1 1 /* 2 * Copyright (C) 2006-2007 Sun Microsystems, Inc.2 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/Makefile.kmk
r25883 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredPoller.cpp
r26380 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredPoller.h
r25883 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProv.rc
r25883 r28800 1 1 /* 2 * Copyright (C) 2009 Sun Microsystems, Inc.2 * Copyright (C) 2009 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/guid.cpp
r25883 r28800 3 3 * guid -- GUID of VBoxCredProv. 4 4 * 5 * Copyright (C) 2009 Sun Microsystems, Inc.5 * Copyright (C) 2009 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/testcase/Makefile.kmk
r27901 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Dialog.cpp
r26493 r28800 3 3 * VBoxGINA -- Windows Logon DLL for VirtualBox Dialog Code 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Dialog.h
r26493 r28800 3 3 * VBoxGINA -- Windows Logon DLL for VirtualBox Dialog code 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp
r24320 r28800 3 3 * VBoxGINA -- Windows Logon DLL for VirtualBox Helper Functions 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.h
r26493 r28800 3 3 * VBoxGINA -- Windows Logon DLL for VirtualBox Helper Functions 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk
r23452 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp
r25864 r28800 3 3 * VBoxGINA -- Windows Logon DLL for VirtualBox 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.def
r8155 r28800 3 3 ; * VBoxGINA -- Windows Logon DLL for VirtualBox 4 4 ; * 5 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.5 ; Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 ; Clara, CA 95054 USA or visit http://www.sun.com if you need17 ; additional information or have any questions.18 14 ; 19 15 ; */ -
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.h
r26493 r28800 3 3 * VBoxGINA -- Windows Logon DLL for VirtualBox 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.rc
r26562 r28800 1 1 /* 2 * Copyright (C) 2006-2007 Sun Microsystems, Inc.2 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp
r26922 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 … … 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 * Clara, CA 95054 USA or visit http://www.sun.com if you need18 * additional information or have any questions.19 15 */ 20 16 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/Helper.h
r26493 r28800 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/HelperBugCheck.cpp
r26163 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 … … 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 * Clara, CA 95054 USA or visit http://www.sun.com if you need18 * additional information or have any questions.19 15 */ 20 16 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk
r23452 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.cpp
r25141 r28800 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.h
r8155 r28800 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver NT legacy code 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
r27048 r28800 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf
r16359 r28800 2 2 ; INF file for installing the VirtualBox Windows guest driver 3 3 ; 4 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.4 ; Copyright (C) 2006-2007 Oracle Corporation 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, Santa15 ; Clara, CA 95054 USA or visit http://www.sun.com if you need16 ; additional information or have any questions.17 13 ; 18 14 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.rc
r26505 r28800 1 1 /* 2 * Copyright (C) 2006-2007 Sun Microsystems, Inc.2 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestInst.cpp
r8155 r28800 3 3 * Small tool to (un)install the VBoxGuest device driver 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestMsg.mc
r8155 r28800 2 2 ; VBoxGuest Device Driver Messages 3 3 ; 4 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.4 ; Copyright (C) 2006-2007 Oracle Corporation 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, Santa15 ; Clara, CA 95054 USA or visit http://www.sun.com if you need16 ; additional information or have any questions.17 13 ; 18 14 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp
r26922 r28800 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver PnP code 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.h
r8155 r28800 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver PnP code 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h
r27023 r28800 3 3 * VBoxGuest -- VirtualBox Win32 guest support driver 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxHook/Makefile.kmk
r23452 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.cpp
r26562 r28800 3 3 * VBoxHook -- Global windows hook dll 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 #include <Windows.h> -
trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.def
r8387 r28800 3 3 ; * VBoxHook -- Global windows hook dll 4 4 ; * 5 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.5 ; Copyright (C) 2006-2007 Oracle Corporation 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 ; 15 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 ; Clara, CA 95054 USA or visit http://www.sun.com if you need17 ; additional information or have any questions.18 ;19 15 ; */ 20 16 -
trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.rc
r26562 r28800 1 1 /* 2 * Copyright (C) 2006-2007 Sun Microsystems, Inc.2 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 -
trunk/src/VBox/Additions/WINNT/VBoxHook/dllmain.cpp
r26562 r28800 3 3 * VBoxHook -- Global windows hook dll 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 #include <windows.h> -
trunk/src/VBox/Additions/WINNT/VBoxHook/testcase/Makefile.kmk
r23452 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/VBoxHook/testcase/tstHook.cpp
r26562 r28800 1 1 /* 2 * Copyright (C) 2006-2007 Sun Microsystems, Inc.2 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa13 * Clara, CA 95054 USA or visit http://www.sun.com if you need14 * additional information or have any questions.15 11 */ 16 12 -
trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk
r28366 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp
r26832 r28800 6 6 7 7 /* 8 * Copyright (C) 2006-2010 Sun Microsystems, Inc.8 * Copyright (C) 2006-2010 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 * Clara, CA 95054 USA or visit http://www.sun.com if you need20 * additional information or have any questions.21 17 */ 22 18 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.h
r8387 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 … … 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 * Clara, CA 95054 USA or visit http://www.sun.com if you need18 * additional information or have any questions.19 15 */ 20 16 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp
r27988 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 #define _WIN32_WINNT 0x0500 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.h
r27955 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 … … 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 * Clara, CA 95054 USA or visit http://www.sun.com if you need18 * additional information or have any questions.19 15 */ 20 16 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHostVersion.cpp
r26493 r28800 6 6 7 7 /* 8 * Copyright (C) 2009 Sun Microsystems, Inc.8 * Copyright (C) 2009 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 * Clara, CA 95054 USA or visit http://www.sun.com if you need20 * additional information or have any questions.21 17 */ 22 18 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHostVersion.h
r23858 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 … … 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 * Clara, CA 95054 USA or visit http://www.sun.com if you need18 * additional information or have any questions.19 15 */ 20 16 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxRestore.cpp
r27955 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 #define _WIN32_WINNT 0x0500 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxRestore.h
r8387 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 … … 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 * Clara, CA 95054 USA or visit http://www.sun.com if you need18 * additional information or have any questions.19 15 */ 20 16 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp
r28366 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 #define _WIN32_WINNT 0x0500 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.h
r8387 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 … … 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 * Clara, CA 95054 USA or visit http://www.sun.com if you need18 * additional information or have any questions.19 15 */ 20 16 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r28050 r28800 4 4 5 5 /* 6 * Copyright (C) 2006-2009 Sun Microsystems, Inc.6 * Copyright (C) 2006-2009 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 * Clara, CA 95054 USA or visit http://www.sun.com if you need18 * additional information or have any questions.19 15 */ 20 16 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.h
r27992 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.rc
r8857 r28800 2 2 * VBoxService - Guest Additions Service 3 3 * 4 * Copyright (C) 2006-2007 Sun Microsystems, Inc.4 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa15 * Clara, CA 95054 USA or visit http://www.sun.com if you need16 * additional information or have any questions.17 13 */ 18 14 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.cpp
r26493 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.h
r8155 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 … … 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 * Clara, CA 95054 USA or visit http://www.sun.com if you need18 * additional information or have any questions.19 15 */ 20 16 -
trunk/src/VBox/Additions/WINNT/VBoxTray/helpers.cpp
r27164 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 … … 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 * Clara, CA 95054 USA or visit http://www.sun.com if you need18 * additional information or have any questions.19 15 */ 20 16 -
trunk/src/VBox/Additions/WINNT/VBoxTray/helpers.h
r23858 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/Additions/WINNT/VBoxTray/resource.h
r8155 r28800 3 3 * VBoxService - Guest Additions Service 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxTray/testcase/Makefile.kmk
r24113 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/VBoxTray/testcase/tstSessionHack.cpp
r26562 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 … … 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, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 #define _WIN32_WINNT 0x0500 -
trunk/src/VBox/Additions/WINNT/i8042prt/Makefile.kmk
r23452 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 … … 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, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/VBox/Additions/WINNT/include/VBoxDisplay.h
r27988 r28800 3 3 * VBoxDisplay - private windows additions display header 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 #ifndef __VBoxDisplay_h__ -
trunk/src/VBox/Additions/WINNT/include/VBoxGuestInternal.h
r10541 r28800 3 3 * VBoxGuestInternal -- Private windows additions declarations 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 #ifndef __VBoxGuestInternal_h__ -
trunk/src/VBox/Additions/WINNT/include/VBoxHook.h
r8387 r28800 3 3 * VBoxHook -- Global windows hook dll 4 4 * 5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.5 * Copyright (C) 2006-2007 Oracle Corporation 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, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 #ifndef __VBoxHook_h__
Note:
See TracChangeset
for help on using the changeset viewer.