Changeset 22652 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Sep 1, 2009 12:00:53 PM (15 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
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_
Note:
See TracChangeset
for help on using the changeset viewer.