Changeset 22652 in vbox
- Timestamp:
- Sep 1, 2009 12:00:53 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HGSMI/HGSMI.h
r22620 r22652 8 8 * Copyright (C) 2006-2008 Sun Microsystems, Inc. 9 9 * 10 * Sun Microsystems, Inc. confidential 11 * All rights reserved 10 * This file is part of VirtualBox Open Source Edition (OSE), as 11 * available from http://www.virtualbox.org. This file is free software; 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * The contents of this file may alternatively be used under the terms 19 * of the Common Development and Distribution License Version 1.0 20 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 * VirtualBox OSE distribution, in which case the provisions of the 22 * CDDL are applicable instead of those of the GPL. 23 * 24 * You may elect to license modified versions of this file under the 25 * terms and conditions of either the GPL or the CDDL or both. 26 * 27 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 28 * Clara, CA 95054 USA or visit http://www.sun.com if you need 29 * additional information or have any questions. 12 30 */ 13 31 -
trunk/include/VBox/HGSMI/HGSMIChSetup.h
r22620 r22652 6 6 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 7 7 * 8 * Sun Microsystems, Inc. confidential 9 * All rights reserved 8 * This file is part of VirtualBox Open Source Edition (OSE), as 9 * available from http://www.virtualbox.org. This file is free software; 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 * 16 * The contents of this file may alternatively be used under the terms 17 * of the Common Development and Distribution License Version 1.0 18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 19 * VirtualBox OSE distribution, in which case the provisions of the 20 * CDDL are applicable instead of those of the GPL. 21 * 22 * You may elect to license modified versions of this file under the 23 * terms and conditions of either the GPL or the CDDL or both. 24 * 25 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 26 * Clara, CA 95054 USA or visit http://www.sun.com if you need 27 * additional information or have any questions. 10 28 */ 11 29 -
trunk/include/VBox/HGSMI/HGSMIChannels.h
r22620 r22652 9 9 * Copyright (C) 2006-2008 Sun Microsystems, Inc. 10 10 * 11 * Sun Microsystems, Inc. confidential 12 * All rights reserved 11 * This file is part of VirtualBox Open Source Edition (OSE), as 12 * available from http://www.virtualbox.org. This file is free software; 13 * you can redistribute it and/or modify it under the terms of the GNU 14 * General Public License (GPL) as published by the Free Software 15 * Foundation, in version 2 as it comes in the "COPYING" file of the 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 * 19 * The contents of this file may alternatively be used under the terms 20 * of the Common Development and Distribution License Version 1.0 21 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 22 * VirtualBox OSE distribution, in which case the provisions of the 23 * CDDL are applicable instead of those of the GPL. 24 * 25 * You may elect to license modified versions of this file under the 26 * terms and conditions of either the GPL or the CDDL or both. 27 * 28 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 29 * Clara, CA 95054 USA or visit http://www.sun.com if you need 30 * additional information or have any questions. 13 31 */ 14 32 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vhwa.c
r22644 r22652 9 9 * Copyright (C) 2009 Sun Microsystems, Inc. 10 10 * 11 * Sun Microsystems, Inc. confidential 12 * All rights reserved 11 * This file is part of VirtualBox Open Source Edition (OSE), as 12 * available from http://www.virtualbox.org. This file is free software; 13 * you can redistribute it and/or modify it under the terms of the GNU 14 * General Public License (GPL) as published by the Free Software 15 * Foundation, in version 2 as it comes in the "COPYING" file of the 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 20 * Clara, CA 95054 USA or visit http://www.sun.com if you need 21 * additional information or have any questions. 13 22 */ 14 23 #include "driver.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxHGSMI.h
r22645 r22652 8 8 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 9 9 * 10 * Sun Microsystems, Inc. confidential 11 * All rights reserved 10 * This file is part of VirtualBox Open Source Edition (OSE), as 11 * available from http://www.virtualbox.org. This file is free software; 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 19 * Clara, CA 95054 USA or visit http://www.sun.com if you need 20 * additional information or have any questions. 12 21 */ 13 22 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideoHGSMI.cpp
r22645 r22652 7 7 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 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. 11 20 */ 12 21 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/crtdbg.h
r21731 r22652 17 17 * License along with this library; if not, write to the Free Software 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21 /* 22 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 * a choice of LGPL license versions is made available with the language indicating 26 * that LGPLv2 or any later version may be used, or where a choice of which version 27 * of the LGPL is applied is otherwise unspecified. 19 28 */ 20 29 #ifndef __WINE_CRTDBG_H_ -
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r22622 r22652 6 6 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 7 7 * 8 * Sun Microsystems, Inc. confidential 9 * All rights reserved 8 * This file is part of VirtualBox Open Source Edition (OSE), as 9 * available from http://www.virtualbox.org. This file is free software; 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 * 16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 17 * Clara, CA 95054 USA or visit http://www.sun.com if you need 18 * additional information or have any questions. 10 19 */ 11 20 -
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp
r22621 r22652 11 11 * Copyright (C) 2006-2008 Sun Microsystems, Inc. 12 12 * 13 * Sun Microsystems, Inc. confidential 14 * All rights reserved 13 * This file is part of VirtualBox Open Source Edition (OSE), as 14 * available from http://www.virtualbox.org. This file is free software; 15 * you can redistribute it and/or modify it under the terms of the GNU 16 * General Public License (GPL) as published by the Free Software 17 * Foundation, in version 2 as it comes in the "COPYING" file of the 18 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 20 * 21 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 22 * Clara, CA 95054 USA or visit http://www.sun.com if you need 23 * additional information or have any questions. 15 24 */ 16 25 -
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h
r22621 r22652 8 8 * Copyright (C) 2006-2008 Sun Microsystems, Inc. 9 9 * 10 * Sun Microsystems, Inc. confidential 11 * All rights reserved 10 * This file is part of VirtualBox Open Source Edition (OSE), as 11 * available from http://www.virtualbox.org. This file is free software; 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 19 * Clara, CA 95054 USA or visit http://www.sun.com if you need 20 * additional information or have any questions. 12 21 */ 13 22 -
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHostHlp.cpp
r22621 r22652 8 8 * Copyright (C) 2006-2008 Sun Microsystems, Inc. 9 9 * 10 * Sun Microsystems, Inc. confidential 11 * All rights reserved 10 * This file is part of VirtualBox Open Source Edition (OSE), as 11 * available from http://www.virtualbox.org. This file is free software; 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 19 * Clara, CA 95054 USA or visit http://www.sun.com if you need 20 * additional information or have any questions. 12 21 */ 13 22 -
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHostHlp.h
r22621 r22652 8 8 * Copyright (C) 2006-2008 Sun Microsystems, Inc. 9 9 * 10 * Sun Microsystems, Inc. confidential 11 * All rights reserved 10 * This file is part of VirtualBox Open Source Edition (OSE), as 11 * available from http://www.virtualbox.org. This file is free software; 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 19 * Clara, CA 95054 USA or visit http://www.sun.com if you need 20 * additional information or have any questions. 12 21 */ 13 22 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp
r22641 r22652 7 7 * Copyright (C) 2009 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 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. 11 20 */ 12 21 #if defined (VBOX_GUI_USE_QGL) -
trunk/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp
r22619 r22652 8 8 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 9 9 * 10 * Sun Microsystems, Inc. confidential 11 * All rights reserved 10 * This file is part of VirtualBox Open Source Edition (OSE), as 11 * available from http://www.virtualbox.org. This file is free software; 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 19 * Clara, CA 95054 USA or visit http://www.sun.com if you need 20 * additional information or have any questions. 12 21 */ 13 22 -
trunk/src/VBox/GuestHost/HGSMI/Makefile.kmk
r22651 r22652 7 7 # Copyright (C) 2006-2009 Sun Microsystems, Inc. 8 8 # 9 # Sun Microsystems, Inc. confidential 10 # All rights reserved 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 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. 11 20 # 12 21
Note:
See TracChangeset
for help on using the changeset viewer.