Index: /trunk/src/VBox/Devices/Graphics/DevVGA.cpp
===================================================================
--- /trunk/src/VBox/Devices/Graphics/DevVGA.cpp	(revision 8169)
+++ /trunk/src/VBox/Devices/Graphics/DevVGA.cpp	(revision 8170)
@@ -2892,5 +2892,5 @@
 
 
-#ifdef VBOX /* innotek code start */
+#ifdef VBOX /* VirtualBox code start */
 
 
Index: /trunk/src/VBox/Devices/Input/DevPS2.cpp
===================================================================
--- /trunk/src/VBox/Devices/Input/DevPS2.cpp	(revision 8169)
+++ /trunk/src/VBox/Devices/Input/DevPS2.cpp	(revision 8170)
@@ -165,5 +165,5 @@
 #ifdef VBOX
 #define AUX_NACK			0xFE	/* Command byte NACK. */
-#endif 
+#endif
 
 #define MOUSE_STATUS_REMOTE     0x40
@@ -511,5 +511,5 @@
         break;
 #ifdef VBOX /* Make OS/2 happy. */
-    /* The 8042 RAM is readble using commands 0x20 thru 0x3f, and writable 
+    /* The 8042 RAM is readble using commands 0x20 thru 0x3f, and writable
        by 0x60 thru 0x7f. Now days only the firs byte, the mode, is used.
        We'll ignore the writes (0x61..7f) and return 0 for all the reads
@@ -522,5 +522,5 @@
         Log(("kbd: reading non-standard RAM addr %#x\n", val & 0x1f));
         break;
-#endif 
+#endif
     default:
         Log(("kbd: unsupported keyboard cmd=0x%02x\n", val));
@@ -917,10 +917,10 @@
         default:
 #ifdef VBOX
-            /* NACK all commands we don't know. 
-
-               The usecase for this is the OS/2 mouse driver which will try 
-               read 0xE2 in order to figure out if it's a trackpoint device 
+            /* NACK all commands we don't know.
+
+               The usecase for this is the OS/2 mouse driver which will try
+               read 0xE2 in order to figure out if it's a trackpoint device
                or not. If it doesn't get a NACK (or ACK) on the command it'll
-               do several hundred thousand status reads before giving up. This 
+               do several hundred thousand status reads before giving up. This
                is slows down the OS/2 boot up considerably. (It also seems that
                the code is somehow vulnerable while polling like this and that
@@ -929,7 +929,7 @@
                From http://www.win.tue.nl/~aeb/linux/kbd/scancodes-13.html:
 
-               Every command or data byte sent to the mouse (except for the 
-               resend command fe) is ACKed with fa. If the command or data 
-               is invalid, it is NACKed with fe. If the next byte is again 
+               Every command or data byte sent to the mouse (except for the
+               resend command fe) is ACKed with fa. If the command or data
+               is invalid, it is NACKed with fe. If the next byte is again
                invalid, the reply is ERROR: fc. */
             /** @todo send error if we NACKed the previous command? */
@@ -1273,5 +1273,5 @@
 
 
-#ifdef VBOX /* innotek code start */
+#ifdef VBOX /* VirtualBox code start */
 
 /* -=-=-=-=-=- wrappers -=-=-=-=-=- */
Index: /trunk/src/VBox/Devices/Storage/VDICore.h
===================================================================
--- /trunk/src/VBox/Devices/Storage/VDICore.h	(revision 8169)
+++ /trunk/src/VBox/Devices/Storage/VDICore.h	(revision 8170)
@@ -51,5 +51,5 @@
  *  Must be less than 64 bytes in length, including the trailing 0.
  */
-#define VDI_IMAGE_FILE_INFO   "<<< innotek VirtualBox Disk Image >>>\n"
+#define VDI_IMAGE_FILE_INFO   "<<< Sun xVM VirtualBox Disk Image >>>\n"
 
 /** The Sector size.
Index: /trunk/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxFB/VBoxFB.cpp	(revision 8169)
+++ /trunk/src/VBox/Frontends/VBoxFB/VBoxFB.cpp	(revision 8170)
@@ -63,6 +63,5 @@
 
     printf("VirtualBox DirectFB GUI built %s %s\n"
-           "(C) 2008      Sun Microsystems, Inc.\n"
-           "(C) 2004-2007 innotek GmbH\n"
+           "(C) 2004-2008 Sun Microsystems, Inc.\n"
            "(C) 2004-2005 secunet Security Networks AG\n", __DATE__, __TIME__);
 
Index: /trunk/src/VBox/Frontends/VirtualBox/include/QIApplication.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/include/QIApplication.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/include/QIApplication.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIApplication class declaration
+ * VirtualBox Qt extensions: QIApplication class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIHotKeyEdit class declaration
+ * VirtualBox Qt extensions: QIHotKeyEdit class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIMessageBox class declaration
+ * VirtualBox Qt extensions: QIMessageBox class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox/include/QIRichLabel.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/include/QIRichLabel.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/include/QIRichLabel.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIRichLabel class declaration
+ * VirtualBox Qt extensions: QIRichLabel class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox/include/QIStateIndicator.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/include/QIStateIndicator.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/include/QIStateIndicator.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIStateIndicator class declaration
+ * VirtualBox Qt extensions: QIStateIndicator class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox/include/QIStatusBar.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/include/QIStatusBar.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/include/QIStatusBar.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIStatusBar class declaration
+ * VirtualBox Qt extensions: QIStatusBar class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox/include/QIWidgetValidator.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/include/QIWidgetValidator.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/include/QIWidgetValidator.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIWidgetValidator class declaration
+ * VirtualBox Qt extensions: QIWidgetValidator class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox/src/QIHotKeyEdit.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/QIHotKeyEdit.cpp	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/QIHotKeyEdit.cpp	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIHotKeyEdit class implementation
+ * VirtualBox Qt extensions: QIHotKeyEdit class implementation
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIMessageBox class implementation
+ * VirtualBox Qt extensions: QIMessageBox class implementation
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox/src/QIRichLabel.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/QIRichLabel.cpp	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/QIRichLabel.cpp	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIRichLabel class implementation
+ * VirtualBox Qt extensions: QIRichLabel class implementation
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox/src/QIStateIndicator.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/QIStateIndicator.cpp	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/QIStateIndicator.cpp	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIStateIndicator class implementation
+ * VirtualBox Qt extensions: QIStateIndicator class implementation
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox/src/QIStatusBar.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/QIStatusBar.cpp	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/QIStatusBar.cpp	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIStatusBar class implementation
+ * VirtualBox Qt extensions: QIStatusBar class implementation
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox/src/QIWidgetValidator.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/QIWidgetValidator.cpp	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/QIWidgetValidator.cpp	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIWidgetValidator class implementation
+ * VirtualBox Qt extensions: QIWidgetValidator class implementation
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.m
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.m	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.m	(revision 8170)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2008 innotek GmbH
+ * Copyright (C) 2008 Sun Microsystems, Inc.
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
Index: /trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-new.c
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-new.c	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-new.c	(revision 8170)
@@ -261,9 +261,9 @@
 		/* set extended bit when necessary */
             } else if ((keysym >> 8) == 0x1008FF) { /* XFree86 vendor keys */
-/* innotek FIX - multimedia/internet keys */
+/* VirtualBox FIX - multimedia/internet keys */
                 scan = xfree86_vendor_key_scan[keysym & 0xff];
             } else if (keysym == 0x20) {                 /* Spacebar */
 		scan = 0x39;
-/* innotek FIX - AltGr support */
+/* VirtualBox FIX - AltGr support */
             } else if (keysym == 0xFE03) {               /* ISO level3 shift, aka AltGr */
 		scan = 0x138;
Index: /trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-tables.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-tables.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-tables.h	(revision 8170)
@@ -84,5 +84,5 @@
     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,              /* FF58 */
     /* misc keys */
-/* innotek FIX */
+/* VirtualBox FIX */
     /*?*/ 0, 0x137, /*?*/ 0, 0x152, 0x00, 0x00, 0x00, 0x15D,     /* FF60 */
     /*?*/ 0, /*?*/ 0, 0x38, 0x146, 0x00, 0x00, 0x00, 0x00,       /* FF68 */
@@ -95,5 +95,5 @@
     0x4D, 0x50, 0x49, 0x51, 0x4F, 0x4C, 0x52, 0x53,              /* FF98 */
     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,              /* FFA0 */
-/* innotek FIX */
+/* VirtualBox FIX */
     0x00, 0x00, 0x37, 0x4E, 0x53, 0x4A, 0x7e, 0x135,             /* FFA8 */
     0x52, 0x4F, 0x50, 0x51, 0x4B, 0x4C, 0x4D, 0x47,              /* FFB0 */
@@ -107,5 +107,5 @@
     /* modifier keys */
     0x00, 0x2A, 0x36, 0x1D, 0x11D, 0x3A, 0x00, 0x38,             /* FFE0 */
-/* innotek FIX */
+/* VirtualBox FIX */
     0x138, 0x38, 0x138, 0x15B, 0x15C, 0x00, 0x00, 0x00,          /* FFE8 */
     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,              /* FFF0 */
@@ -113,5 +113,5 @@
 };
 
-/* innotek FIX */
+/* VirtualBox FIX */
 /* This list was put together using /usr/include/X11/XF86keysym.h and
    http://www.win.tue.nl/~aeb/linux/kbd/scancodes-6.html.  It has not yet
Index: /trunk/src/VBox/Frontends/VirtualBox4/include/CIShared.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/include/CIShared.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/include/CIShared.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * Common innotek classes: CIShared class declaration
+ * Common VirtualBox classes: CIShared class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox4/include/QIApplication.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/include/QIApplication.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/include/QIApplication.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIApplication class declaration
+ * VirtualBox Qt extensions: QIApplication class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox4/include/QIHotKeyEdit.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/include/QIHotKeyEdit.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/include/QIHotKeyEdit.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIHotKeyEdit class declaration
+ * VirtualBox Qt extensions: QIHotKeyEdit class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox4/include/QIMessageBox.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/include/QIMessageBox.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/include/QIMessageBox.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIMessageBox class declaration
+ * VirtualBox Qt extensions: QIMessageBox class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox4/include/QIRichLabel.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/include/QIRichLabel.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/include/QIRichLabel.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIRichLabel class declaration
+ * VirtualBox Qt extensions: QIRichLabel class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox4/include/QIStateIndicator.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/include/QIStateIndicator.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/include/QIStateIndicator.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIStateIndicator class declaration
+ * VirtualBox Qt extensions: QIStateIndicator class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox4/include/QIStatusBar.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/include/QIStatusBar.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/include/QIStatusBar.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIStatusBar class declaration
+ * VirtualBox Qt extensions: QIStatusBar class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox4/include/QIWidgetValidator.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/include/QIWidgetValidator.h	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/include/QIWidgetValidator.h	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIWidgetValidator class declaration
+ * VirtualBox Qt extensions: QIWidgetValidator class declaration
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox4/src/QIHotKeyEdit.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/src/QIHotKeyEdit.cpp	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/src/QIHotKeyEdit.cpp	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIHotKeyEdit class implementation
+ * VirtualBox Qt extensions: QIHotKeyEdit class implementation
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox4/src/QIMessageBox.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/src/QIMessageBox.cpp	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/src/QIMessageBox.cpp	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIMessageBox class implementation
+ * VirtualBox Qt extensions: QIMessageBox class implementation
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox4/src/QIRichLabel.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/src/QIRichLabel.cpp	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/src/QIRichLabel.cpp	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIRichLabel class implementation
+ * VirtualBox Qt extensions: QIRichLabel class implementation
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox4/src/QIStateIndicator.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/src/QIStateIndicator.cpp	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/src/QIStateIndicator.cpp	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIStateIndicator class implementation
+ * VirtualBox Qt extensions: QIStateIndicator class implementation
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox4/src/QIStatusBar.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/src/QIStatusBar.cpp	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/src/QIStatusBar.cpp	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIStatusBar class implementation
+ * VirtualBox Qt extensions: QIStatusBar class implementation
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox4/src/QIWidgetValidator.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/src/QIWidgetValidator.cpp	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/src/QIWidgetValidator.cpp	(revision 8170)
@@ -2,5 +2,5 @@
  *
  * VBox frontends: Qt GUI ("VirtualBox"):
- * innotek Qt extensions: QIWidgetValidator class implementation
+ * VirtualBox Qt extensions: QIWidgetValidator class implementation
  */
 
Index: /trunk/src/VBox/Frontends/VirtualBox4/src/darwin/VBoxIChatTheaterWrapper.m
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/src/darwin/VBoxIChatTheaterWrapper.m	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/src/darwin/VBoxIChatTheaterWrapper.m	(revision 8170)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2008 innotek GmbH
+ * Copyright (C) 2008 Sun Microsystems, Inc.
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
Index: /trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-new.c
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-new.c	(revision 8169)
+++ /trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-new.c	(revision 8170)
@@ -261,9 +261,9 @@
 		/* set extended bit when necessary */
             } else if ((keysym >> 8) == 0x1008FF) { /* XFree86 vendor keys */
-/* innotek FIX - multimedia/internet keys */
+/* VirtualBox FIX - multimedia/internet keys */
                 scan = xfree86_vendor_key_scan[keysym & 0xff];
             } else if (keysym == 0x20) {                 /* Spacebar */
 		scan = 0x39;
-/* innotek FIX - AltGr support */
+/* VirtualBox FIX - AltGr support */
             } else if (keysym == 0xFE03) {               /* ISO level3 shift, aka AltGr */
 		scan = 0x138;
Index: /trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp	(revision 8170)
@@ -125,5 +125,5 @@
                            "VirtualBox.org Support Driver for OS/2 version " VBOX_VERSION_STRING "\r\n"
                            "Copyright (C) 2007 Knut St. Osmundsen\r\n"
-                           "Copyright (C) 2007 innotek GmbH\r\n");
+                           "Copyright (C) 2007 Sun Microsystems, Inc.\r\n");
                     g_cchInitText = strlen(&g_szInitText[0]);
                 }
Index: /trunk/src/VBox/Main/MachineImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/MachineImpl.cpp	(revision 8169)
+++ /trunk/src/VBox/Main/MachineImpl.cpp	(revision 8170)
@@ -90,5 +90,5 @@
 {
     "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>" RTFILE_LINEFEED
-    "<!-- innotek VirtualBox Machine Configuration -->" RTFILE_LINEFEED
+    "<!-- Sun xVM VirtualBox Machine Configuration -->" RTFILE_LINEFEED
     "<VirtualBox xmlns=\"" VBOX_XML_NAMESPACE "\" "
         "version=\"" VBOX_XML_VERSION_FULL "\">" RTFILE_LINEFEED
Index: /trunk/src/VBox/Main/VirtualBoxImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/VirtualBoxImpl.cpp	(revision 8169)
+++ /trunk/src/VBox/Main/VirtualBoxImpl.cpp	(revision 8170)
@@ -80,5 +80,5 @@
 {
     "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>" RTFILE_LINEFEED
-    "<!-- innotek VirtualBox Global Configuration -->" RTFILE_LINEFEED
+    "<!-- Sun xVM VirtualBox Global Configuration -->" RTFILE_LINEFEED
     "<VirtualBox xmlns=\"" VBOX_XML_NAMESPACE "\" "
         "version=\"" VBOX_XML_VERSION_FULL "\">" RTFILE_LINEFEED
Index: /trunk/src/VBox/RDP/client/xkeymap.c
===================================================================
--- /trunk/src/VBox/RDP/client/xkeymap.c	(revision 8169)
+++ /trunk/src/VBox/RDP/client/xkeymap.c	(revision 8170)
@@ -5,10 +5,10 @@
    Copyright (C) Matthew Chapman 1999-2005
    Copyright (C) Peter Astrand <peter@cendio.se> 2003
-   
+
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.
-   
+
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -394,5 +394,5 @@
 
 		/* flags */
-		/* FIXME: Should allow case-insensitive flag names. 
+		/* FIXME: Should allow case-insensitive flag names.
 		   Fix by using lex+yacc... */
 		modifiers = 0;
@@ -426,5 +426,5 @@
 		if (strstr(line_rest, "addupper"))
 		{
-			/* Automatically add uppercase key, with same modifiers 
+			/* Automatically add uppercase key, with same modifiers
 			   plus shift */
 			for (p = keyname; *p; p++)
@@ -538,8 +538,8 @@
 			if (pressed)
 			{
-				/* innotek code begin */
+				/* VirtualBox code begin */
 				rdp_send_input(ev_time, RDP_INPUT_SCANCODE, KBD_FLAG_EXT, 0x46, 0);
 				rdp_send_input(ev_time, RDP_INPUT_SCANCODE, KBD_FLAG_EXT | KBD_FLAG_UP, 0x46, 0);
-				/* innotek code end */
+				/* VirtualBox code end */
 			}
 			/* No release sequence */
@@ -578,10 +578,10 @@
 			if (pressed)
 			{
-				/* innotek code begin */
+				/* VirtualBox code begin */
 				rdp_send_input(ev_time, RDP_INPUT_SCANCODE, KBD_FLAG_EXT2, 0x1d, 0);
 				rdp_send_input(ev_time, RDP_INPUT_SCANCODE, RDP_KEYPRESS,  0x45, 0);
 				rdp_send_input(ev_time, RDP_INPUT_SCANCODE, KBD_FLAG_EXT2 | KBD_FLAG_UP, 0x1d, 0);
 				rdp_send_input(ev_time, RDP_INPUT_SCANCODE, KBD_FLAG_UP,  0x45, 0);
-				/* innotek code end */
+				/* VirtualBox code end */
 			}
 			/* No release sequence */
Index: /trunk/src/VBox/RDP/client/xwin.c
===================================================================
--- /trunk/src/VBox/RDP/client/xwin.c	(revision 8169)
+++ /trunk/src/VBox/RDP/client/xwin.c	(revision 8170)
@@ -123,7 +123,7 @@
    Note that this can be true when g_compatible_arch is false,
    e.g.:
-   
+
      RDP(LE) <-> host(BE) <-> X-Server(LE)
-     
+
    ('host' is the machine running rdesktop; the host simply memcpy's
     so its endianess doesn't matter)
@@ -2129,5 +2129,5 @@
 				g_mouse_in_wnd = False;
 				XUngrabKeyboard(g_display, CurrentTime);
-				/* innotek code begin */
+				/* VirtualBox code begin */
 				if (g_fullscreen)
 				{
@@ -2138,5 +2138,5 @@
 					XUngrabPointer(g_display, CurrentTime);
 				}
-				/* innotek code end */
+				/* VirtualBox code end */
 				break;
 
Index: /trunk/src/VBox/Runtime/VBox/RTAssertDoBreakpoint-vbox.cpp
===================================================================
--- /trunk/src/VBox/Runtime/VBox/RTAssertDoBreakpoint-vbox.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/VBox/RTAssertDoBreakpoint-vbox.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Assertions, generic RTAssertDoBreakpoint.
+ * Incredibly Portable Runtime - Assertions, generic RTAssertDoBreakpoint.
  */
 
Index: /trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp
===================================================================
--- /trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - VBoxRT.dll/so dependencies.
+ * Incredibly Portable Runtime - VBoxRT.dll/so dependencies.
  */
 
Index: /trunk/src/VBox/Runtime/VBox/strformat-vbox.cpp
===================================================================
--- /trunk/src/VBox/Runtime/VBox/strformat-vbox.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/VBox/strformat-vbox.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - VBox String Formatter extensions.
+ * Incredibly Portable Runtime - VBox String Formatter extensions.
  */
 
Index: /trunk/src/VBox/Runtime/common/alloc/alloc.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/alloc/alloc.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/alloc/alloc.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation.
+ * Incredibly Portable Runtime - Memory Allocation.
  */
 
Index: /trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - A Simple Heap.
+ * Incredibly Portable Runtime - A Simple Heap.
  */
 
Index: /trunk/src/VBox/Runtime/common/checksum/crc32.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/checksum/crc32.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/checksum/crc32.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - CRC32.
+ * Incredibly Portable Runtime - CRC32.
  */
 
Index: /trunk/src/VBox/Runtime/common/checksum/crc64.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/checksum/crc64.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/checksum/crc64.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - CRC64.
+ * Incredibly Portable Runtime - CRC64.
  *
  * The method to compute the CRC64 is referred to as CRC-64-ISO:
Index: /trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Convert errno to iprt status codes.
+ * Incredibly Portable Runtime - Convert errno to iprt status codes.
  */
 
Index: /trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Rev$ */
 /** @file
- * innotek Portable Runtime - Convert iprt status codes to errno.
+ * Incredibly Portable Runtime - Convert iprt status codes to errno.
  */
 
Index: /trunk/src/VBox/Runtime/common/err/errmsg.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/err/errmsg.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/err/errmsg.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Status code messages.
+ * Incredibly Portable Runtime - Status code messages.
  */
 
Index: /trunk/src/VBox/Runtime/common/ldr/ldr.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/ldr/ldr.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/ldr/ldr.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Binary Image Loader.
+ * Incredibly Portable Runtime - Binary Image Loader.
  */
 
Index: /trunk/src/VBox/Runtime/common/ldr/ldrELF.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/ldr/ldrELF.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/ldr/ldrELF.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Binary Image Loader, Executable and Linker Format (ELF).
+ * Incredibly Portable Runtime - Binary Image Loader, Executable and Linker Format (ELF).
  */
 
Index: /trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h
===================================================================
--- /trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Binary Image Loader, Template for ELF Relocatable Images.
+ * Incredibly Portable Runtime - Binary Image Loader, Template for ELF Relocatable Images.
  */
 
Index: /trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Binary Image Loader, Extended Features.
+ * Incredibly Portable Runtime - Binary Image Loader, Extended Features.
  */
 
Index: /trunk/src/VBox/Runtime/common/ldr/ldrFile.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/ldr/ldrFile.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/ldr/ldrFile.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Binary Image Loader, The File Oriented Parts.
+ * Incredibly Portable Runtime - Binary Image Loader, The File Oriented Parts.
  */
 
Index: /trunk/src/VBox/Runtime/common/ldr/ldrNative.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/ldr/ldrNative.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/ldr/ldrNative.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Binary Image Loader, Native interface.
+ * Incredibly Portable Runtime - Binary Image Loader, Native interface.
  */
 
Index: /trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Binary Image Loader, Portable Executable (PE).
+ * Incredibly Portable Runtime - Binary Image Loader, Portable Executable (PE).
  */
 
Index: /trunk/src/VBox/Runtime/common/ldr/ldrkStuff.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/ldr/ldrkStuff.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/ldr/ldrkStuff.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Binary Image Loader, kLdr Interface.
+ * Incredibly Portable Runtime - Binary Image Loader, kLdr Interface.
  */
 
Index: /trunk/src/VBox/Runtime/common/log/logcom.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/log/logcom.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/log/logcom.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Logging to Serial Port.
+ * Incredibly Portable Runtime - Logging to Serial Port.
  */
 
Index: /trunk/src/VBox/Runtime/common/log/logformat.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/log/logformat.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/log/logformat.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Log Formatter.
+ * Incredibly Portable Runtime - Log Formatter.
  */
 
Index: /trunk/src/VBox/Runtime/common/misc/assert.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/assert.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/misc/assert.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Assertion Workers.
+ * Incredibly Portable Runtime - Assertion Workers.
  */
 
Index: /trunk/src/VBox/Runtime/common/misc/getopt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/getopt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/misc/getopt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Command Line Parsing
+ * Incredibly Portable Runtime - Command Line Parsing
  */
 
Index: /trunk/src/VBox/Runtime/common/misc/rand.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/rand.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/misc/rand.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Random Number
+ * Incredibly Portable Runtime - Random Number
  */
 
Index: /trunk/src/VBox/Runtime/common/misc/req.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/req.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/misc/req.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id: VMReq.cpp 17451 2007-01-15 14:08:28Z bird $ */
 /** @file
- * innotek Portable Runtime - Request packets
+ * Incredibly Portable Runtime - Request packets
  */
 
Index: /trunk/src/VBox/Runtime/common/misc/sanity-c.c
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/sanity-c.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/misc/sanity-c.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Setup Sanity Checks, C.
+ * Incredibly Portable Runtime - Setup Sanity Checks, C.
  */
 
Index: /trunk/src/VBox/Runtime/common/misc/sanity-cpp.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/sanity-cpp.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/misc/sanity-cpp.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Setup Sanity Checks, C++.
+ * Incredibly Portable Runtime - Setup Sanity Checks, C++.
  */
 
Index: /trunk/src/VBox/Runtime/common/misc/sanity.h
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/sanity.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/misc/sanity.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Setup Sanity Checks, C and C++.
+ * Incredibly Portable Runtime - Setup Sanity Checks, C and C++.
  */
 
Index: /trunk/src/VBox/Runtime/common/misc/semspingpong.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/semspingpong.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/misc/semspingpong.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Thread Ping-Pong Construct.
+ * Incredibly Portable Runtime - Thread Ping-Pong Construct.
  */
 
Index: /trunk/src/VBox/Runtime/common/misc/thread.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/thread.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/misc/thread.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads, common routines.
+ * Incredibly Portable Runtime - Threads, common routines.
  */
 
Index: /trunk/src/VBox/Runtime/common/misc/zip.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/zip.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/misc/zip.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Compression.
+ * Incredibly Portable Runtime - Compression.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/memchr.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/memchr.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/memchr.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - CRT Strings, memcpy().
+ * Incredibly Portable Runtime - CRT Strings, memcpy().
  */
 
Index: /trunk/src/VBox/Runtime/common/string/memchr_alias.c
===================================================================
--- /trunk/src/VBox/Runtime/common/string/memchr_alias.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/memchr_alias.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - No-CRT memchr() alias for gcc.
+ * Incredibly Portable Runtime - No-CRT memchr() alias for gcc.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/memcmp.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/memcmp.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/memcmp.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - CRT Strings, memcmp().
+ * Incredibly Portable Runtime - CRT Strings, memcmp().
  */
 
Index: /trunk/src/VBox/Runtime/common/string/memcmp_alias.c
===================================================================
--- /trunk/src/VBox/Runtime/common/string/memcmp_alias.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/memcmp_alias.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - No-CRT memcmp() alias for gcc.
+ * Incredibly Portable Runtime - No-CRT memcmp() alias for gcc.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/memcpy.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/memcpy.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/memcpy.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - CRT Strings, memcpy().
+ * Incredibly Portable Runtime - CRT Strings, memcpy().
  */
 
Index: /trunk/src/VBox/Runtime/common/string/memcpy_alias.c
===================================================================
--- /trunk/src/VBox/Runtime/common/string/memcpy_alias.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/memcpy_alias.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - No-CRT memcpy() alias for gcc.
+ * Incredibly Portable Runtime - No-CRT memcpy() alias for gcc.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/memmove_alias.c
===================================================================
--- /trunk/src/VBox/Runtime/common/string/memmove_alias.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/memmove_alias.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - No-CRT memmove() alias for gcc.
+ * Incredibly Portable Runtime - No-CRT memmove() alias for gcc.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/memset.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/memset.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/memset.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - CRT Strings, memset().
+ * Incredibly Portable Runtime - CRT Strings, memset().
  */
 
Index: /trunk/src/VBox/Runtime/common/string/memset_alias.c
===================================================================
--- /trunk/src/VBox/Runtime/common/string/memset_alias.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/memset_alias.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - No-CRT memset() alias for gcc.
+ * Incredibly Portable Runtime - No-CRT memset() alias for gcc.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/straprintf.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/straprintf.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/straprintf.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Allocating String Formatters.
+ * Incredibly Portable Runtime - Allocating String Formatters.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/strchr_alias.c
===================================================================
--- /trunk/src/VBox/Runtime/common/string/strchr_alias.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/strchr_alias.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - No-CRT strchr() alias for gcc.
+ * Incredibly Portable Runtime - No-CRT strchr() alias for gcc.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/strcmp_alias.c
===================================================================
--- /trunk/src/VBox/Runtime/common/string/strcmp_alias.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/strcmp_alias.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - No-CRT strcmp() alias for gcc.
+ * Incredibly Portable Runtime - No-CRT strcmp() alias for gcc.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/strcpy.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/strcpy.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/strcpy.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - CRT Strings, strcpy().
+ * Incredibly Portable Runtime - CRT Strings, strcpy().
  */
 
Index: /trunk/src/VBox/Runtime/common/string/strformat.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/strformat.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/strformat.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - String Formatter.
+ * Incredibly Portable Runtime - String Formatter.
  */
 
@@ -788,5 +788,5 @@
 
                     /*
-                     * innotek Portable Runtime Extensions.
+                     * Incredibly Portable Runtime Extensions.
                      */
                     case 'R':
Index: /trunk/src/VBox/Runtime/common/string/strformatrt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/strformatrt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/strformatrt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - IPRT String Formatter Extensions.
+ * Incredibly Portable Runtime - IPRT String Formatter Extensions.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/strformattype.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/strformattype.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/strformattype.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - IPRT String Formatter Extensions, Dynamic Types.
+ * Incredibly Portable Runtime - IPRT String Formatter Extensions, Dynamic Types.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/string.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/string.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/string.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - String Manipulation.
+ * Incredibly Portable Runtime - String Manipulation.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/strlen.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/strlen.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/strlen.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - CRT Strings, strlen().
+ * Incredibly Portable Runtime - CRT Strings, strlen().
  */
 
Index: /trunk/src/VBox/Runtime/common/string/strncmp.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/strncmp.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/strncmp.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - CRT Strings, strncmp().
+ * Incredibly Portable Runtime - CRT Strings, strncmp().
  */
 
Index: /trunk/src/VBox/Runtime/common/string/strpbrk.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/strpbrk.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/strpbrk.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - strpbrk().
+ * Incredibly Portable Runtime - strpbrk().
  */
 
Index: /trunk/src/VBox/Runtime/common/string/strprintf.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/strprintf.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/strprintf.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - String Formatters.
+ * Incredibly Portable Runtime - String Formatters.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/strspace.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/strspace.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/strspace.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Unique String Spaces.
+ * Incredibly Portable Runtime - Unique String Spaces.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/strstrip.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/strstrip.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/strstrip.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - String Stripping and Trimming.
+ * Incredibly Portable Runtime - String Stripping and Trimming.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/strtonum.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/strtonum.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/strtonum.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - String To Number Convertion.
+ * Incredibly Portable Runtime - String To Number Convertion.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/uni.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/uni.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/uni.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Unicode.
+ * Incredibly Portable Runtime - Unicode.
  */
 
Index: /trunk/src/VBox/Runtime/common/string/unidata.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/unidata.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/unidata.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Unicode Tables
+ * Incredibly Portable Runtime - Unicode Tables
  *
  *      Automatically Generated by G:/coding/vbox/tree/out/win32/debug/obj/src/VBox/Runtime/uniread/uniread.exe (Jan 30 2006 04:37:06)
Index: /trunk/src/VBox/Runtime/common/string/uniread.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/uniread.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/uniread.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Unicode Specification Reader.
+ * Incredibly Portable Runtime - Unicode Specification Reader.
  */
 
@@ -613,10 +613,10 @@
     printf("/** @file\n"
            " *\n"
-           " * innotek Portable Runtime - Unicode Tables\n"
+           " * Incredibly Portable Runtime - Unicode Tables\n"
            " *\n"
            " *      Automatically Generated by %s (" __DATE__ " " __TIME__ ")\n"
            " */\n\n"
            "/*\n"
-           " * Copyright (C) 2006-2008 innotek GmbH\n"
+           " * Copyright (C) 2006-2008 Sun Microsystems, Inc.\n"
            " *\n"
            " * This file is part of VirtualBox Open Source Edition (OSE), as\n"
Index: /trunk/src/VBox/Runtime/common/string/utf-16.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/utf-16.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/utf-16.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - UTF-16
+ * Incredibly Portable Runtime - UTF-16
  */
 
Index: /trunk/src/VBox/Runtime/common/string/utf-8.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/utf-8.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/string/utf-8.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - UTF-8 Decoding.
+ * Incredibly Portable Runtime - UTF-8 Decoding.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avlgcptr.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avlgcptr.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avlgcptr.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, RTGCPTR, unique keys.
+ * Incredibly Portable Runtime - AVL tree, RTGCPTR, unique keys.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avlhcphys.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avlhcphys.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avlhcphys.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, RTHCPHYS, unique keys.
+ * Incredibly Portable Runtime - AVL tree, RTHCPHYS, unique keys.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avllu32.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avllu32.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avllu32.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, uint32_t, unique keys.
+ * Incredibly Portable Runtime - AVL tree, uint32_t, unique keys.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avlogcphys.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avlogcphys.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avlogcphys.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, RTGCPHYS, unique keys, offset pointers.
+ * Incredibly Portable Runtime - AVL tree, RTGCPHYS, unique keys, offset pointers.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avlogcptr.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avlogcptr.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avlogcptr.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, RTGCPTR, unique keys, offset pointers.
+ * Incredibly Portable Runtime - AVL tree, RTGCPTR, unique keys, offset pointers.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avlohcphys.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avlohcphys.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avlohcphys.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, RTHCPHYS, unique keys, offset pointers.
+ * Incredibly Portable Runtime - AVL tree, RTHCPHYS, unique keys, offset pointers.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avloioport.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avloioport.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avloioport.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, RTIOPORT, unique keys, offset pointers.
+ * Incredibly Portable Runtime - AVL tree, RTIOPORT, unique keys, offset pointers.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avlpv.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avlpv.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avlpv.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, void *, unique keys.
+ * Incredibly Portable Runtime - AVL tree, void *, unique keys.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avlrgcptr.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avlrgcptr.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avlrgcptr.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, RTGCPTR, range, unique keys.
+ * Incredibly Portable Runtime - AVL tree, RTGCPTR, range, unique keys.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avlrogcphys.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avlrogcphys.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avlrogcphys.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, RTGCPHYS, range, unique keys, offset pointers.
+ * Incredibly Portable Runtime - AVL tree, RTGCPHYS, range, unique keys, offset pointers.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avlrogcptr.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avlrogcptr.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avlrogcptr.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, RTGCPTR, range, unique keys, offset pointers.
+ * Incredibly Portable Runtime - AVL tree, RTGCPTR, range, unique keys, offset pointers.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avlroioport.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avlroioport.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avlroioport.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, RTIOPORT, range, unique keys, offset pointers.
+ * Incredibly Portable Runtime - AVL tree, RTIOPORT, range, unique keys, offset pointers.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avlroogcptr.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avlroogcptr.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avlroogcptr.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, RTGCPTR, range, unique keys, overlapping ranges, offset pointers.
+ * Incredibly Portable Runtime - AVL tree, RTGCPTR, range, unique keys, overlapping ranges, offset pointers.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avlu32.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avlu32.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avlu32.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, uint32_t, unique keys.
+ * Incredibly Portable Runtime - AVL tree, uint32_t, unique keys.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/avlul.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/avlul.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/avlul.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, unsigned long, unique keys.
+ * Incredibly Portable Runtime - AVL tree, unsigned long, unique keys.
  */
 
Index: /trunk/src/VBox/Runtime/common/table/table.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/table/table.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/table/table.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - AVL tree, RTHCPHYS, unique keys.
+ * Incredibly Portable Runtime - AVL tree, RTHCPHYS, unique keys.
  */
 
Index: /trunk/src/VBox/Runtime/common/time/time.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/time/time.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/time/time.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time.
+ * Incredibly Portable Runtime - Time.
  */
 
Index: /trunk/src/VBox/Runtime/common/time/timeprog.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/time/timeprog.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/time/timeprog.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time Relative to Program Start.
+ * Incredibly Portable Runtime - Time Relative to Program Start.
  */
 
Index: /trunk/src/VBox/Runtime/common/time/timesup.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/time/timesup.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/time/timesup.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time using SUPLib.
+ * Incredibly Portable Runtime - Time using SUPLib.
  */
 
Index: /trunk/src/VBox/Runtime/common/time/timesupA.asm
===================================================================
--- /trunk/src/VBox/Runtime/common/time/timesupA.asm	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/time/timesupA.asm	(revision 8170)
@@ -1,5 +1,5 @@
 ; $Id$%ifndef IN_GUEST
 ;; @file
-; innotek Portable Runtime - Time using SUPLib, the Assembly Implementation.
+; Incredibly Portable Runtime - Time using SUPLib, the Assembly Implementation.
 ;
 
Index: /trunk/src/VBox/Runtime/common/time/timesupA.mac
===================================================================
--- /trunk/src/VBox/Runtime/common/time/timesupA.mac	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/time/timesupA.mac	(revision 8170)
@@ -1,5 +1,5 @@
 ; $Id$
 ;; @file
-; innotek Portable Runtime - Time using SUPLib, the Assembly Code Template.
+; Incredibly Portable Runtime - Time using SUPLib, the Assembly Code Template.
 ;
 
Index: /trunk/src/VBox/Runtime/common/time/timesupref.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/time/timesupref.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/time/timesupref.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time using SUPLib, the C Implementation.
+ * Incredibly Portable Runtime - Time using SUPLib, the C Implementation.
  */
 
Index: /trunk/src/VBox/Runtime/common/time/timesupref.h
===================================================================
--- /trunk/src/VBox/Runtime/common/time/timesupref.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/time/timesupref.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time using SUPLib, the C Code Template.
+ * Incredibly Portable Runtime - Time using SUPLib, the C Code Template.
  */
 
Index: /trunk/src/VBox/Runtime/common/time/timesysalias.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/time/timesysalias.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/common/time/timesysalias.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time using RTTimeSystem*.
+ * Incredibly Portable Runtime - Time using RTTimeSystem*.
  */
 
Index: /trunk/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp
===================================================================
--- /trunk/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id $ */
 /** @file
- * innotek Portable Runtime - Convert Darwin COM returns codes to iprt status codes.
+ * Incredibly Portable Runtime - Convert Darwin COM returns codes to iprt status codes.
  */
 
Index: /trunk/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp
===================================================================
--- /trunk/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id $ */
 /** @file
- * innotek Portable Runtime - Convert Darwin IOKit returns codes to iprt status codes.
+ * Incredibly Portable Runtime - Convert Darwin IOKit returns codes to iprt status codes.
  */
 
Index: /trunk/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp
===================================================================
--- /trunk/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id $ */
 /** @file
- * innotek Portable Runtime - Convert Darwin Mach returns codes to iprt status codes.
+ * Incredibly Portable Runtime - Convert Darwin Mach returns codes to iprt status codes.
  */
 
Index: /trunk/src/VBox/Runtime/gc/initterm-gc.cpp
===================================================================
--- /trunk/src/VBox/Runtime/gc/initterm-gc.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/gc/initterm-gc.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Init Guest Context.
+ * Incredibly Portable Runtime - Init Guest Context.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTAssertDoBreakpoint-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTAssertDoBreakpoint-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTAssertDoBreakpoint-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Assertions, generic RTAssertDoBreakpoint.
+ * Incredibly Portable Runtime - Assertions, generic RTAssertDoBreakpoint.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - RTDirQueryInfo, generic implementation.
+ * Incredibly Portable Runtime - RTDirQueryInfo, generic implementation.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - RTDirSetTimes, generic implementation.
+ * Incredibly Portable Runtime - RTDirSetTimes, generic implementation.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTFileCopy-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTFileCopy-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTFileCopy-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - RTFileCopy, generic implementation.
+ * Incredibly Portable Runtime - RTFileCopy, generic implementation.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTFileMove-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTFileMove-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTFileMove-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - RTFileMove, Generic.
+ * Incredibly Portable Runtime - RTFileMove, Generic.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Default Log Init, Generic Dummy.
+ * Incredibly Portable Runtime - Default Log Init, Generic Dummy.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Log To Debugger, Generic Dummy.
+ * Incredibly Portable Runtime - Log To Debugger, Generic Dummy.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Log To StdErr, Generic.
+ * Incredibly Portable Runtime - Log To StdErr, Generic.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Log To StdErr, Generic Dummy.
+ * Incredibly Portable Runtime - Log To StdErr, Generic Dummy.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Log To StdOut, Generic.
+ * Incredibly Portable Runtime - Log To StdOut, Generic.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Log To StdOut, Generic Dummy.
+ * Incredibly Portable Runtime - Log To StdOut, Generic Dummy.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Log User Specific Output, Generic Dummy.
+ * Incredibly Portable Runtime - Log User Specific Output, Generic Dummy.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Generic RTMpCpuId.
+ * Incredibly Portable Runtime - Multiprocessor, Generic RTMpCpuId.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTMpCpuIdFromSetIndex-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTMpCpuIdFromSetIndex-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTMpCpuIdFromSetIndex-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Generic RTMpCpuIdFromSetIndex.
+ * Incredibly Portable Runtime - Multiprocessor, Generic RTMpCpuIdFromSetIndex.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Generic RTMpCpuIdToSetIndex.
+ * Incredibly Portable Runtime - Multiprocessor, Generic RTMpCpuIdToSetIndex.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTMpDoesCpuExist-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTMpDoesCpuExist-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTMpDoesCpuExist-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Generic RTMpDoesCpuExist.
+ * Incredibly Portable Runtime - Multiprocessor, Generic RTMpDoesCpuExist.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTMpGetCount-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTMpGetCount-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTMpGetCount-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Generic RTMpGetCount.
+ * Incredibly Portable Runtime - Multiprocessor, Generic RTMpGetCount.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTMpGetMaxCpuId-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTMpGetMaxCpuId-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTMpGetMaxCpuId-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Generic RTMpGetMaxCpuId.
+ * Incredibly Portable Runtime - Multiprocessor, Generic RTMpGetMaxCpuId.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTMpGetOnlineCount-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTMpGetOnlineCount-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTMpGetOnlineCount-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Generic RTMpGetOnlineCount.
+ * Incredibly Portable Runtime - Multiprocessor, Generic RTMpGetOnlineCount.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTMpGetOnlineSet-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTMpGetOnlineSet-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTMpGetOnlineSet-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Generic RTMpGetOnlineSet.
+ * Incredibly Portable Runtime - Multiprocessor, Generic RTMpGetOnlineSet.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTMpGetSet-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTMpGetSet-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTMpGetSet-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Generic RTMpGetSet.
+ * Incredibly Portable Runtime - Multiprocessor, Generic RTMpGetSet.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTMpIsCpuOnline-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTMpIsCpuOnline-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTMpIsCpuOnline-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Generic RTMpIsCpuOnline.
+ * Incredibly Portable Runtime - Multiprocessor, Generic RTMpIsCpuOnline.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time, generic RTTimeLocalDeltaNano.
+ * Incredibly Portable Runtime - Time, generic RTTimeLocalDeltaNano.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id: $ */
 /** @file
- * innotek Portable Runtime - Time, generic RTTimeLocalExplode.
+ * Incredibly Portable Runtime - Time, generic RTTimeLocalExplode.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id $ */
 /** @file
- * innotek Portable Runtime - Time, generic RTTimeLocalNow.
+ * Incredibly Portable Runtime - Time, generic RTTimeLocalNow.
  */
 
Index: /trunk/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /** $Id$ */
 /** @file
- * innotek Portable Runtime - Timers, Generic RTTimerCreate() Implementation.
+ * Incredibly Portable Runtime - Timers, Generic RTTimerCreate() Implementation.
  */
 
Index: /trunk/src/VBox/Runtime/generic/critsect-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/critsect-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/critsect-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Critical Section, Generic.
+ * Incredibly Portable Runtime - Critical Section, Generic.
  */
 
Index: /trunk/src/VBox/Runtime/generic/env-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/env-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/env-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Environment, Generic.
+ * Incredibly Portable Runtime - Environment, Generic.
  */
 
Index: /trunk/src/VBox/Runtime/generic/fs-stubs-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/fs-stubs-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/fs-stubs-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - File System, Generic Stubs.
+ * Incredibly Portable Runtime - File System, Generic Stubs.
  */
 
Index: /trunk/src/VBox/Runtime/generic/pathhost-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/pathhost-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/pathhost-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Path Convertions, generic.
+ * Incredibly Portable Runtime - Path Convertions, generic.
  */
 
Index: /trunk/src/VBox/Runtime/generic/rand-stubs-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/rand-stubs-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/rand-stubs-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Random Numbers and Byte Streams, Generic Stubs.
+ * Incredibly Portable Runtime - Random Numbers and Byte Streams, Generic Stubs.
  */
 
Index: /trunk/src/VBox/Runtime/generic/sched-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/sched-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/sched-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Scheduling, generic stubs.
+ * Incredibly Portable Runtime - Scheduling, generic stubs.
  */
 
Index: /trunk/src/VBox/Runtime/generic/semfastmutex-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/semfastmutex-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/semfastmutex-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Fast Mutex, Generic.
+ * Incredibly Portable Runtime - Fast Mutex, Generic.
  */
 
Index: /trunk/src/VBox/Runtime/generic/semnoint-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/semnoint-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/semnoint-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Generic Non-Interruptable Wait and Request Functions.
+ * Incredibly Portable Runtime - Generic Non-Interruptable Wait and Request Functions.
  */
 
Index: /trunk/src/VBox/Runtime/generic/semsrw-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/semsrw-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/semsrw-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Read-Write Semaphore, Generic.
+ * Incredibly Portable Runtime - Read-Write Semaphore, Generic.
  *
  * This is a generic implementation for OSes which don't have
Index: /trunk/src/VBox/Runtime/generic/spinlock-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/spinlock-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/spinlock-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Spinlock, generic implementation.
+ * Incredibly Portable Runtime - Spinlock, generic implementation.
  */
 
Index: /trunk/src/VBox/Runtime/generic/timer-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/timer-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/timer-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /** $Id$ */
 /** @file
- * innotek Portable Runtime - Timers, Generic.
+ * Incredibly Portable Runtime - Timers, Generic.
  */
 
Index: /trunk/src/VBox/Runtime/generic/tls-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/tls-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/tls-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Thread Local Storage (TSL), Generic Implementation.
+ * Incredibly Portable Runtime - Thread Local Storage (TSL), Generic Implementation.
  */
 
Index: /trunk/src/VBox/Runtime/generic/utf16locale-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/utf16locale-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/utf16locale-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - UTF-16 Locale Specific Manipulation, Generic.
+ * Incredibly Portable Runtime - UTF-16 Locale Specific Manipulation, Generic.
  */
 
Index: /trunk/src/VBox/Runtime/generic/uuid-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/uuid-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/generic/uuid-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - UUID, Generic.
+ * Incredibly Portable Runtime - UUID, Generic.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/dir.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/dir.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/dir.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Internal Header for RTDir.
+ * Incredibly Portable Runtime - Internal Header for RTDir.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/file.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/file.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/file.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Internal RTFile header.
+ * Incredibly Portable Runtime - Internal RTFile header.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/fs.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/fs.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/fs.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Internal RTFs header.
+ * Incredibly Portable Runtime - Internal RTFs header.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/initterm.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/initterm.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/initterm.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Initialization & Termination.
+ * Incredibly Portable Runtime - Initialization & Termination.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/ldr.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/ldr.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/ldr.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Loader Internals.
+ * Incredibly Portable Runtime - Loader Internals.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/ldrMZ.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/ldrMZ.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/ldrMZ.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime, MZ header.
+ * Incredibly Portable Runtime, MZ header.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/ldrPE.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/ldrPE.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/ldrPE.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Windows NT PE Structures and Constants.
+ * Incredibly Portable Runtime - Windows NT PE Structures and Constants.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/magics.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/magics.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/magics.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Internal Header Defining The Magic Numbers.
+ * Incredibly Portable Runtime - Internal Header Defining The Magic Numbers.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/memobj.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/memobj.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/memobj.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Revision$ */
 /** @file
- * innotek Portable Runtime - Ring-0 Memory Objects.
+ * Incredibly Portable Runtime - Ring-0 Memory Objects.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/path.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/path.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/path.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - RTPath Internal header.
+ * Incredibly Portable Runtime - RTPath Internal header.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/process.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/process.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/process.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Internal RTProc header.
+ * Incredibly Portable Runtime - Internal RTProc header.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/rand.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/rand.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/rand.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Internal RTRand header
+ * Incredibly Portable Runtime - Internal RTRand header
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/sched.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/sched.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/sched.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Internal RTSched header.
+ * Incredibly Portable Runtime - Internal RTSched header.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/string.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/string.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/string.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Internal RTStr header.
+ * Incredibly Portable Runtime - Internal RTStr header.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/thread.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/thread.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/thread.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Internal RTThread header.
+ * Incredibly Portable Runtime - Internal RTThread header.
  */
 
Index: /trunk/src/VBox/Runtime/include/internal/time.h
===================================================================
--- /trunk/src/VBox/Runtime/include/internal/time.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/include/internal/time.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Internal RTTime header
+ * Incredibly Portable Runtime - Internal RTTime header
  */
 
Index: /trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp
===================================================================
--- /trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Convert NT status codes to iprt status codes.
+ * Incredibly Portable Runtime - Convert NT status codes to iprt status codes.
  */
 
Index: /trunk/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Convert OS/2 error codes to iprt status codes.
+ * Incredibly Portable Runtime - Convert OS/2 error codes to iprt status codes.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, Ring-0 Driver.
+ * Incredibly Portable Runtime - Memory Allocation, Ring-0 Driver.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/alloc-r0drv.h
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/alloc-r0drv.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/alloc-r0drv.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, Ring-0 Driver.
+ * Incredibly Portable Runtime - Memory Allocation, Ring-0 Driver.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Log To Debugger, Ring-0 Driver, Darwin.
+ * Incredibly Portable Runtime - Log To Debugger, Ring-0 Driver, Darwin.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, Ring-0 Driver, Darwin.
+ * Incredibly Portable Runtime - Memory Allocation, Ring-0 Driver, Darwin.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime -  Assertion Workers, Ring-0 Drivers, Darwin.
+ * Incredibly Portable Runtime -  Assertion Workers, Ring-0 Drivers, Darwin.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Initialization & Termination, R0 Driver, Darwin.
+ * Incredibly Portable Runtime - Initialization & Termination, R0 Driver, Darwin.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Ring-0 Memory Objects, Darwin.
+ * Incredibly Portable Runtime - Ring-0 Memory Objects, Darwin.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Ring-0 Driver, Darwin.
+ * Incredibly Portable Runtime - Multiprocessor, Ring-0 Driver, Darwin.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Process, Ring-0 Driver, Darwin.
+ * Incredibly Portable Runtime - Process, Ring-0 Driver, Darwin.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Semaphores, Ring-0 Driver, Darwin.
+ * Incredibly Portable Runtime - Semaphores, Ring-0 Driver, Darwin.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Spinlocks, Ring-0 Driver, Darwin.
+ * Incredibly Portable Runtime - Spinlocks, Ring-0 Driver, Darwin.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Include all necessary headers for the Darwing kernel.
+ * Incredibly Portable Runtime - Include all necessary headers for the Darwing kernel.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads, Ring-0 Driver, Darwin.
+ * Incredibly Portable Runtime - Threads, Ring-0 Driver, Darwin.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads (Part 2), Ring-0 Driver, Darwin.
+ * Incredibly Portable Runtime - Threads (Part 2), Ring-0 Driver, Darwin.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time, Ring-0 Driver, Darwin.
+ * Incredibly Portable Runtime - Time, Ring-0 Driver, Darwin.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, Ring-0 Driver, FreeBSD.
+ * Incredibly Portable Runtime - Memory Allocation, Ring-0 Driver, FreeBSD.
  */
 
@@ -46,6 +46,6 @@
 /* These two statements will define two globals and add initializers
    and destructors that will be called at load/unload time (I think). */
-MALLOC_DEFINE(M_IPRTHEAP, "iprtheap", "innotek Portable Runtime - heap");
-MALLOC_DEFINE(M_IPRTCONT, "iprtcont", "innotek Portable Runtime - contiguous");
+MALLOC_DEFINE(M_IPRTHEAP, "iprtheap", "Incredibly Portable Runtime - heap");
+MALLOC_DEFINE(M_IPRTCONT, "iprtcont", "Incredibly Portable Runtime - contiguous");
 
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Assertion Workers, Ring-0 Drivers, FreeBSD.
+ * Incredibly Portable Runtime - Assertion Workers, Ring-0 Drivers, FreeBSD.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/initterm-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/initterm-r0drv-freebsd.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/initterm-r0drv-freebsd.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Initialization & Termination, Ring-0 Driver, FreeBSD.
+ * Incredibly Portable Runtime - Initialization & Termination, Ring-0 Driver, FreeBSD.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Ring-0 Memory Objects, FreeBSD.
+ * Incredibly Portable Runtime - Ring-0 Memory Objects, FreeBSD.
  */
 
@@ -64,5 +64,5 @@
 
 
-MALLOC_DEFINE(M_IPRTMOBJ, "iprtmobj", "innotek Portable Runtime - R0MemObj");
+MALLOC_DEFINE(M_IPRTMOBJ, "iprtmobj", "Incredibly Portable Runtime - R0MemObj");
 
 /*******************************************************************************
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Ring-0 Driver, FreeBSD.
+ * Incredibly Portable Runtime - Multiprocessor, Ring-0 Driver, FreeBSD.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/process-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/process-r0drv-freebsd.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/process-r0drv-freebsd.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Process Management, Ring-0 Driver, FreeBSD.
+ * Incredibly Portable Runtime - Process Management, Ring-0 Driver, FreeBSD.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Single Release Event Semaphores, Ring-0 Driver, FreeBSD.
+ * Incredibly Portable Runtime - Single Release Event Semaphores, Ring-0 Driver, FreeBSD.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiple Release Event Semaphores, Ring-0 Driver, FreeBSD.
+ * Incredibly Portable Runtime - Multiple Release Event Semaphores, Ring-0 Driver, FreeBSD.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/semfastmutex-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/semfastmutex-r0drv-freebsd.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/semfastmutex-r0drv-freebsd.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Fast Mutex Semaphores, Ring-0 Driver, FreeBSD.
+ * Incredibly Portable Runtime - Fast Mutex Semaphores, Ring-0 Driver, FreeBSD.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Spinlocks, Ring-0 Driver, FreeBSD.
+ * Incredibly Portable Runtime - Spinlocks, Ring-0 Driver, FreeBSD.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Ring-0 Driver, The FreeBSD Kernel Headers.
+ * Incredibly Portable Runtime - Ring-0 Driver, The FreeBSD Kernel Headers.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads (Part 1), Ring-0 Driver, FreeBSD.
+ * Incredibly Portable Runtime - Threads (Part 1), Ring-0 Driver, FreeBSD.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads (Part 2), Ring-0 Driver, FreeBSD.
+ * Incredibly Portable Runtime - Threads (Part 2), Ring-0 Driver, FreeBSD.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/time-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/time-r0drv-freebsd.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/time-r0drv-freebsd.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time, Ring-0 Driver, FreeBSD.
+ * Incredibly Portable Runtime - Time, Ring-0 Driver, FreeBSD.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, Ring-0 Driver, FreeBSD.
+ * Incredibly Portable Runtime - Memory Allocation, Ring-0 Driver, FreeBSD.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Ring-0 Driver, Generic Stubs.
+ * Incredibly Portable Runtime - Multiprocessor, Ring-0 Driver, Generic Stubs.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/initterm-r0drv.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/initterm-r0drv.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/initterm-r0drv.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Initialization & Termination, R0 Driver, Common.
+ * Incredibly Portable Runtime - Initialization & Termination, R0 Driver, Common.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Log To Debugger, Ring-0 Driver, Linux.
+ * Incredibly Portable Runtime - Log To Debugger, Ring-0 Driver, Linux.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, Ring-0 Driver, Linux.
+ * Incredibly Portable Runtime - Memory Allocation, Ring-0 Driver, Linux.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Initialization & Termination, R0 Driver, Linux.
+ * Incredibly Portable Runtime - Initialization & Termination, R0 Driver, Linux.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Revision$ */
 /** @file
- * innotek Portable Runtime - Ring-0 Memory Objects, Linux.
+ * Incredibly Portable Runtime - Ring-0 Memory Objects, Linux.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Ring-0 Driver, Linux.
+ * Incredibly Portable Runtime - Multiprocessor, Ring-0 Driver, Linux.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Process, Ring-0 Driver, Linux.
+ * Incredibly Portable Runtime - Process, Ring-0 Driver, Linux.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Single Release Event Semaphores, Ring-0 Driver, Linux.
+ * Incredibly Portable Runtime - Single Release Event Semaphores, Ring-0 Driver, Linux.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiple Release Event Semaphores, Ring-0 Driver, Linux.
+ * Incredibly Portable Runtime - Multiple Release Event Semaphores, Ring-0 Driver, Linux.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Fast Mutex Semaphores, Ring-0 Driver, Linux.
+ * Incredibly Portable Runtime - Fast Mutex Semaphores, Ring-0 Driver, Linux.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Mutex Semaphores, Ring-0 Driver, Linux.
+ * Incredibly Portable Runtime - Mutex Semaphores, Ring-0 Driver, Linux.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Spinlocks, Ring-0 Driver, Linux.
+ * Incredibly Portable Runtime - Spinlocks, Ring-0 Driver, Linux.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/string.h
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/string.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/string.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - wrapper for the linux kernel asm/string.h.
+ * Incredibly Portable Runtime - wrapper for the linux kernel asm/string.h.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Include all necessary headers for the Linux kernel.
+ * Incredibly Portable Runtime - Include all necessary headers for the Linux kernel.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads, Ring-0 Driver, Linux.
+ * Incredibly Portable Runtime - Threads, Ring-0 Driver, Linux.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads (Part 2), Ring-0 Driver, Linux.
+ * Incredibly Portable Runtime - Threads (Part 2), Ring-0 Driver, Linux.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Revision$ */
 /** @file
- * innotek Portable Runtime - Ring-0 Memory Objects, Common Code.
+ * Incredibly Portable Runtime - Ring-0 Memory Objects, Common Code.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/mp-r0drv.h
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/mp-r0drv.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/mp-r0drv.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Ring-0 Driver, Internal Header.
+ * Incredibly Portable Runtime - Multiprocessor, Ring-0 Driver, Internal Header.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Log To Debugger, Ring-0 Driver, NT.
+ * Incredibly Portable Runtime - Log To Debugger, Ring-0 Driver, NT.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, Ring-0 Driver, NT.
+ * Incredibly Portable Runtime - Memory Allocation, Ring-0 Driver, NT.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Initialization & Termination, R0 Driver, NT.
+ * Incredibly Portable Runtime - Initialization & Termination, R0 Driver, NT.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Ring-0 Memory Objects, NT.
+ * Incredibly Portable Runtime - Ring-0 Memory Objects, NT.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Ring-0 Driver, NT.
+ * Incredibly Portable Runtime - Multiprocessor, Ring-0 Driver, NT.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Process, Ring-0 Driver, NT.
+ * Incredibly Portable Runtime - Process, Ring-0 Driver, NT.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime -  Single Release Event Semaphores, Ring-0 Driver, NT.
+ * Incredibly Portable Runtime -  Single Release Event Semaphores, Ring-0 Driver, NT.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime -  Multiple Release Event Semaphores, Ring-0 Driver, NT.
+ * Incredibly Portable Runtime -  Multiple Release Event Semaphores, Ring-0 Driver, NT.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Fast Mutex Semaphores, Ring-0 Driver, NT.
+ * Incredibly Portable Runtime - Fast Mutex Semaphores, Ring-0 Driver, NT.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Mutex Semaphores, Ring-0 Driver, NT.
+ * Incredibly Portable Runtime - Mutex Semaphores, Ring-0 Driver, NT.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Spinlocks, Ring-0 Driver, NT.
+ * Incredibly Portable Runtime - Spinlocks, Ring-0 Driver, NT.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Include all necessary headers for the NT kernel.
+ * Incredibly Portable Runtime - Include all necessary headers for the NT kernel.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads, Ring-0 Driver, NT.
+ * Incredibly Portable Runtime - Threads, Ring-0 Driver, NT.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads (Part 2), Ring-0 Driver, NT.
+ * Incredibly Portable Runtime - Threads (Part 2), Ring-0 Driver, NT.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time, Ring-0 Driver, Nt.
+ * Incredibly Portable Runtime - Time, Ring-0 Driver, Nt.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, Ring-0 Driver, OS/2.
+ * Incredibly Portable Runtime - Memory Allocation, Ring-0 Driver, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Assertion Workers, Ring-0 Drivers, OS/2.
+ * Incredibly Portable Runtime - Assertion Workers, Ring-0 Drivers, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Initialization & Termination, Ring-0 Driver, OS/2.
+ * Incredibly Portable Runtime - Initialization & Termination, Ring-0 Driver, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Ring-0 Memory Objects, OS/2.
+ * Incredibly Portable Runtime - Ring-0 Memory Objects, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Process Management, Ring-0 Driver, OS/2.
+ * Incredibly Portable Runtime - Process Management, Ring-0 Driver, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Single Release Event Semaphores, Ring-0 Driver, OS/2.
+ * Incredibly Portable Runtime - Single Release Event Semaphores, Ring-0 Driver, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiple Release Event Semaphores, Ring-0 Driver, OS/2.
+ * Incredibly Portable Runtime - Multiple Release Event Semaphores, Ring-0 Driver, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Fast Mutex Semaphores, Ring-0 Driver, OS/2.
+ * Incredibly Portable Runtime - Fast Mutex Semaphores, Ring-0 Driver, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Spinlocks, Ring-0 Driver, OS/2.
+ * Incredibly Portable Runtime - Spinlocks, Ring-0 Driver, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Ring-0 Driver, The OS/2 Kernel Headers.
+ * Incredibly Portable Runtime - Ring-0 Driver, The OS/2 Kernel Headers.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads (Part 1), Ring-0 Driver, OS/2.
+ * Incredibly Portable Runtime - Threads (Part 1), Ring-0 Driver, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads (Part 2), Ring-0 Driver, Generic Stubs.
+ * Incredibly Portable Runtime - Threads (Part 2), Ring-0 Driver, Generic Stubs.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time, Ring-0 Driver, OS/2.
+ * Incredibly Portable Runtime - Time, Ring-0 Driver, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, Ring-0 Driver, OS/2.
+ * Incredibly Portable Runtime - Memory Allocation, Ring-0 Driver, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Log To Debugger, Ring-0 Driver, Solaris.
+ * Incredibly Portable Runtime - Log To Debugger, Ring-0 Driver, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, Ring-0 Driver, Solaris.
+ * Incredibly Portable Runtime - Memory Allocation, Ring-0 Driver, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Assertion Workers, Ring-0 Drivers, Solaris.
+ * Incredibly Portable Runtime - Assertion Workers, Ring-0 Drivers, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Initialization & Termination, R0 Driver, Solaris.
+ * Incredibly Portable Runtime - Initialization & Termination, R0 Driver, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Ring-0 Memory Objects, Solaris.
+ * Incredibly Portable Runtime - Ring-0 Memory Objects, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Ring-0 Driver, Solaris.
+ * Incredibly Portable Runtime - Multiprocessor, Ring-0 Driver, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/process-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/process-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/process-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Process Management, Ring-0 Driver, Solaris.
+ * Incredibly Portable Runtime - Process Management, Ring-0 Driver, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Semaphores, Ring-0 Driver, Solaris.
+ * Incredibly Portable Runtime - Semaphores, Ring-0 Driver, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiple Release Event Semaphores, Ring-0 Driver, Solaris.
+ * Incredibly Portable Runtime - Multiple Release Event Semaphores, Ring-0 Driver, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Fast Mutex Semaphores, Ring-0 Driver, Solaris.
+ * Incredibly Portable Runtime - Fast Mutex Semaphores, Ring-0 Driver, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Spinlocks, Ring-0 Driver, Solaris.
+ * Incredibly Portable Runtime - Spinlocks, Ring-0 Driver, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Include all necessary headers for the Solaris kernel.
+ * Incredibly Portable Runtime - Include all necessary headers for the Solaris kernel.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads, Ring-0 Driver, Solaris.
+ * Incredibly Portable Runtime - Threads, Ring-0 Driver, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads (Part 2), Ring-0 Driver, Solaris.
+ * Incredibly Portable Runtime - Threads (Part 2), Ring-0 Driver, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/time-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/time-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/time-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time, Ring-0 Driver, Solaris.
+ * Incredibly Portable Runtime - Time, Ring-0 Driver, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c	(revision 8169)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c	(revision 8170)
@@ -1,5 +1,5 @@
 /** $Id$ */
 /** @file
- * innotek Portable Runtime - Timer, Ring-0 Driver, Solaris.
+ * Incredibly Portable Runtime - Timer, Ring-0 Driver, Solaris.
  */
 
Index: /trunk/src/VBox/Runtime/r3/alloc-ef-cpp.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/alloc-ef-cpp.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/alloc-ef-cpp.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, C++ electric fence.
+ * Incredibly Portable Runtime - Memory Allocation, C++ electric fence.
  */
 
Index: /trunk/src/VBox/Runtime/r3/alloc-ef.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/alloc-ef.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/alloc-ef.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, electric fence.
+ * Incredibly Portable Runtime - Memory Allocation, electric fence.
  */
 
Index: /trunk/src/VBox/Runtime/r3/alloc-ef.h
===================================================================
--- /trunk/src/VBox/Runtime/r3/alloc-ef.h	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/alloc-ef.h	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, electric fence.
+ * Incredibly Portable Runtime - Memory Allocation, electric fence.
  */
 
Index: /trunk/src/VBox/Runtime/r3/alloc.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/alloc.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/alloc.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation.
+ * Incredibly Portable Runtime - Memory Allocation.
  */
 
Index: /trunk/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, POSIX.
+ * Incredibly Portable Runtime - Memory Allocation, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - File Locking, POSIX.
+ * Incredibly Portable Runtime - File Locking, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/darwin/time-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/darwin/time-darwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/darwin/time-darwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time, Darwin.
+ * Incredibly Portable Runtime - Time, Darwin.
  */
 
Index: /trunk/src/VBox/Runtime/r3/dir.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/dir.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/dir.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Directory Manipulation.
+ * Incredibly Portable Runtime - Directory Manipulation.
  */
 
Index: /trunk/src/VBox/Runtime/r3/fileio.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/fileio.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/fileio.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - File I/O.
+ * Incredibly Portable Runtime - File I/O.
  */
 
Index: /trunk/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, POSIX.
+ * Incredibly Portable Runtime - Memory Allocation, POSIX.
  */
 
@@ -99,6 +99,6 @@
     cb = RT_ALIGN_Z(cb, PAGE_SIZE);
     void *pv = malloc(cb);
-    AssertReleaseMsgReturn(RT_ALIGN_P(pv, PAGE_SIZE) == pv, 
-                           ("malloc(%zu) -> %p; expected page aligned!\n", cb, pv), 
+    AssertReleaseMsgReturn(RT_ALIGN_P(pv, PAGE_SIZE) == pv,
+                           ("malloc(%zu) -> %p; expected page aligned!\n", cb, pv),
                            NULL);
     return pv;
Index: /trunk/src/VBox/Runtime/r3/fs.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/fs.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/fs.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - File System.
+ * Incredibly Portable Runtime - File System.
  */
 
Index: /trunk/src/VBox/Runtime/r3/init.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/init.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/init.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Init Ring-3.
+ * Incredibly Portable Runtime - Init Ring-3.
  */
 
Index: /trunk/src/VBox/Runtime/r3/linux/sched-linux.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/linux/sched-linux.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/linux/sched-linux.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Scheduling, POSIX.
+ * Incredibly Portable Runtime - Scheduling, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/linux/semevent-linux.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/linux/semevent-linux.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/linux/semevent-linux.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Event Semaphore, Linux (2.6.x+).
+ * Incredibly Portable Runtime - Event Semaphore, Linux (2.6.x+).
  */
 
Index: /trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiple Release Event Semaphore, Linux (2.6.x+).
+ * Incredibly Portable Runtime - Multiple Release Event Semaphore, Linux (2.6.x+).
  */
 
Index: /trunk/src/VBox/Runtime/r3/linux/semmutex-linux.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/linux/semmutex-linux.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/linux/semmutex-linux.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Mutex Semaphore, Linux  (2.6.x+).
+ * Incredibly Portable Runtime - Mutex Semaphore, Linux  (2.6.x+).
  */
 
Index: /trunk/src/VBox/Runtime/r3/linux/time-linux.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/linux/time-linux.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/linux/time-linux.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time, POSIX.
+ * Incredibly Portable Runtime - Time, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/os2/filelock-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/os2/filelock-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/os2/filelock-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - File Locking, OS/2.
+ * Incredibly Portable Runtime - File Locking, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r3/os2/mp-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/os2/mp-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/os2/mp-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, OS/2.
+ * Incredibly Portable Runtime - Multiprocessor, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r3/os2/sched-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/os2/sched-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/os2/sched-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Scheduling, OS/2
+ * Incredibly Portable Runtime - Scheduling, OS/2
  */
 
Index: /trunk/src/VBox/Runtime/r3/os2/sems-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/os2/sems-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/os2/sems-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Semaphores, OS/2.
+ * Incredibly Portable Runtime - Semaphores, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r3/os2/system-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/os2/system-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/os2/system-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - System, OS/2.
+ * Incredibly Portable Runtime - System, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads, OS/2.
+ * Incredibly Portable Runtime - Threads, OS/2.
  */
 
Index: /trunk/src/VBox/Runtime/r3/os2/time-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/os2/time-os2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/os2/time-os2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time, POSIX.
+ * Incredibly Portable Runtime - Time, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/path.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/path.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/path.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Path Manipulation.
+ * Incredibly Portable Runtime - Path Manipulation.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - RTMpGetCount, POSIX.
+ * Incredibly Portable Runtime - RTMpGetCount, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - RTTimeNow, POSIX.
+ * Incredibly Portable Runtime - RTTimeNow, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/alloc-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/alloc-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/alloc-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, POSIX.
+ * Incredibly Portable Runtime - Memory Allocation, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Directory manipulation, POSIX.
+ * Incredibly Portable Runtime - Directory manipulation, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/env-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/env-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/env-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Environment, Posix.
+ * Incredibly Portable Runtime - Environment, Posix.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - File I/O, POSIX.
+ * Incredibly Portable Runtime - File I/O, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/filelock-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/filelock-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/filelock-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - File Locking, POSIX.
+ * Incredibly Portable Runtime - File Locking, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/fs-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/fs-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/fs-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - File System, Linux.
+ * Incredibly Portable Runtime - File System, Linux.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Binary Image Loader, POSIX native.
+ * Incredibly Portable Runtime - Binary Image Loader, POSIX native.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/path-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/path-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/path-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Path Manipulation, POSIX.
+ * Incredibly Portable Runtime - Path Manipulation, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/process-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/process-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Process, POSIX.
+ * Incredibly Portable Runtime - Process, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/rand-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/rand-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/rand-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Random Numbers and Byte Streams, POSIX.
+ * Incredibly Portable Runtime - Random Numbers and Byte Streams, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Scheduling, POSIX.
+ * Incredibly Portable Runtime - Scheduling, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/semevent-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/semevent-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/semevent-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Event Semaphore, POSIX.
+ * Incredibly Portable Runtime - Event Semaphore, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiple Release Event Semaphore, POSIX.
+ * Incredibly Portable Runtime - Multiple Release Event Semaphore, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/semmutex-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/semmutex-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/semmutex-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Mutex Semaphore, POSIX.
+ * Incredibly Portable Runtime - Mutex Semaphore, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/semrw-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/semrw-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/semrw-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Read-Write Semaphore, POSIX.
+ * Incredibly Portable Runtime - Read-Write Semaphore, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/system-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/system-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/system-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - System, POSIX.
+ * Incredibly Portable Runtime - System, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads, POSIX.
+ * Incredibly Portable Runtime - Threads, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/time-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/time-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/time-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time, POSIX.
+ * Incredibly Portable Runtime - Time, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/timelocal-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/timelocal-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/timelocal-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id $ */
 /** @file
- * innotek Portable Runtime - Local Time, Posix.
+ * Incredibly Portable Runtime - Local Time, Posix.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Timer, POSIX.
+ * Incredibly Portable Runtime - Timer, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/tls-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/tls-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/tls-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Thread Local Storage (TLS), POSIX.
+ * Incredibly Portable Runtime - Thread Local Storage (TLS), POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - UTF-8 helpers, POSIX.
+ * Incredibly Portable Runtime - UTF-8 helpers, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/process.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/process.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/process.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Process, Common.
+ * Incredibly Portable Runtime - Process, Common.
  */
 
Index: /trunk/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, POSIX.
+ * Incredibly Portable Runtime - Memory Allocation, POSIX.
  */
 
Index: /trunk/src/VBox/Runtime/r3/stream.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/stream.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/stream.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - I/O Stream.
+ * Incredibly Portable Runtime - I/O Stream.
  */
 
@@ -612,5 +612,5 @@
  * @returns Number of bytes printed.
  * @param   pStream         The stream to print to.
- * @param   pszFormat       innotek Portable Runtime format string.
+ * @param   pszFormat       Incredibly Portable Runtime format string.
  * @param   args            Arguments specified by pszFormat.
  */
@@ -649,5 +649,5 @@
  * @returns Number of bytes printed.
  * @param   pStream         The stream to print to.
- * @param   pszFormat       innotek Portable Runtime format string.
+ * @param   pszFormat       Incredibly Portable Runtime format string.
  * @param   ...             Arguments specified by pszFormat.
  */
@@ -666,5 +666,5 @@
  *
  * @returns Number of bytes printed.
- * @param   pszFormat       innotek Portable Runtime format string.
+ * @param   pszFormat       Incredibly Portable Runtime format string.
  * @param   args            Arguments specified by pszFormat.
  */
@@ -679,5 +679,5 @@
  *
  * @returns Number of bytes printed.
- * @param   pszFormat       innotek Portable Runtime format string.
+ * @param   pszFormat       Incredibly Portable Runtime format string.
  * @param   ...             Arguments specified by pszFormat.
  */
Index: /trunk/src/VBox/Runtime/r3/tcp.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/tcp.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/tcp.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - TCP/IP.
+ * Incredibly Portable Runtime - TCP/IP.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Log To Debugger, Win32.
+ * Incredibly Portable Runtime - Log To Debugger, Win32.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/alloc-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/alloc-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/alloc-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Memory Allocation, Win32.
+ * Incredibly Portable Runtime - Memory Allocation, Win32.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/dir-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/dir-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/dir-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Directory, win32.
+ * Incredibly Portable Runtime - Directory, win32.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/fileio-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/fileio-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/fileio-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - File I/O, native implementation for the Windows host platform.
+ * Incredibly Portable Runtime - File I/O, native implementation for the Windows host platform.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/fs-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/fs-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/fs-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - File System, Win32.
+ * Incredibly Portable Runtime - File System, Win32.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Binary Image Loader, Win32 native.
+ * Incredibly Portable Runtime - Binary Image Loader, Win32 native.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/mp-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/mp-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/mp-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Multiprocessor, Windows.
+ * Incredibly Portable Runtime - Multiprocessor, Windows.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/path-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/path-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/path-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Path manipulation.
+ * Incredibly Portable Runtime - Path manipulation.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/process-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/process-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/process-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Process, Win32.
+ * Incredibly Portable Runtime - Process, Win32.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/sched-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/sched-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/sched-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Scheduling, Win32.
+ * Incredibly Portable Runtime - Scheduling, Win32.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/sems-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/sems-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/sems-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Semaphores, implementation for Windows host platform.
+ * Incredibly Portable Runtime - Semaphores, implementation for Windows host platform.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/system-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/system-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/system-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - System, Win32.
+ * Incredibly Portable Runtime - System, Win32.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/thread-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/thread-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/thread-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Threads, Win32.
+ * Incredibly Portable Runtime - Threads, Win32.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/time-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/time-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/time-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Time, win32.
+ * Incredibly Portable Runtime - Time, win32.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/timer-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/timer-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/timer-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Timer.
+ * Incredibly Portable Runtime - Timer.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/tls-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/tls-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/tls-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Thread Local Storage (TLS), Win32.
+ * Incredibly Portable Runtime - Thread Local Storage (TLS), Win32.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/utf16locale-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/utf16locale-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/utf16locale-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - UTF-16 Locale Specific Manipulation, Win32.
+ * Incredibly Portable Runtime - UTF-16 Locale Specific Manipulation, Win32.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/utf8-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/utf8-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/utf8-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - UTF8 helpers.
+ * Incredibly Portable Runtime - UTF8 helpers.
  */
 
Index: /trunk/src/VBox/Runtime/r3/win/uuid-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/uuid-win.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/r3/win/uuid-win.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime UUID (unique identifiers) handling (win32 host).
+ * Incredibly Portable Runtime UUID (unique identifiers) handling (win32 host).
  */
 
Index: /trunk/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Win32 (NT) testcase for getting the timer resolution.
+ * Incredibly Portable Runtime - Win32 (NT) testcase for getting the timer resolution.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstAvl.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstAvl.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstAvl.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Avl trees.
+ * Incredibly Portable Runtime Testcase - Avl trees.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstBitOperations.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstBitOperations.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstBitOperations.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Inlined Bit Operations.
+ * Incredibly Portable Runtime Testcase - Inlined Bit Operations.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstCritSect.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstCritSect.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstCritSect.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Critical Sections.
+ * Incredibly Portable Runtime Testcase - Critical Sections.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstDir-2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstDir-2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstDir-2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Directory listing & filtering .
+ * Incredibly Portable Runtime Testcase - Directory listing & filtering .
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstDir.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstDir.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstDir.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Directory listing.
+ * Incredibly Portable Runtime Testcase - Directory listing.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstEnv.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstEnv.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstEnv.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Environment.
+ * Incredibly Portable Runtime Testcase - Environment.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstErrUnique.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstErrUnique.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstErrUnique.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Error Messages.
+ * Incredibly Portable Runtime Testcase - Error Messages.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstFile.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstFile.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstFile.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - File I/O.
+ * Incredibly Portable Runtime Testcase - File I/O.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstFileLock.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstFileLock.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstFileLock.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - File Locks.
+ * Incredibly Portable Runtime Testcase - File Locks.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstGetOpt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstGetOpt.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstGetOpt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - RTGetOpt
+ * Incredibly Portable Runtime Testcase - RTGetOpt
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstHeapSimple.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstHeapSimple.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstHeapSimple.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id $ */
 /** @file
- * innotek Portable Runtime Testcase - Simple Heap.
+ * Incredibly Portable Runtime Testcase - Simple Heap.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - inline assembly.
+ * Incredibly Portable Runtime Testcase - inline assembly.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstIoCtl.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstIoCtl.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstIoCtl.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - file IoCtl.
+ * Incredibly Portable Runtime Testcase - file IoCtl.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstLdr-2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstLdr-2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstLdr-2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Testcase for parts of RTLdr*, manual inspection.
+ * Incredibly Portable Runtime - Testcase for parts of RTLdr*, manual inspection.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Testcase for parts of RTLdr*, manual inspection.
+ * Incredibly Portable Runtime - Testcase for parts of RTLdr*, manual inspection.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Testcase for RTLdrOpen using ldrLdrObjR0.r0.
+ * Incredibly Portable Runtime - Testcase for RTLdrOpen using ldrLdrObjR0.r0.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstLdr.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstLdr.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstLdr.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Testcase for parts of RTLdr*.
+ * Incredibly Portable Runtime - Testcase for parts of RTLdr*.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - RTLdr test object.
+ * Incredibly Portable Runtime - RTLdr test object.
  *
  * We use precompiled versions of this object for testing all the loaders.
Index: /trunk/src/VBox/Runtime/testcase/tstLdrLoad.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstLdrLoad.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstLdrLoad.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Native Loader.
+ * Incredibly Portable Runtime Testcase - Native Loader.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstLdrObj.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstLdrObj.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstLdrObj.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - RTLdr test object.
+ * Incredibly Portable Runtime - RTLdr test object.
  *
  * We use precompiled versions of this object for testing all the loaders.
Index: /trunk/src/VBox/Runtime/testcase/tstLdrObjR0.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstLdrObjR0.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstLdrObjR0.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - RTLdr test object.
+ * Incredibly Portable Runtime - RTLdr test object.
  *
  * We use precompiled versions of this object for testing all the loaders.
Index: /trunk/src/VBox/Runtime/testcase/tstLog.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstLog.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstLog.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Log Formatting.
+ * Incredibly Portable Runtime Testcase - Log Formatting.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstMove.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstMove.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstMove.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - RTFileMove & RTDirMove test program.
+ * Incredibly Portable Runtime - RTFileMove & RTDirMove test program.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstNoCrt-1.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstNoCrt-1.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstNoCrt-1.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Testcase for the No-CRT assembly bits.
+ * Incredibly Portable Runtime Testcase - Testcase for the No-CRT assembly bits.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstPath.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstPath.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstPath.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Test various path functions.
+ * Incredibly Portable Runtime Testcase - Test various path functions.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstPrfRT.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstPrfRT.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstPrfRT.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime testcase - profile some of the important functions.
+ * Incredibly Portable Runtime testcase - profile some of the important functions.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstRTFsQueries.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstRTFsQueries.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstRTFsQueries.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - RTFs Queries..
+ * Incredibly Portable Runtime Testcase - RTFs Queries..
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstRTProcWait.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstRTProcWait.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstRTProcWait.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - RTProcWait.
+ * Incredibly Portable Runtime Testcase - RTProcWait.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstSemMutex.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstSemMutex.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstSemMutex.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Simple Semaphore Smoke Test.
+ * Incredibly Portable Runtime Testcase - Simple Semaphore Smoke Test.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstSems.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstSems.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstSems.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Simple Semaphore Smoke Test.
+ * Incredibly Portable Runtime Testcase - Simple Semaphore Smoke Test.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstStrFormat.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstStrFormat.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstStrFormat.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - String formatting.
+ * Incredibly Portable Runtime Testcase - String formatting.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstStrToNum.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstStrToNum.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstStrToNum.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - String To Number Conversion.
+ * Incredibly Portable Runtime Testcase - String To Number Conversion.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstTSC.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstTSC.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstTSC.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - SMP TSC testcase.
+ * Incredibly Portable Runtime Testcase - SMP TSC testcase.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstTime-2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstTime-2.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstTime-2.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Simple RTTime test.
+ * Incredibly Portable Runtime Testcase - Simple RTTime test.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstTime-3.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstTime-3.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstTime-3.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Simple RTTime test.
+ * Incredibly Portable Runtime Testcase - Simple RTTime test.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstTime-4.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstTime-4.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstTime-4.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Simple RTTime vs. RTTimeSystem test.
+ * Incredibly Portable Runtime Testcase - Simple RTTime vs. RTTimeSystem test.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstTime.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstTime.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstTime.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Simple RTTime tests.
+ * Incredibly Portable Runtime Testcase - Simple RTTime tests.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstTimeSpec.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstTimeSpec.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstTimeSpec.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - RTTimeSpec and PRTTIME tests.
+ * Incredibly Portable Runtime - RTTimeSpec and PRTTIME tests.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstTimer.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstTimer.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstTimer.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - Timers.
+ * Incredibly Portable Runtime Testcase - Timers.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstUtf8.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstUtf8.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstUtf8.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - UTF-8 and UTF-16 string conversions.
+ * Incredibly Portable Runtime Testcase - UTF-8 and UTF-16 string conversions.
  */
 
Index: /trunk/src/VBox/Runtime/testcase/tstUuid.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstUuid.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/testcase/tstUuid.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime Testcase - UUID.
+ * Incredibly Portable Runtime Testcase - UUID.
  */
 
Index: /trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp
===================================================================
--- /trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Convert win32 error codes to iprt status codes.
+ * Incredibly Portable Runtime - Convert win32 error codes to iprt status codes.
  */
 
Index: /trunk/src/VBox/Runtime/win/errmsgwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/win/errmsgwin.cpp	(revision 8169)
+++ /trunk/src/VBox/Runtime/win/errmsgwin.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - Status code messages.
+ * Incredibly Portable Runtime - Status code messages.
  */
 
Index: /trunk/src/libs/kStuff/iprt/kRdrFile-iprt.cpp
===================================================================
--- /trunk/src/libs/kStuff/iprt/kRdrFile-iprt.cpp	(revision 8169)
+++ /trunk/src/libs/kStuff/iprt/kRdrFile-iprt.cpp	(revision 8170)
@@ -1,5 +1,5 @@
 /* $Id$ */
 /** @file
- * innotek Portable Runtime - kRdr Backend.
+ * Incredibly Portable Runtime - kRdr Backend.
  */
 
Index: /trunk/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c
===================================================================
--- /trunk/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c	(revision 8169)
+++ /trunk/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c	(revision 8170)
@@ -120,5 +120,5 @@
 
 /*
-** Use the innotek Portable Runtime logging facility when
+** Use the Incredibly Portable Runtime logging facility when
 ** NSPR_LOG_FILE is set to "WinDebug". The default IPRT log instance
 ** and the "default" log group will be used for logging.
@@ -220,5 +220,5 @@
     const unsigned char *ub = (const unsigned char *)b;
 
-    if( ((const char *)0 == a) || (const char *)0 == b ) 
+    if( ((const char *)0 == a) || (const char *)0 == b )
         return (PRIntn)(a-b);
 
@@ -506,5 +506,5 @@
     nb = PR_snprintf(line, sizeof(line)-1, "%ld[%p]: ",
 #if defined(_PR_DCETHREADS)
-             /* The problem is that for _PR_DCETHREADS, pthread_t is not a 
+             /* The problem is that for _PR_DCETHREADS, pthread_t is not a
               * pointer, but a structure; so you can't easily print it...
               */
@@ -522,5 +522,5 @@
 #else
         line[nb++] = '\015';
-#endif 
+#endif
         line[nb] = '\0';
     } else {
