Changeset 28800 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Apr 27, 2010 8:22:32 AM (15 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 343 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/Makefile.kmk
r27014 r28800 5 5 6 6 # 7 # Copyright (C) 2006-2010 Sun Microsystems, Inc.7 # Copyright (C) 2006-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 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/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__ -
trunk/src/VBox/Additions/common/Makefile.kmk
r28081 r28800 5 5 6 6 # 7 # Copyright (C) 2006-2010 Sun Microsystems, Inc.7 # Copyright (C) 2006-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxControl/Makefile.kmk
r23452 r28800 5 5 6 6 # 7 # Copyright (C) 2008 Sun Microsystems, Inc.7 # Copyright (C) 2008 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/common/VBoxControl/VBoxControl.cpp
r26199 r28800 5 5 6 6 /* 7 * Copyright (C) 2008-2010 Sun Microsystems, Inc.7 * Copyright (C) 2008-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/common/VBoxControl/VBoxControl.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/common/VBoxControl/testcase/Makefile.kmk
r22562 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/common/VBoxControl/testcase/tstVBoxControl.cpp
r25347 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxGuest/Makefile.kmk
r26336 r28800 5 5 6 6 # 7 # Copyright (C) 2007 Sun Microsystems, Inc.7 # Copyright (C) 2007 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxGuest/VBoxGuest-freebsd.c
r22583 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxGuest/VBoxGuest-linux.c
r28283 r28800 8 8 9 9 /* 10 * Copyright (C) 2006-2009 Sun Microsystems, Inc.10 * Copyright (C) 2006-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 * Some lines of code to disable the local APIC on x86_64 machines taken 24 20 * from a Mandriva patch by Gwenole Beauchesne <[email protected]>. -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp
r28777 r28800 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/common/VBoxGuest/VBoxGuest-os2.def
r8155 r28800 5 5 6 6 ; 7 ; Copyright (C) 2007 Sun Microsystems, Inc.7 ; Copyright (C) 2007 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxGuest/VBoxGuest-solaris.c
r27158 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxGuest/VBoxGuest-solaris.conf
r23473 r28800 3 3 # OpenSolaris Guest Driver Configuration 4 4 # 5 # Copyright (C) 2007-2009 Sun Microsystems, Inc.5 # Copyright (C) 2007-2009 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 # This needs to go into /platform/i86pc/kernel/drv, -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r28777 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxGuest/VBoxGuestA-os2.asm
r8155 r28800 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/common/VBoxGuest/VBoxGuestIDC-unix.c.h
r26493 r28800 7 7 8 8 /* 9 * Copyright (C) 2006-2009 Sun Microsystems, Inc.9 * Copyright (C) 2006-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 * Some lines of code to disable the local APIC on x86_64 machines taken 23 19 * from a Mandriva patch by Gwenole Beauchesne <[email protected]>. -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h
r27967 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxGuest/freebsd/Makefile
r27149 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 KMOD = vboxguest -
trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
r28283 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/common/VBoxGuest/linux/files_vboxguest
r28283 r28800 5 5 6 6 # 7 # Copyright (C) 2007-2009 Sun Microsystems, Inc.7 # Copyright (C) 2007-2009 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxGuestLib/GenericRequest.cpp
r26493 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2009 Sun Microsystems, Inc.7 * Copyright (C) 2006-2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp
r26425 r28800 8 8 9 9 /* 10 * Copyright (C) 2006-2007 Sun Microsystems, Inc.10 * Copyright (C) 2006-2007 Oracle Corporation 11 11 * 12 12 * This file is part of VirtualBox Open Source Edition (OSE), as … … 26 26 * You may elect to license modified versions of this file under the 27 27 * terms and conditions of either the GPL or the CDDL or both. 28 *29 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa30 * Clara, CA 95054 USA or visit http://www.sun.com if you need31 * additional information or have any questions.32 28 */ 33 29 -
trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp
r28518 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp
r26642 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r28434 r28800 5 5 6 6 # 7 # Copyright (C) 2006-2010 Sun Microsystems, Inc.7 # Copyright (C) 2006-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 # You may elect to license modified versions of this file under the 24 24 # terms and conditions of either the GPL or the CDDL or both. 25 #26 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 # Clara, CA 95054 USA or visit http://www.sun.com if you need28 # additional information or have any questions.29 25 # 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp
r26642 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2009 Sun Microsystems, Inc.7 * Copyright (C) 2006-2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLR3Internal.h
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.h
r26425 r28800 4 4 5 5 /* 6 * Copyright (C) 2006-2007 Sun Microsystems, Inc.6 * Copyright (C) 2006-2007 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 * You may elect to license modified versions of this file under the 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 *25 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 * Clara, CA 95054 USA or visit http://www.sun.com if you need27 * additional information or have any questions.28 24 */ 29 25 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h
r26425 r28800 4 4 5 5 /* 6 * Copyright (C) 2006-2007 Sun Microsystems, Inc.6 * Copyright (C) 2006-2007 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 * You may elect to license modified versions of this file under the 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 *25 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 * Clara, CA 95054 USA or visit http://www.sun.com if you need27 * additional information or have any questions.28 24 */ 29 25 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp
r28544 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp
r27083 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibClipboard.cpp
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCpuHotPlug.cpp
r27083 r28800 5 5 6 6 /* 7 * Copyright (C) 2010 Sun Microsystems, Inc.7 * Copyright (C) 2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCredentials.cpp
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp
r27748 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2009 Sun Microsystems, Inc.7 * Copyright (C) 2007-2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibEvent.cpp
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGR.cpp
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp
r28557 r28800 5 5 6 6 /* 7 * Copyright (C) 2010 Sun Microsystems, Inc.7 * Copyright (C) 2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibHostVersion.cpp
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibLog.cpp
r27083 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibModule.cpp
r28434 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp
r28303 r28800 7 7 8 8 /* 9 * Copyright (C) 2007-2010 Sun Microsystems, Inc.9 * Copyright (C) 2007-2010 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 25 25 * You may elect to license modified versions of this file under the 26 26 * terms and conditions of either the GPL or the CDDL or both. 27 *28 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa29 * Clara, CA 95054 USA or visit http://www.sun.com if you need30 * additional information or have any questions.31 27 */ 32 28 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibStat.cpp
r27083 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibTime.cpp
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp
r27687 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2009 Sun Microsystems, Inc.7 * Copyright (C) 2007-2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp
r26425 r28800 4 4 5 5 /* 6 * Copyright (C) 2006-2007 Sun Microsystems, Inc.6 * Copyright (C) 2006-2007 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 * You may elect to license modified versions of this file under the 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 *25 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 * Clara, CA 95054 USA or visit http://www.sun.com if you need27 * additional information or have any questions.28 24 */ 29 25 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VbglR0CanUsePhysPageList.cpp
r26425 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r28739 r28800 5 5 6 6 # 7 # Copyright (C) 2007-2010 Sun Microsystems, Inc.7 # Copyright (C) 2007-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxService/VBoxService-os2.def
r19374 r28800 4 4 5 5 ; 6 ; Copyright (C) 2007 Sun Microsystems, Inc.6 ; Copyright (C) 2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 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 ;20 16 21 17 -
trunk/src/VBox/Additions/common/VBoxService/VBoxService-win.cpp
r26489 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/common/VBoxService/VBoxService-win.rc
r26505 r28800 5 5 6 6 /* 7 * Copyright (C) 2008 Sun Microsystems, Inc.7 * Copyright (C) 2008 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/common/VBoxService/VBoxService.cpp
r28736 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxService/VBoxServiceBalloon.cpp
r28317 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2010 Sun Microsystems, Inc.7 * Copyright (C) 2006-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxService/VBoxServiceClipboard-os2.cpp
r28317 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxService/VBoxServiceControl.cpp
r28611 r28800 6 6 7 7 /* 8 * Copyright (C) 2010 Sun Microsystems, Inc.8 * Copyright (C) 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/common/VBoxService/VBoxServiceControlExec.cpp
r28660 r28800 6 6 7 7 /* 8 * Copyright (C) 2010 Sun Microsystems, Inc.8 * Copyright (C) 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/common/VBoxService/VBoxServiceCpuHotPlug.cpp
r27643 r28800 5 5 6 6 /* 7 * Copyright (C) 2010 Sun Microsystems, Inc.7 * Copyright (C) 2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxService/VBoxServiceExec.cpp
r25804 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/common/VBoxService/VBoxServiceInternal.h
r28560 r28800 5 5 6 6 /* 7 * Copyright (C) 2007-2010 Sun Microsystems, Inc.7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxService/VBoxServicePageSharing.cpp
r28733 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2010 Sun Microsystems, Inc.7 * Copyright (C) 2006-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxService/VBoxServiceResource-win.h
r26163 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/common/VBoxService/VBoxServiceStats.cpp
r28738 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/common/VBoxService/VBoxServiceTimeSync.cpp
r26231 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/VBoxService/VBoxServiceUtils.cpp
r26140 r28800 5 5 6 6 /* 7 * Copyright (C) 2009-2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-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/common/VBoxService/VBoxServiceUtils.h
r26136 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/common/VBoxService/VBoxServiceVMInfo-win.cpp
r26326 r28800 5 5 6 6 /* 7 * Copyright (C) 2009-2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-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/common/VBoxService/VBoxServiceVMInfo.cpp
r28630 r28800 5 5 6 6 /* 7 * Copyright (C) 2009-2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-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/common/crOpenGL/Linux_i386_glxapi_exports.py
r23473 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/common/crOpenGL/Makefile.kmk
r26283 r28800 5 5 6 6 # 7 # Copyright (C) 2008 Sun Microsystems, Inc.7 # Copyright (C) 2008 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/common/crOpenGL/SunOS_i386_exports.py
r23473 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/common/crOpenGL/SunOS_i386_exports_dri.py
r23473 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/common/crOpenGL/SunOS_i386_glxapi_exports.py
r23473 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/common/crOpenGL/VBoxCROGL.rc
r17543 r28800 8 8 9 9 /* 10 * Copyright (C) 2008 Sun Microsystems, Inc.10 * Copyright (C) 2008 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/common/crOpenGL/VBoxICDList.h
r15561 r28800 3 3 * VirtualBox Windows NT/2000/XP guest OpenGL ICD 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/common/crOpenGL/array/arrayspu.rc
r20658 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/common/crOpenGL/dri_drv.c
r20509 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/common/crOpenGL/dri_drv.h
r20509 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 -
trunk/src/VBox/Additions/common/crOpenGL/dri_glx.h
r21292 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 -
trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.c
r25535 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/common/crOpenGL/fakedri_drv.h
r21292 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 -
trunk/src/VBox/Additions/common/crOpenGL/fakedri_glfuncsList.h
r21292 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/common/crOpenGL/fakedri_glxfuncsList.h
r21292 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/common/crOpenGL/feedback/feedback_context.c
r20509 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/common/crOpenGL/feedback/feedbackspu.rc
r20658 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/common/crOpenGL/glx_c_exports.c
r25248 r28800 6 6 7 7 /* 8 * Copyright (C) 2006-2008 Sun Microsystems, Inc.8 * Copyright (C) 2006-2008 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/common/crOpenGL/glx_proto.h
r21070 r28800 6 6 7 7 /* 8 * Copyright (C) 2006-2008 Sun Microsystems, Inc.8 * Copyright (C) 2006-2008 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/common/crOpenGL/icd_drv.c
r23274 r28800 6 6 7 7 /* 8 * Copyright (C) 2006-2008 Sun Microsystems, Inc.8 * Copyright (C) 2006-2008 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/common/crOpenGL/icd_drv.h
r15820 r28800 7 7 8 8 /* 9 * Copyright (C) 2006-2008 Sun Microsystems, Inc.9 * Copyright (C) 2006-2008 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/common/crOpenGL/pack/packspu.rc
r20658 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/common/crOpenGL/pack/packspu_framebuffer.c
r28552 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/common/crOpenGL/pack/packspu_getshaders.c
r23695 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/common/crOpenGL/pack/packspu_glsl.c
r23440 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/common/crOpenGL/pack/packspu_texture.c
r26407 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/common/crOpenGL/passthrough/passthroughspu.rc
r20658 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/common/pam/Makefile.kmk
r28080 r28800 5 5 6 6 # 7 # Copyright (C) 2010 Sun Microsystems, Inc.7 # Copyright (C) 2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 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/common/pam/pam_vbox.cpp
r27867 r28800 5 5 6 6 /* 7 * Copyright (C) 2008-2010 Sun Microsystems, Inc.7 * Copyright (C) 2008-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/freebsd/Installer/vboxguest.sh
r18265 r28800 3 3 # VirtualBox Guest Additions kernel module control script for FreeBSD. 4 4 # 5 # Copyright (C) 2008-2009 Sun Microsystems, Inc.5 # Copyright (C) 2008-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/freebsd/Makefile
r25590 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/freebsd/Makefile.kmk
r27601 r28800 5 5 6 6 # 7 # Copyright (C) 2008 Sun Microsystems, Inc.7 # Copyright (C) 2008 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/freebsd/drm/Makefile
r25883 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/freebsd/drm/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/freebsd/drm/vboxvideo_drm.c
r27901 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/freebsd/vboxvfs/Makefile.kmk
r23452 r28800 5 5 6 6 # 7 # Copyright (C) 2007 Sun Microsystems, Inc.7 # Copyright (C) 2007 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 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/freebsd/vboxvfs/vboxvfs.h
r26505 r28800 5 5 6 6 /* 7 * Copyright (C) 2008 Sun Microsystems, Inc.7 * Copyright (C) 2008 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/freebsd/vboxvfs/vboxvfs_vfsops.c
r26504 r28800 5 5 6 6 /* 7 * Copyright (C) 2008 Sun Microsystems, Inc.7 * Copyright (C) 2008 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/freebsd/vboxvfs/vboxvfs_vnops.c
r8155 r28800 5 5 6 6 /* 7 * Copyright (C) 2008 Sun Microsystems, Inc.7 * Copyright (C) 2008 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/linux/Makefile
r26163 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/linux/Makefile.kmk
r28081 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/linux/drm/Makefile.kmk
r26336 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/linux/drm/Makefile.module
r25097 r28800 4 4 # (For 2.6.x this file must be 'Makefile'!) 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/linux/drm/files_vboxvideo_drm
r28283 r28800 3 3 # Shared file between Makefile.kmk and export_modules 4 4 # 5 # Copyright (C) 2007 Sun Microsystems, Inc.5 # Copyright (C) 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/linux/drm/vboxvideo_drm.c
r28283 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/linux/drm/vboxvideo_drm.h
r28283 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/linux/export_modules
r21412 r28800 5 5 # modules 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/linux/installer/Makefile.include.footer
r26163 r28800 4 4 # (For 2.6.x, the main file must be called 'Makefile'!) 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/linux/installer/Makefile.include.header
r26163 r28800 4 4 # (For 2.6.x, the main file must be called 'Makefile'!) 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/linux/installer/vboxadd-service.sh
r26963 r28800 4 4 # Linux Additions Guest Additions service daemon init script. 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/linux/installer/vboxadd-x11.sh
r28064 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/linux/installer/vboxadd.sh
r27412 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/linux/sharedfolders/Makefile.kmk
r26336 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/linux/sharedfolders/Makefile.module
r25451 r28800 4 4 # (For 2.6.x this file must be 'Makefile'!) 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/linux/sharedfolders/dirops.c
r28434 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/linux/sharedfolders/files_vboxvfs
r28283 r28800 5 5 6 6 # 7 # Copyright (C) 2007 Sun Microsystems, Inc.7 # Copyright (C) 2007 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 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/linux/sharedfolders/mount.vboxsf.c
r25023 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/linux/sharedfolders/regops.c
r28253 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/linux/sharedfolders/utils.c
r28253 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/linux/sharedfolders/vbsfmount.h
r11507 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/linux/sharedfolders/vfsmod.c
r28283 r28800 11 11 12 12 /* 13 * Copyright (C) 2006-2007 Sun Microsystems, Inc.13 * Copyright (C) 2006-2007 Oracle Corporation 14 14 * 15 15 * This file is part of VirtualBox Open Source Edition (OSE), as … … 20 20 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 21 21 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 22 *23 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa24 * Clara, CA 95054 USA or visit http://www.sun.com if you need25 * additional information or have any questions.26 22 */ 27 23 -
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h
r28283 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/linux/testcase/TimesyncBackdoor.c
r26505 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/os2/Config.kmk
r26560 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/os2/Makefile.kmk
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/solaris/DRM/Makefile.kmk
r23452 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/solaris/DRM/vboxvideo_drm.c
r26493 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/solaris/Installer/VBox.sh
r18265 r28800 3 3 # VirtualBox startup script for Solaris Guests Additions 4 4 # 5 # Copyright (C) 2008-2009 Sun Microsystems, Inc.5 # Copyright (C) 2008-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/solaris/Installer/makepackage.sh
r25733 r28800 3 3 # VirtualBox Solaris Guest Additions package creation script. 4 4 # 5 # Copyright (C) 2008-2009 Sun Microsystems, Inc.5 # Copyright (C) 2008-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/solaris/Installer/postinstall.sh
r25735 r28800 3 3 # VirtualBox postinstall script for Solaris. 4 4 # 5 # Copyright (C) 2008-2009 Sun Microsystems, Inc.5 # Copyright (C) 2008-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/solaris/Installer/preremove.sh
r24977 r28800 3 3 # VirtualBox pre-remove script for Solaris Guest Additions. 4 4 # 5 # Copyright (C) 2008-2009 Sun Microsystems, Inc.5 # Copyright (C) 2008-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/solaris/Installer/vboxguest.sh
r25743 r28800 3 3 # VirtualBox Guest Additions kernel module control script for Solaris. 4 4 # 5 # Copyright (C) 2008-2009 Sun Microsystems, Inc.5 # Copyright (C) 2008-2009 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 SILENTUNLOAD="" -
trunk/src/VBox/Additions/solaris/Installer/vboxservice.xml
r27157 r28800 4 4 # Solaris SMF service manifest for VBoxService (timesync). 5 5 # 6 Copyright (C) 2008-2009 Sun Microsystems, Inc.6 Copyright (C) 2008-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 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> -
trunk/src/VBox/Additions/solaris/Makefile.kmk
r28084 r28800 5 5 6 6 # 7 # Copyright (C) 2008 Sun Microsystems, Inc.7 # Copyright (C) 2008 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/solaris/SharedFolders/Makefile.kmk
r23452 r28800 5 5 6 6 # 7 # Copyright (C) 2008 Sun Microsystems, Inc.7 # Copyright (C) 2008 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/solaris/SharedFolders/vboxfs.h
r25889 r28800 5 5 6 6 /* 7 * Copyright (C) 2008 Sun Microsystems, Inc.7 * Copyright (C) 2008 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/solaris/SharedFolders/vboxfs_mount.c
r17579 r28800 7 7 8 8 /* 9 * Copyright (C) 2008 Sun Microsystems, Inc.9 * Copyright (C) 2008 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/solaris/SharedFolders/vboxfs_prov.c
r27733 r28800 4 4 5 5 /* 6 * Copyright (C) 2008 Sun Microsystems, Inc.6 * Copyright (C) 2008 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/solaris/SharedFolders/vboxfs_prov.h
r25889 r28800 5 5 6 6 /* 7 * Copyright (C) 2009-2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-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/solaris/SharedFolders/vboxfs_vfs.c
r26493 r28800 4 4 5 5 /* 6 * Copyright (C) 2009 Sun Microsystems, Inc.6 * Copyright (C) 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/solaris/SharedFolders/vboxfs_vfs.h
r25889 r28800 5 5 6 6 /* 7 * Copyright (C) 2009-2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-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/solaris/SharedFolders/vboxfs_vnode.c
r26493 r28800 4 4 5 5 /* 6 * Copyright (C) 2009 Sun Microsystems, Inc.6 * Copyright (C) 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/solaris/SharedFolders/vboxfs_vnode.h
r25889 r28800 5 5 6 6 /* 7 * Copyright (C) 2009-2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-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/x11/Installer/x11config-new.pl
r26427 r28800 5 5 # Guest Additions X11 config update script 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/x11/Installer/x11config.pl
r18265 r28800 5 5 # Guest Additions X11 config update script 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/x11/Installer/x11config15.pl
r18265 r28800 5 5 # Guest Additions X11 config update script for X.org 1.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/x11/Installer/x11config15sol.pl
r21455 r28800 5 5 # Guest Additions X11 config update script 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/x11/Installer/x11config15suse.pl
r21412 r28800 5 5 # Guest Additions X11 config update script 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/x11/Installer/x11restore.pl
r18265 r28800 6 6 # Restore xorg.conf while removing Guest Additions. 7 7 # 8 # Copyright (C) 2008-2009 Sun Microsystems, Inc.8 # Copyright (C) 2008-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/x11/Makefile.kmk
r23452 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/x11/VBoxClient/Makefile.kmk
r27601 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/x11/VBoxClient/VBoxClient.h
r25346 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/x11/VBoxClient/clipboard.cpp
r24069 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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/x11/VBoxClient/clipboard.h
r27709 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/x11/VBoxClient/display.cpp
r27709 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/x11/VBoxClient/hostversion.cpp
r27709 r28800 4 4 5 5 /* 6 * Copyright (C) 2009 Sun Microsystems, Inc.6 * Copyright (C) 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 #include <stdio.h> -
trunk/src/VBox/Additions/x11/VBoxClient/main.cpp
r27709 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/x11/VBoxClient/seamless-glue.h
r8155 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/x11/VBoxClient/seamless-guest.h
r8155 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/x11/VBoxClient/seamless-host.cpp
r27709 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/x11/VBoxClient/seamless-host.h
r27709 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/x11/VBoxClient/seamless-x11.cpp
r27709 r28800 4 4 5 5 /* 6 * Copyright (C) 2008 Sun Microsystems, Inc.6 * Copyright (C) 2008 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/x11/VBoxClient/seamless-x11.h
r27709 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/x11/VBoxClient/seamless.cpp
r24069 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/x11/VBoxClient/seamless.h
r27709 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/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp
r22269 r28800 4 4 5 5 /* 6 * Copyright (C) 2007 Sun Microsystems, Inc.6 * Copyright (C) 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/x11/VBoxClient/testcase/tstSeamlessX11.cpp
r21227 r28800 4 4 5 5 /* 6 * Copyright (C) 2007 Sun Microsystems, Inc.6 * Copyright (C) 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/x11/VBoxClient/thread.cpp
r27709 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/x11/VBoxClient/thread.h
r25728 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/x11/vboxmouse/Makefile.kmk
r28063 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/x11/vboxmouse/VBoxUtils.c
r22095 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/x11/vboxmouse/VBoxUtils.h
r8155 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/x11/vboxmouse/VBoxUtils_68.c
r21412 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/x11/vboxmouse/vboxmouse_15.c
r28372 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/x11/vboxmouse/xorg14/mouse.c
r28372 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/x11/vboxmouse/xorg70/mouse.c
r28372 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/x11/vboxmouse/xorg71/mouse.c
r28372 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/x11/vboxvideo/Makefile.kmk
r28063 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/x11/vboxvideo/vboxutils.c
r28137 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/x11/vboxvideo/vboxutils_68.c
r26033 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/x11/vboxvideo/vboxvideo.h
r28105 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/x11/vboxvideo/vboxvideo_13.c
r28372 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/x11/vboxvideo/vboxvideo_68.c
r28372 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/x11/vboxvideo/vboxvideo_68.h
r25486 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/x11/vboxvideo/vboxvideo_70.c
r28434 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/x11/vboxvideo/vboxvideo_dri.c
r20877 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/x11/x11stubs/Makefile.kmk
r27812 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/x11/x11stubs/libXcomposite-1.0.0/libXcomposite.c
r25964 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/x11/x11stubs/libXdamage-1.1.0/libXdamage.c
r25988 r28800 6 6 7 7 /* 8 * Copyright (C) 2010 Sun Microsystems, Inc.8 * Copyright (C) 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/x11/x11stubs/libXext-6.4.0/libXext.c
r25988 r28800 6 6 7 7 /* 8 * Copyright (C) 2010 Sun Microsystems, Inc.8 * Copyright (C) 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/x11/x11stubs/libXfixes-3.1.0/libXfixes.c
r25988 r28800 6 6 7 7 /* 8 * Copyright (C) 2010 Sun Microsystems, Inc.8 * Copyright (C) 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
Note:
See TracChangeset
for help on using the changeset viewer.