Index: /trunk/src/VBox/Devices/Audio/audio.c
===================================================================
--- /trunk/src/VBox/Devices/Audio/audio.c	(revision 8131)
+++ /trunk/src/VBox/Devices/Audio/audio.c	(revision 8132)
@@ -226,5 +226,5 @@
             shown = 1;
             AUD_log (NULL, "Save all your work and restart without audio\n");
-            AUD_log (NULL, "Please send a bug report to innotek\n");
+            AUD_log (NULL, "Please send a bug, see www.virtualbox.org\n");
             AUD_log (NULL, "I am sorry\n");
         }
Index: /trunk/src/VBox/Devices/Graphics/BIOS/vbe.c
===================================================================
--- /trunk/src/VBox/Devices/Graphics/BIOS/vbe.c	(revision 8131)
+++ /trunk/src/VBox/Devices/Graphics/BIOS/vbe.c	(revision 8132)
@@ -62,5 +62,5 @@
 
 _vbebios_vendor_name:
-.ascii       "innotek GmbH"
+.ascii       "Sun Microsystems, Inc."
 .byte        0x00
 
@@ -70,5 +70,5 @@
 
 _vbebios_product_revision:
-.ascii       "innotek VirtualBox Version "
+.ascii       "Sun xVM VirtualBox Version "
 .ascii       VBOX_VERSION_STRING
 .byte        0x00
@@ -76,5 +76,5 @@
 _vbebios_info_string:
 //.ascii      "Bochs VBE Display Adapter enabled"
-.ascii       "innotek VirtualBox VBE Display Adapter enabled"
+.ascii       "VirtualBox VBE Display Adapter enabled"
 .byte	0x0a,0x0d
 .byte	0x0a,0x0d
@@ -88,5 +88,5 @@
 
 msg_vbe_init:
-.ascii       "innotek VirtualBox Version "
+.ascii       "VirtualBox Version "
 .ascii       VBOX_VERSION_STRING
 .ascii       " VBE Display Adapter"
Index: /trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c
===================================================================
--- /trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c	(revision 8131)
+++ /trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c	(revision 8132)
@@ -430,5 +430,5 @@
 
 msg_vga_init:
-.ascii "innotek VirtualBox Version "
+.ascii "Sun xVM VirtualBox Version "
 .ascii VBOX_VERSION_STRING
 .ascii " VGA BIOS"
Index: /trunk/src/VBox/Devices/PC/BIOS/rombios.c
===================================================================
--- /trunk/src/VBox/Devices/PC/BIOS/rombios.c	(revision 8131)
+++ /trunk/src/VBox/Devices/PC/BIOS/rombios.c	(revision 8132)
@@ -970,5 +970,5 @@
  * very same code will lead to compare errors when restoring saved state. */
 static char bios_cvs_version_string[] = "VirtualBox " VBOX_VERSION_STRING;
-#define BIOS_COPYRIGHT_STRING "innotek VirtualBox BIOS"
+#define BIOS_COPYRIGHT_STRING "Sun xVM VirtualBox BIOS"
 #else /* !VBOX */
 static char bios_cvs_version_string[] = "$Revision: 1.176 $ $Date: 2006/12/30 17:13:17 $";
Index: /trunk/src/VBox/Devices/Storage/testcase/vditool.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/testcase/vditool.cpp	(revision 8131)
+++ /trunk/src/VBox/Devices/Storage/testcase/vditool.cpp	(revision 8132)
@@ -352,5 +352,5 @@
 
     RTR3Init();
-    RTPrintf("vditool    Copyright (c) 2004-2008 innotek GmbH.\n\n");
+    RTPrintf("vditool    Copyright (c) 2008 Sun Microsystems, Inc.\n\n");
 
     /*
Index: /trunk/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxFB/VBoxFB.cpp	(revision 8131)
+++ /trunk/src/VBox/Frontends/VBoxFB/VBoxFB.cpp	(revision 8132)
@@ -59,5 +59,6 @@
 
     printf("VirtualBox DirectFB GUI built %s %s\n"
-           "(C) 2004-2008 innotek GmbH\n"
+           "(C) 2008      Sun Microsystems, Inc.\n"
+           "(C) 2004-2007 innotek GmbH\n"
            "(C) 2004-2005 secunet Security Networks AG\n", __DATE__, __TIME__);
 
Index: /trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp	(revision 8131)
+++ /trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp	(revision 8132)
@@ -423,5 +423,5 @@
     LogFlow (("VBoxHeadless STARTED.\n"));
     RTPrintf ("VirtualBox Headless Interface %s\n"
-              "(C) 2005-2008 innotek GmbH\n"
+              "(C) 2008 Sun Microsystems, Inc.\n"
               "All rights reserved\n\n",
               VBOX_VERSION_STRING);
Index: /trunk/src/VBox/Frontends/VirtualBox/ui/VBoxAboutDlg.ui.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/ui/VBoxAboutDlg.ui.h	(revision 8131)
+++ /trunk/src/VBox/Frontends/VirtualBox/ui/VBoxAboutDlg.ui.h	(revision 8132)
@@ -32,5 +32,5 @@
 {
     /* This is intentionally untranslatable (oly Latin-1 here!) */
-    const char *Copyright = "&copy; 2004&mdash;2008 innotek GmbH";
+    const char *Copyright = "&copy; 2004&mdash;2008 Sun Microsystems, Inc.";
 
     QString tpl = mAboutLabel->text();
Index: /trunk/src/VBox/Main/linux/server.cpp
===================================================================
--- /trunk/src/VBox/Main/linux/server.cpp	(revision 8131)
+++ /trunk/src/VBox/Main/linux/server.cpp	(revision 8132)
@@ -1058,10 +1058,10 @@
 
             iSize = snprintf (szBuf, sizeof(szBuf),
-                              "innotek VirtualBox XPCOM Server Version "
+                              "Sun xVM VirtualBox XPCOM Server Version "
                               VBOX_VERSION_STRING);
             for (int i=iSize; i>0; i--)
                 putchar('*');
             printf ("\n%s\n", szBuf);
-            printf ("(C) 2004-2008 innotek GmbH\n"
+            printf ("(C) 2008 Sun Microsystems, Inc.\n"
                     "All rights reserved.\n");
 #ifdef DEBUG
Index: /trunk/src/VBox/RDP/client/rdesktop.c
===================================================================
--- /trunk/src/VBox/RDP/client/rdesktop.c	(revision 8131)
+++ /trunk/src/VBox/RDP/client/rdesktop.c	(revision 8132)
@@ -133,5 +133,5 @@
 	fprintf(stderr, "rdesktop: A Remote Desktop Protocol client.\n");
 	fprintf(stderr, "Version " VERSION ". Copyright (C) 1999-2005 Matt Chapman.\n");
-        fprintf(stderr, "Modified for VirtualBox by innotek GmbH.\n");
+        fprintf(stderr, "Modified for VirtualBox by Sun Microsystems, Inc.\n");
 	fprintf(stderr, "See http://www.rdesktop.org/ for more information.\n\n");
 
