VirtualBox

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


Ignore:
Timestamp:
Apr 27, 2010 8:22:32 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60692
Message:

Automated rebranding to Oracle copyright/license strings via filemuncher

Location:
trunk/src/VBox/Devices/Graphics
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk

    r28376 r28800  
    55
    66#
    7 # Copyright (C) 2006-2007 Sun Microsystems, Inc.
     7# Copyright (C) 2006-2007 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/Graphics/DevVGA.cpp

    r28379 r28800  
    66
    77/*
    8  * Copyright (C) 2006-2007 Sun Microsystems, Inc.
     8 * Copyright (C) 2006-2007 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/Graphics/DevVGA.h

    r28379 r28800  
    55
    66/*
    7  * Copyright (C) 2006-2007 Sun Microsystems, Inc.
     7 * Copyright (C) 2006-2007 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/Graphics/DevVGAModes.h

    r11166 r28800  
    88
    99/*
    10  * Copyright (C) 2006-2007 Sun Microsystems, Inc.
     10 * Copyright (C) 2006-2007 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/Graphics/DevVGASavedState.h

    r25062 r28800  
    88
    99/*
    10  * Copyright (C) 2006-2009 Sun Microsystems, Inc.
     10 * Copyright (C) 2006-2009 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/Graphics/DevVGATmpl.h

    r11166 r28800  
    55
    66/*
    7  * Copyright (C) 2006-2007 Sun Microsystems, Inc.
     7 * Copyright (C) 2006-2007 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/Graphics/DevVGA_VBVA.cpp

    r28379 r28800  
    44
    55/*
    6  * Copyright (C) 2006-2009 Sun Microsystems, Inc.
     6 * Copyright (C) 2006-2009 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1313 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1414 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    15  *
    16  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    17  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    18  * additional information or have any questions.
    1915 */
    2016
  • trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp

    r28379 r28800  
    44
    55/*
    6  * Copyright (C) 2006-2009 Sun Microsystems, Inc.
     6 * Copyright (C) 2006-2009 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1313 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1414 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    15  *
    16  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    17  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    18  * additional information or have any questions.
    1915 */
    2016//#include <VBox/VMMDev.h>
  • trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp

    r27006 r28800  
    99
    1010/*
    11  * Copyright (C) 2006-2008 Sun Microsystems, Inc.
     11 * Copyright (C) 2006-2008 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/Graphics/HGSMI/HGSMIHost.h

    r26969 r28800  
    66
    77/*
    8  * Copyright (C) 2006-2008 Sun Microsystems, Inc.
     8 * Copyright (C) 2006-2008 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/Graphics/HGSMI/HGSMIHostHlp.cpp

    r27129 r28800  
    66
    77/*
    8  * Copyright (C) 2006-2008 Sun Microsystems, Inc.
     8 * Copyright (C) 2006-2008 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/Graphics/HGSMI/HGSMIHostHlp.h

    r27339 r28800  
    66
    77/*
    8  * Copyright (C) 2006-2008 Sun Microsystems, Inc.
     8 * Copyright (C) 2006-2008 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/Graphics/HGSMI/SHGSMIHost.cpp

    r27339 r28800  
    11/*
    2  * Copyright (C) 2010 Sun Microsystems, Inc.
     2 * Copyright (C) 2010 Oracle Corporation
    33 *
    44 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    99 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1010 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    11  *
    12  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    13  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    14  * additional information or have any questions.
    1511 */
    1612#include "SHGSMIHost.h"
  • trunk/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.h

    r27339 r28800  
    11/*
    2  * Copyright (C) 2010 Sun Microsystems, Inc.
     2 * Copyright (C) 2010 Oracle Corporation
    33 *
    44 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    99 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1010 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    11  *
    12  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    13  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    14  * additional information or have any questions.
    1511 */
    1612#ifndef ___SHGSMIHost_h___
Note: See TracChangeset for help on using the changeset viewer.

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