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