Changeset 26441 in vbox for trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxMimicryDxe
- Timestamp:
- Feb 11, 2010 4:20:14 PM (15 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxMimicryDxe
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxMimicryDxe/VBoxMimicry.c
r26438 r26441 1 1 /* $Id$ */ 2 2 /** @file 3 * VBoxMimicry.c - Mimic table entry. 3 * VBoxMimicry.c - Mimic table entry. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2009 ,2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 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 * The contents of this file may alternatively be used under the terms18 * of the Common Development and Distribution License Version 1.019 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 * VirtualBox OSE distribution, in which case the provisions of the21 * CDDL are applicable instead of those of the GPL.22 *23 * You may elect to license modified versions of this file under the24 * terms and conditions of either the GPL or the CDDL or both.25 16 * 26 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxMimicryDxe/VBoxMimicry.h
r26438 r26441 5 5 6 6 /* 7 * Copyright (C) 2009 ,2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 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 * The contents of this file may alternatively be used under the terms18 * of the Common Development and Distribution License Version 1.019 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 * VirtualBox OSE distribution, in which case the provisions of the21 * CDDL are applicable instead of those of the GPL.22 *23 * You may elect to license modified versions of this file under the24 * terms and conditions of either the GPL or the CDDL or both.25 16 * 26 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxMimicryDxe/VBoxMimicryDxe.inf
r26438 r26441 5 5 6 6 # 7 # Copyright (C) 2009 ,2010 Sun Microsystems, Inc.7 # Copyright (C) 2009-2010 Sun Microsystems, Inc. 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 # 17 # The contents of this file may alternatively be used under the terms18 # of the Common Development and Distribution License Version 1.019 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 # VirtualBox OSE distribution, in which case the provisions of the21 # CDDL are applicable instead of those of the GPL.22 #23 # You may elect to license modified versions of this file under the24 # terms and conditions of either the GPL or the CDDL or both.25 #26 17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 27 18 # Clara, CA 95054 USA or visit http://www.sun.com if you need 28 19 # additional information or have any questions. 20 # 29 21 #/ 30 22 -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxMimicryDxe/mimic_tbl.h
r26438 r26441 1 1 /* $Id$ */ 2 2 /** @file 3 * mimic_tbl.h - Mimic table. 3 * mimic_tbl.h - Mimic table. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2009 ,2010 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 * 17 * The contents of this file may alternatively be used under the terms18 * of the Common Development and Distribution License Version 1.019 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 * VirtualBox OSE distribution, in which case the provisions of the21 * CDDL are applicable instead of those of the GPL.22 *23 * You may elect to license modified versions of this file under the24 * terms and conditions of either the GPL or the CDDL or both.25 *26 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 27 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need
Note:
See TracChangeset
for help on using the changeset viewer.