Changeset 13437
- Timestamp:
- 10/21/08 15:06:33 (3 months ago)
- Files:
-
- trunk/include/VBox/hwacc_vmx.mac (modified) (1 diff)
- trunk/include/iprt/ntwrap.mac (modified) (1 diff)
- trunk/src/recompiler_new/target-i386/helper.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/hwacc_vmx.mac
r12702 r13437 26 26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need 27 27 ; additional information or have any questions. 28 ;29 28 ; 30 29 trunk/include/iprt/ntwrap.mac
r13435 r13437 6 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc. 7 7 ; 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. 8 ; Sun Microsystems, Inc. confidential 9 ; All rights reserved 28 10 ; 29 11 trunk/src/recompiler_new/target-i386/helper.c
r13357 r13437 17 17 * License along with this library; if not, write to the Free Software 18 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 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 #include <stdarg.h>

