VirtualBox

Ignore:
Timestamp:
Apr 18, 2008 3:16:47 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29865
Message:

The Big Sun Rebranding Header Change

Location:
trunk/src/VBox/Additions/WINNT/Graphics
Files:
44 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk

    r6973 r8155  
    55
    66#
    7 # Copyright (C) 2006-2007 innotek GmbH
     7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620#
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/Makefile.kmk

    r5999 r8155  
    55
    66#
    7 # Copyright (C) 2006-2007 innotek GmbH
     7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620#
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.def

    r5999 r8155  
    33; * VBoxDisp -- Windows Guest Video Driver
    44; *
    5 ; Copyright (C) 2006-2007 innotek GmbH
     5; Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
     
    1313; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1414;
     15; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16; Clara, CA 95054 USA or visit http://www.sun.com if you need
     17; additional information or have any questions.
     18;
    1519; */
    1620
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/dd.h

    r5999 r8155  
    55 * Display driver screen DirectDraw entry points.
    66 *
    7  * Copyright (C) 2006-2007 innotek GmbH
     7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620 */
    1721#ifndef __VBOX_DD_H__
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/drv.c

    r5999 r8155  
    55 * Display driver screen draw entry points.
    66 *
    7  * Copyright (C) 2006-2007 innotek GmbH
     7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620 */
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vbox.c

    r5999 r8155  
    55 * VBox support functions.
    66 *
    7  * Copyright (C) 2006-2007 innotek GmbH
     7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620 */
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vbva.c

    r5999 r8155  
    55 * VBVA dirty rectangles calculations.
    66 *
    7  * Copyright (C) 2006-2007 innotek GmbH
     7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620 */
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vbvavrdp.h

    r5999 r8155  
    55 * VRDP and VBVA handlers header.
    66 *
    7  * Copyright (C) 2006-2007 innotek GmbH
     7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620 */
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c

    r7194 r8155  
    77
    88/*
    9  * Copyright (C) 2006-2007 innotek GmbH
     9 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1616 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1717 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     18 *
     19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     20 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     21 * additional information or have any questions.
    1822 */
    1923
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.c

    r5999 r8155  
    88
    99/*
    10  * Copyright (C) 2006-2007 innotek GmbH
     10 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1923 */
    2024
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.h

    r5999 r8155  
    55 * VRDP bitmap cache.
    66 *
    7  * Copyright (C) 2006-2007 innotek GmbH
     7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620 */
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdptext.c

    r7392 r8155  
    77
    88/*
    9  * Copyright (C) 2006-2007 innotek GmbH
     9 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
    1212 * available from http://www.virtualbox.org. This file is free software;
    1313 * you can redistribute it and/or modify it under the terms of the GNU
    14  * General Public License as published by the Free Software Foundation,
    15  * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
    16  * distribution. VirtualBox OSE is distributed in the hope that it will
    17  * be useful, but WITHOUT ANY WARRANTY of any kind.
     14 * General Public License (GPL) as published by the Free Software
     15 * Foundation, in version 2 as it comes in the "COPYING" file of the
     16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     18 *
     19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     20 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     21 * additional information or have any questions.
    1822 */
    1923
  • trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk

    r5999 r8155  
    55
    66#
    7 # Copyright (C) 2006-2007 innotek GmbH
     7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620#
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp

    r5999 r8155  
    33 * VBoxGuest -- VirtualBox Win 2000/XP guest video driver
    44 *
    5  * Copyright (C) 2006-2007 innotek GmbH
     5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66 *
    77 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14 *
     15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     17 * additional information or have any questions.
    1418 */
    1519
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.h

    r5999 r8155  
    33 * VBoxGuest -- VirtualBox Win 2000/XP guest video driver
    44 *
    5  * Copyright (C) 2006-2007 innotek GmbH
     5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66 *
    77 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14 *
     15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     17 * additional information or have any questions.
    1418 */
    1519
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk

    r5999 r8155  
    55
    66#
    7 # Copyright (C) 2006-2007 innotek GmbH
     7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620#
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/Makefile.kmk

    r5999 r8155  
    55
    66#
    7 # Copyright (C) 2006-2007 innotek GmbH
     7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620#
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/helpers.c

    r5999 r8155  
    33 * vrdpvd.sys - VirtualBox Windows NT/2000/XP guest mirror video driver
    44 *
    5  * Copyright (C) 2006-2007 innotek GmbH
     5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66 *
    77 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14 *
     15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     17 * additional information or have any questions.
    1418 * *
    1519 */
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpdd.inf

    r8105 r8155  
    33; Installation inf for the vrdpdd mirror graphics adapter.
    44;
    5 ; Copyright (C) 2006-2007 innotek GmbH
     5; Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14;
     15; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16; Clara, CA 95054 USA or visit http://www.sun.com if you need
     17; additional information or have any questions.
    1418;
    1519, license agreement apply instead of the previous paragraph.
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.c

    r5999 r8155  
    33 * vrdpvd.sys - VirtualBox Windows NT/2000/XP guest mirror video driver
    44 *
    5  * Copyright (C) 2006-2007 innotek GmbH
     5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66 *
    77 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14 *
     15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     17 * additional information or have any questions.
    1418 */
    1519
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.h

    r5999 r8155  
    33 * vrdpvd.sys - VirtualBox Windows NT/2000/XP guest mirror video driver
    44 *
    5  * Copyright (C) 2006-2007 innotek GmbH
     5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66 *
    77 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14 *
     15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     17 * additional information or have any questions.
    1418 */
    1519
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp

    r5999 r8155  
    44 * Based on DDK sample code.
    55 *
    6  * Copyright (C) 2006-2007 innotek GmbH
     6 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1519 */
    1620
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.def

    r5999 r8155  
    33; VBoxVideo -- Windows Guest Additions Video Driver
    44;
    5 ; Copyright (C) 2006-2007 innotek GmbH
     5; Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
     
    1313; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1414;
     15; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16; Clara, CA 95054 USA or visit http://www.sun.com if you need
     17; additional information or have any questions.
     18;
    1519
    1620LIBRARY VBoxVideo
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h

    r5999 r8155  
    22 * VirtualBox Video miniport driver
    33 *
    4  * Copyright (C) 2006-2007 innotek GmbH
     4 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    55 *
    66 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1111 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1212 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     13 *
     14 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     15 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     16 * additional information or have any questions.
    1317 */
    1418
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf

    r8105 r8155  
    22; VirtualBox Video miniport driver
    33;
    4 ; Copyright (C) 2006-2007 innotek GmbH
     4; Copyright (C) 2006-2007 Sun Microsystems, Inc.
    55;
    66; This file is part of VirtualBox Open Source Edition (OSE), as
     
    1111; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1212; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     13;
     14; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     15; Clara, CA 95054 USA or visit http://www.sun.com if you need
     16; additional information or have any questions.
    1317;
    1418
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/vboxioctl.h

    r5999 r8155  
    55 * Display driver entry points.
    66 *
    7  * Copyright (C) 2006-2007 innotek GmbH
     7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620 */
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/Makefile.kmk

    r5999 r8155  
    55
    66#
    7 # Copyright (C) 2006-2007 innotek GmbH
     7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620#
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/MesaGL.cpp

    r5999 r8155  
    33 * VirtualBox Windows NT/2000/XP guest OpenGL ICD
    44 *
    5  * Copyright (C) 2006-2007 innotek GmbH
     5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66 *
    77 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14 *
     15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     17 * additional information or have any questions.
    1418 */
    1519/*
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexAsync.cpp

    r5999 r8155  
    55 * Complex buffered OpenGL functions
    66 *
    7  * Copyright (C) 2006-2007 innotek GmbH
     7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620 */
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexSync.cpp

    r5999 r8155  
    55 * Complex buffered OpenGL functions
    66 *
    7  * Copyright (C) 2006-2007 innotek GmbH
     7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620 */
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLLookup.cpp

    r5999 r8155  
    55 * Parameter size helpers
    66 *
    7  * Copyright (C) 2006-2007 innotek GmbH
     7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620 */
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleAsync.cpp

    r5999 r8155  
    55 * Simple buffered OpenGL functions
    66 *
    7  * Copyright (C) 2006-2007 innotek GmbH
     7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620 */
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleSync.cpp

    r5999 r8155  
    55 * Simple buffered OpenGL functions
    66 *
    7  * Copyright (C) 2006-2007 innotek GmbH
     7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620 */
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxCmd.cpp

    r5999 r8155  
    33 * VBoxDisp -- Windows Guest OpenGL ICD
    44 *
    5  * Copyright (C) 2006-2007 innotek GmbH
     5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66 *
    77 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14 *
     15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     17 * additional information or have any questions.
    1418 */
    1519#define VBOX_OGL_WITH_CMD_STRINGS
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxICDList.h

    r5999 r8155  
    33 * VirtualBox Windows NT/2000/XP guest OpenGL ICD
    44 *
    5  * Copyright (C) 2006-2007 innotek GmbH
     5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66 *
    77 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14 *
     15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     17 * additional information or have any questions.
    1418 */
    1519
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.cpp

    r5999 r8155  
    33 * VBoxDisp -- Windows Guest OpenGL ICD
    44 *
    5  * Copyright (C) 2006-2007 innotek GmbH
     5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66 *
    77 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14 *
     15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     17 * additional information or have any questions.
    1418 */
    1519#include "VBoxOGL.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.def

    r5999 r8155  
    33; * VBoxDisp -- Windows Guest OpenGL ICD
    44; *
    5 ; Copyright (C) 2006-2007 innotek GmbH
     5; Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14;
     15; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16; Clara, CA 95054 USA or visit http://www.sun.com if you need
     17; additional information or have any questions.
    1418;
    1519; */
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.h

    r5999 r8155  
    33 * VirtualBox Windows NT/2000/XP guest OpenGL ICD
    44 *
    5  * Copyright (C) 2006-2007 innotek GmbH
     5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66 *
    77 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14 *
     15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     17 * additional information or have any questions.
    1418 */
    1519#ifndef __VBOXOGL_H__
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.rc

    r8107 r8155  
    33 * VBoxDisp -- Windows Guest OpenGL ICD
    44 *
    5  * Copyright (C) 2006-2007 innotek GmbH
     5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66 *
    77 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14 *
     15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     17 * additional information or have any questions.
    1418 */
    1519#include <windows.h>
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/dllmain.cpp

    r5999 r8155  
    33 * VBoxDisp -- Windows Guest OpenGL ICD
    44 *
    5  * Copyright (C) 2006-2007 innotek GmbH
     5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    66 *
    77 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     14 *
     15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     16 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     17 * additional information or have any questions.
    1418 */
    1519#include "VBoxOGL.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/drv.cpp

    r5999 r8155  
    55 * ICD entry points.
    66 *
    7  * Copyright (C) 2006-2007 innotek GmbH
     7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620 */
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/glext.cpp

    r5999 r8155  
    88 *              http://icps.u-strasbg.fr/~marchesin/perso/extensions/
    99 *
    10  * Copyright (C) 2006-2007 innotek GmbH
     10 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1923 */
    2024
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/test/Makefile.kmk

    r5999 r8155  
    55
    66#
    7 # Copyright (C) 2006-2007 innotek GmbH
     7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1620#
    1721
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/test/tstShOpenGL.cpp

    r5999 r8155  
    11/*
    2  * Copyright (C) 2006-2007 innotek GmbH
     2 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1115 */
    1216
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