VirtualBox

Changeset 8155 in vbox for trunk/src/VBox/Disassembler


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/Disassembler
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/Disasm.cpp

    r5999 r8155  
    66
    77/*
    8  * Copyright (C) 2006-2007 innotek GmbH
     8 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1721 */
    1822
  • trunk/src/VBox/Disassembler/DisasmCore.cpp

    r8150 r8155  
    66
    77/*
    8  * Copyright (C) 2006-2007 innotek GmbH
     8 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1721 */
    1822
  • trunk/src/VBox/Disassembler/DisasmInternal.h

    r5999 r8155  
    66
    77/*
    8  * Copyright (C) 2006-2007 innotek GmbH
     8 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1721 */
    1822
  • trunk/src/VBox/Disassembler/DisasmTables.cpp

    r7456 r8155  
    66
    77/*
    8  * Copyright (C) 2006-2007 innotek GmbH
     8 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1721 */
    1822
  • trunk/src/VBox/Disassembler/DisasmTables.h

    r5999 r8155  
    66
    77/*
    8  * Copyright (C) 2006-2007 innotek GmbH
     8 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1721 */
    1822
  • trunk/src/VBox/Disassembler/DisasmTest.cpp

    r7015 r8155  
    66
    77/*
    8  * Copyright (C) 2006-2007 innotek GmbH
     8 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1721 */
    1822
  • trunk/src/VBox/Disassembler/DisasmTestA.asm

    r5999 r8155  
    44
    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/Disassembler/DisasmTestCore.cpp

    r5999 r8155  
    66
    77/*
    8  * Copyright (C) 2006-2007 innotek GmbH
     8 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    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.
    1721 */
    1822
  • trunk/src/VBox/Disassembler/Makefile.kmk

    r8142 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
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