VirtualBox

Changeset 28800 in vbox for trunk/src/VBox/GuestHost/OpenGL


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/GuestHost/OpenGL
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk

    r25806 r28800  
    55
    66#
    7 # Copyright (C) 2008 Sun Microsystems, Inc.
     7# Copyright (C) 2008 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/GuestHost/OpenGL/error/errorspu.rc

    r20658 r28800  
    88
    99/*
    10  * Copyright (C) 2009 Sun Microsystems, Inc.
     10 * Copyright (C) 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/GuestHost/OpenGL/include/state/cr_framebuffer.h

    r27889 r28800  
    66
    77/*
    8  * Copyright (C) 2009 Sun Microsystems, Inc.
     8 * Copyright (C) 2009 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/GuestHost/OpenGL/include/state/cr_glsl.h

    r23433 r28800  
    66
    77/*
    8  * Copyright (C) 2009 Sun Microsystems, Inc.
     8 * Copyright (C) 2009 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/GuestHost/OpenGL/packer/pack_framebuffer.c

    r22155 r28800  
    66
    77/*
    8  * Copyright (C) 2009 Sun Microsystems, Inc.
     8 * Copyright (C) 2009 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/GuestHost/OpenGL/packer/pack_shaders.c

    r27244 r28800  
    66
    77/*
    8  * Copyright (C) 2009 Sun Microsystems, Inc.
     8 * Copyright (C) 2009 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/GuestHost/OpenGL/packer/pack_visibleregion.c

    r16480 r28800  
    44
    55/*
    6  * Copyright (C) 2008 Sun Microsystems, Inc.
     6 * Copyright (C) 2008 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/GuestHost/OpenGL/state_tracker/state_framebuffer.c

    r27889 r28800  
    66
    77/*
    8  * Copyright (C) 2009 Sun Microsystems, Inc.
     8 * Copyright (C) 2009 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/GuestHost/OpenGL/state_tracker/state_glsl.c

    r27889 r28800  
    66
    77/*
    8  * Copyright (C) 2009 Sun Microsystems, Inc.
     8 * Copyright (C) 2009 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/GuestHost/OpenGL/state_tracker/state_snapshot.c

    r27091 r28800  
    66
    77/*
    8  * Copyright (C) 2008 Sun Microsystems, Inc.
     8 * Copyright (C) 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/GuestHost/OpenGL/util/util.rc

    r20658 r28800  
    88
    99/*
    10  * Copyright (C) 2009 Sun Microsystems, Inc.
     10 * Copyright (C) 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/GuestHost/OpenGL/util/vboxhgcm.c

    r25595 r28800  
    66
    77/*
    8  * Copyright (C) 2008 Sun Microsystems, Inc.
     8 * Copyright (C) 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
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