Changeset 8155 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror
- Timestamp:
- Apr 18, 2008 3:16:47 PM (17 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/Makefile.kmk
r5999 r8155 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH7 # Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 # Clara, CA 95054 USA or visit http://www.sun.com if you need 19 # additional information or have any questions. 16 20 # 17 21 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/helpers.c
r5999 r8155 3 3 * vrdpvd.sys - VirtualBox Windows NT/2000/XP guest mirror video driver 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 * * 15 19 */ -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpdd.inf
r8105 r8155 3 3 ; Installation inf for the vrdpdd mirror graphics adapter. 4 4 ; 5 ; Copyright (C) 2006-2007 innotek GmbH5 ; Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; 15 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 ; Clara, CA 95054 USA or visit http://www.sun.com if you need 17 ; additional information or have any questions. 14 18 ; 15 19 , license agreement apply instead of the previous paragraph. -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.c
r5999 r8155 3 3 * vrdpvd.sys - VirtualBox Windows NT/2000/XP guest mirror video driver 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.h
r5999 r8155 3 3 * vrdpvd.sys - VirtualBox Windows NT/2000/XP guest mirror video driver 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19
Note:
See TracChangeset
for help on using the changeset viewer.