VirtualBox

Changeset 28800 in vbox for trunk/src/VBox/Devices/EFI


Ignore:
Timestamp:
Apr 27, 2010 8:22:32 AM (15 years ago)
Author:
vboxsync
Message:

Automated rebranding to Oracle copyright/license strings via filemuncher

Location:
trunk/src/VBox/Devices/EFI
Files:
23 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/DevEFI.cpp

    r28580 r28800  
    55
    66/*
    7  * Copyright (C) 2006-2009 Sun Microsystems, Inc.
     7 * Copyright (C) 2006-2009 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * 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.
    2016 */
    2117
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.h

    r26464 r28800  
    99
    1010/*
    11  * Copyright (C) 2009 Sun Microsystems, Inc.
     11 * Copyright (C) 2009 Oracle Corporation
    1212 *
    1313 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1818 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1919 * 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.
    2420 */
    2521
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.mac

    r24798 r28800  
    55
    66;
    7 ; Copyright (C) 2009 Sun Microsystems, Inc.
     7; Copyright (C) 2009 Oracle Corporation
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515; 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.
    2016;
    2117
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxDebugLib.h

    r26448 r28800  
    55
    66/*
    7  * Copyright (C) 2009 Sun Microsystems, Inc.
     7 * Copyright (C) 2009 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * 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.
    2016 */
    2117
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxMemLayout.h

    r26448 r28800  
    55
    66/*
    7  * Copyright (C) 2009 Sun Microsystems, Inc.
     7 * Copyright (C) 2009 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * 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.
    2016 */
    2117
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxPkg.h

    r26448 r28800  
    55
    66/*
    7  * Copyright (C) 2009 Sun Microsystems, Inc.
     7 * Copyright (C) 2009 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * 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.
    2016 */
    2117
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c

    r26441 r28800  
    55
    66/*
    7  * Copyright (C) 2009-2010 Sun Microsystems, Inc.
     7 * Copyright (C) 2009-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * 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.
    2016 */
    2117
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf

    r26441 r28800  
    66
    77#
    8 # Copyright (C) 2009-2010 Sun Microsystems, Inc.
     8# Copyright (C) 2009-2010 Oracle Corporation
    99#
    1010# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1515# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1616# 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.
    2117#
    2218#/
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c

    r26441 r28800  
    55
    66/*
    7  * Copyright (C) 2009-2010 Sun Microsystems, Inc.
     7 * Copyright (C) 2009-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * 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.
    2016 */
    2117
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c

    r26441 r28800  
    55
    66/*
    7  * Copyright (C) 2009-2010 Sun Microsystems, Inc.
     7 * Copyright (C) 2009-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * 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.
    2016 */
    2117
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c

    r26441 r28800  
    55
    66/*
    7  * Copyright (C) 2009-2010 Sun Microsystems, Inc.
     7 * Copyright (C) 2009-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * 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.
    2016 */
    2117
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHexDump.c

    r26441 r28800  
    55
    66/*
    7  * Copyright (C) 2009-2010 Sun Microsystems, Inc.
     7 * Copyright (C) 2009-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * 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.
    2016 */
    2117
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.c

    r26441 r28800  
    66
    77/*
    8  * Copyright (C) 2009-2010 Sun Microsystems, Inc.
     8 * Copyright (C) 2009-2010 Oracle Corporation
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1515 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1616 * 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.
    2117 */
    2218
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf

    r26441 r28800  
    55
    66#
    7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.
     7# Copyright (C) 2009-2010 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515# 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.
    2016#
    2117#/
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.c

    r26495 r28800  
    55
    66/*
    7  * Copyright (C) 2009-2010 Sun Microsystems, Inc.
     7 * Copyright (C) 2009-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * 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.
    2016 */
    2117
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.h

    r26441 r28800  
    55
    66/*
    7  * Copyright (C) 2009-2010 Sun Microsystems, Inc.
     7 * Copyright (C) 2009-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * 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.
    2016 */
    2117
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsoleDxe.inf

    r26441 r28800  
    55
    66#
    7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.
     7# Copyright (C) 2009-2010 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515# 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.
    2016#
    2117#/
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxMisc/Makefile

    r26441 r28800  
    55#
    66#
    7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.
     7# Copyright (C) 2009-2010 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515# 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.
    2016#
    2117#/
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxOSELogo/VBoxOSELogo.inf

    r27353 r28800  
    88# Copyright (C) 2009.2010 Sun Microsystems, Inc.
    99#
    10 # Copyright (C)  Sun Microsystems, Inc.
     10# Copyright (C)  Oracle Corporation
    1111#
    1212# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1717# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1818# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    19 #
    20 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    21 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    22 # additional information or have any questions.
    2319#
    2420**/
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.c

    r26441 r28800  
    66
    77/*
    8  * Copyright (C) 2009-2010 Sun Microsystems, Inc.
     8 * Copyright (C) 2009-2010 Oracle Corporation
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1515 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1616 * 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.
    2117 */
    2218
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.inf

    r26441 r28800  
    66
    77#
    8 # Copyright (C) 2009-2010 Sun Microsystems, Inc.
     8# Copyright (C) 2009-2010 Oracle Corporation
    99#
    1010# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1515# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1616# 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.
    2117#
    2218#/
  • trunk/src/VBox/Devices/EFI/Thunk/EfiThunk.asm

    r24839 r28800  
    99
    1010;
    11 ; Copyright (C) 2009 Sun Microsystems, Inc.
     11; Copyright (C) 2009 Oracle Corporation
    1212;
    1313; This file is part of VirtualBox Open Source Edition (OSE), as
     
    1818; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1919; 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.
    2420;
    2521
  • trunk/src/VBox/Devices/EFI/Thunk/Makefile.kmk

    r25950 r28800  
    99
    1010#
    11 # Copyright (C) 2009 Sun Microsystems, Inc.
     11# Copyright (C) 2009 Oracle Corporation
    1212#
    1313# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1818# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1919# 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.
    2420#
    2521
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette