VirtualBox

Changeset 8132 in vbox


Ignore:
Timestamp:
Apr 18, 2008 9:40:07 AM (16 years ago)
Author:
vboxsync
Message:

more rebranding

Location:
trunk/src/VBox
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/audio.c

    r7561 r8132  
    226226            shown = 1;
    227227            AUD_log (NULL, "Save all your work and restart without audio\n");
    228             AUD_log (NULL, "Please send a bug report to innotek\n");
     228            AUD_log (NULL, "Please send a bug, see www.virtualbox.org\n");
    229229            AUD_log (NULL, "I am sorry\n");
    230230        }
  • trunk/src/VBox/Devices/Graphics/BIOS/vbe.c

    r5450 r8132  
    6262
    6363_vbebios_vendor_name:
    64 .ascii       "innotek GmbH"
     64.ascii       "Sun Microsystems, Inc."
    6565.byte        0x00
    6666
     
    7070
    7171_vbebios_product_revision:
    72 .ascii       "innotek VirtualBox Version "
     72.ascii       "Sun xVM VirtualBox Version "
    7373.ascii       VBOX_VERSION_STRING
    7474.byte        0x00
     
    7676_vbebios_info_string:
    7777//.ascii      "Bochs VBE Display Adapter enabled"
    78 .ascii       "innotek VirtualBox VBE Display Adapter enabled"
     78.ascii       "VirtualBox VBE Display Adapter enabled"
    7979.byte   0x0a,0x0d
    8080.byte   0x0a,0x0d
     
    8888
    8989msg_vbe_init:
    90 .ascii       "innotek VirtualBox Version "
     90.ascii       "VirtualBox Version "
    9191.ascii       VBOX_VERSION_STRING
    9292.ascii       " VBE Display Adapter"
  • trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c

    r5454 r8132  
    430430
    431431msg_vga_init:
    432 .ascii "innotek VirtualBox Version "
     432.ascii "Sun xVM VirtualBox Version "
    433433.ascii VBOX_VERSION_STRING
    434434.ascii " VGA BIOS"
  • trunk/src/VBox/Devices/PC/BIOS/rombios.c

    r8046 r8132  
    970970 * very same code will lead to compare errors when restoring saved state. */
    971971static char bios_cvs_version_string[] = "VirtualBox " VBOX_VERSION_STRING;
    972 #define BIOS_COPYRIGHT_STRING "innotek VirtualBox BIOS"
     972#define BIOS_COPYRIGHT_STRING "Sun xVM VirtualBox BIOS"
    973973#else /* !VBOX */
    974974static char bios_cvs_version_string[] = "$Revision: 1.176 $ $Date: 2006/12/30 17:13:17 $";
  • trunk/src/VBox/Devices/Storage/testcase/vditool.cpp

    r6291 r8132  
    352352
    353353    RTR3Init();
    354     RTPrintf("vditool    Copyright (c) 2004-2008 innotek GmbH.\n\n");
     354    RTPrintf("vditool    Copyright (c) 2008 Sun Microsystems, Inc.\n\n");
    355355
    356356    /*
  • trunk/src/VBox/Frontends/VBoxFB/VBoxFB.cpp

    r6285 r8132  
    5959
    6060    printf("VirtualBox DirectFB GUI built %s %s\n"
    61            "(C) 2004-2008 innotek GmbH\n"
     61           "(C) 2008      Sun Microsystems, Inc.\n"
     62           "(C) 2004-2007 innotek GmbH\n"
    6263           "(C) 2004-2005 secunet Security Networks AG\n", __DATE__, __TIME__);
    6364
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp

    r7305 r8132  
    423423    LogFlow (("VBoxHeadless STARTED.\n"));
    424424    RTPrintf ("VirtualBox Headless Interface %s\n"
    425               "(C) 2005-2008 innotek GmbH\n"
     425              "(C) 2008 Sun Microsystems, Inc.\n"
    426426              "All rights reserved\n\n",
    427427              VBOX_VERSION_STRING);
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxAboutDlg.ui.h

    r6285 r8132  
    3232{
    3333    /* This is intentionally untranslatable (oly Latin-1 here!) */
    34     const char *Copyright = "© 2004—2008 innotek GmbH";
     34    const char *Copyright = "© 2004—2008 Sun Microsystems, Inc.";
    3535
    3636    QString tpl = mAboutLabel->text();
  • trunk/src/VBox/Main/linux/server.cpp

    r8012 r8132  
    10581058
    10591059            iSize = snprintf (szBuf, sizeof(szBuf),
    1060                               "innotek VirtualBox XPCOM Server Version "
     1060                              "Sun xVM VirtualBox XPCOM Server Version "
    10611061                              VBOX_VERSION_STRING);
    10621062            for (int i=iSize; i>0; i--)
    10631063                putchar('*');
    10641064            printf ("\n%s\n", szBuf);
    1065             printf ("(C) 2004-2008 innotek GmbH\n"
     1065            printf ("(C) 2008 Sun Microsystems, Inc.\n"
    10661066                    "All rights reserved.\n");
    10671067#ifdef DEBUG
  • trunk/src/VBox/RDP/client/rdesktop.c

    r7826 r8132  
    133133        fprintf(stderr, "rdesktop: A Remote Desktop Protocol client.\n");
    134134        fprintf(stderr, "Version " VERSION ". Copyright (C) 1999-2005 Matt Chapman.\n");
    135         fprintf(stderr, "Modified for VirtualBox by innotek GmbH.\n");
     135        fprintf(stderr, "Modified for VirtualBox by Sun Microsystems, Inc.\n");
    136136        fprintf(stderr, "See http://www.rdesktop.org/ for more information.\n\n");
    137137
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