VirtualBox

Changeset 2988 in vbox for trunk


Ignore:
Timestamp:
Jun 1, 2007 5:36:09 PM (18 years ago)
Author:
vboxsync
Message:

InnoTek -> innotek part 4: more miscellaneous files.

Location:
trunk
Files:
187 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asmdefs.mac

    r2981 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - Global YASM/NASM macros
     2; innotek Portable Runtime - Global YASM/NASM macros
    33;
    44
  • trunk/include/iprt/err.sed

    r2981 r2988  
    11## @file
    2 # InnoTek Portable Runtime - SED script for converting VBox/err.h to .mac.
     2# innotek Portable Runtime - SED script for converting VBox/err.h to .mac.
    33#
    44
  • trunk/include/iprt/memory

    r2748 r2988  
    11/** @file
    2  * InnoTek Portable Runtime - C++ Extensions: memory.
     2 * innotek Portable Runtime - C++ Extensions: memory.
    33 */
    44
    55/*
    6  * Copyright (C) 2007 InnoTek Systemberatung GmbH
     6 * Copyright (C) 2007 innotek GmbH
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2222#define __iprt_memory__
    2323
    24 /** @defgroup grp_rt_cppx_memory  InnoTek Portable Runtime C++ Extensions: memory
     24/** @defgroup grp_rt_cppx_memory  innotek Portable Runtime C++ Extensions: memory
    2525 * @ingroup grp_rt_cppx
    2626 * @{
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/vrdpdd.rc

    r1207 r2988  
    1616      BLOCK "040904b0"
    1717      BEGIN
    18          VALUE "CompanyName",      "InnoTek Systemberatung GmbH\0"
     18         VALUE "CompanyName",      "innotek GmbH\0"
    1919         VALUE "FileDescription",  "VirtualBox Display Mirror Driver\0"
    2020         VALUE "FileVersion",      VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
    2121         VALUE "InternalName",     "vrdpdd.dll\0"
    22          VALUE "LegalCopyright",   "(C) 2004-2006 InnoTek Systemberatung GmbH\0"
     22         VALUE "LegalCopyright",   "(C) 2004-2007 innotek GmbH\0"
    2323         VALUE "OriginalFilename", "vrdpdd.dll\0"
    2424         VALUE "ProductName",      "VirtualBox Guest Tools\0"
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.def

    r1 r2988  
    33; * VBoxDisp -- Windows Guest Video Driver
    44; *
    5 ; * Copyright (C) 2006 InnoTek Systemberatung GmbH
     5; * Copyright (C) 2006-2007 innotek GmbH
    66; *
    77; * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.rc

    r1 r2988  
    1616      BLOCK "040904b0"
    1717      BEGIN
    18          VALUE "CompanyName",      "InnoTek Systemberatung GmbH\0"
     18         VALUE "CompanyName",      "innotek GmbH\0"
    1919         VALUE "FileDescription",  "VirtualBox Display Driver\0"
    2020         VALUE "FileVersion",      VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
    2121         VALUE "InternalName",     "VBoxDisp.dll\0"
    22          VALUE "LegalCopyright",   "(C) 2004-2006 InnoTek Systemberatung GmbH\0"
     22         VALUE "LegalCopyright",   "(C) 2004-2007 innotek GmbH\0"
    2323         VALUE "OriginalFilename", "VBoxDisp.dll\0"
    2424         VALUE "ProductName",      "VirtualBox Guest Tools\0"
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.rc

    r1207 r2988  
    1616      BLOCK "040904b0"
    1717      BEGIN
    18          VALUE "CompanyName",      "InnoTek Systemberatung GmbH"
     18         VALUE "CompanyName",      "innotek GmbH"
    1919         VALUE "FileDescription",  "VirtualBox Mirror Video Driver\0"
    2020         VALUE "FileVersion",      VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
    2121         VALUE "InternalName",     "vrdpvd.sys\0"
    22          VALUE "LegalCopyright",   "(C) 2004-2006 InnoTek Systemberatung GmbH\0"
     22         VALUE "LegalCopyright",   "(C) 2004-2007 innotek GmbH\0"
    2323         VALUE "OriginalFilename", "vrdpvd.sys\0"
    2424         VALUE "ProductName",      "VirtualBox Guest Tools\0"
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.def

    r1 r2988  
    33; VBoxVideo -- Windows Guest Additions Video Driver
    44;
    5 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     5; Copyright (C) 2006-2007 innotek GmbH
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.rc

    r1 r2988  
    1616      BLOCK "040904b0"
    1717      BEGIN
    18          VALUE "CompanyName",      "InnoTek Systemberatung GmbH\0"
     18         VALUE "CompanyName",      "innotek GmbH\0"
    1919         VALUE "FileDescription",  "VirtualBox Video Driver\0"
    2020         VALUE "FileVersion",      VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
    2121         VALUE "InternalName",     "vboxvideo\0"
    22          VALUE "LegalCopyright",   "(C) 2004-2006 InnoTek Systemberatung GmbH\0"
     22         VALUE "LegalCopyright",   "(C) 2004-2007 innotek GmbH\0"
    2323         VALUE "OriginalFilename", "vboxvideo.sys\0"
    2424         VALUE "ProductName",      "VirtualBox Video Driver\0"
  • trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.rc

    r1 r2988  
    11/*
    2  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     2 * Copyright (C) 2006-2007 innotek GmbH
    33 *
    44 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.rc

    r1 r2988  
    11/*
    2  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     2 * Copyright (C) 2006-2007 innotek GmbH
    33 *
    44 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3232      BLOCK "040904b0"
    3333      BEGIN
    34          VALUE "CompanyName",      "InnoTek Systemberatung GmbH"
     34         VALUE "CompanyName",      "innotek GmbH"
    3535         VALUE "FileDescription",  "VirtualBox Additions Utility\0"
    3636         VALUE "FileVersion",        VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
    3737         VALUE "InternalName",     "vboxcontrol\0"
    38          VALUE "LegalCopyright",   "(C) 2004-2005 InnoTek Systemberatung GmbH\0"
     38         VALUE "LegalCopyright",   "(C) 2004-2007 innotek GmbH\0"
    3939         VALUE "OriginalFilename", "VBoxControl.exe\0"
    4040         VALUE "ProductName",        "VirtualBox Additions Utility\0"
  • trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.def

    r1 r2988  
    33; * VBoxGINA -- Windows Logon DLL for VirtualBox
    44; *
    5 ; * Copyright (C) 2006 InnoTek Systemberatung GmbH
     5; * Copyright (C) 2006-2007 innotek GmbH
    66; *
    77; * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.rc

    r1 r2988  
    11/*
    2  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     2 * Copyright (C) 2006-2007 innotek GmbH
    33 *
    44 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3232      BLOCK "040904b0"
    3333      BEGIN
    34          VALUE "CompanyName",      "InnoTek Systemberatung GmbH"
     34         VALUE "CompanyName",      "innotek GmbH"
    3535         VALUE "FileDescription",  "VirtualBox Guest Driver\0"
    3636         VALUE "FileVersion",      VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
    3737         VALUE "InternalName",     "vboxguest\0"
    38          VALUE "LegalCopyright",   "Copyright (C) 2004-2005 InnoTek Systemberatung GmbH\0"
     38         VALUE "LegalCopyright",   "Copyright (C) 2004-2007 innotek GmbH\0"
    3939         VALUE "OriginalFilename", "vboxguest.sys\0"
    4040         VALUE "ProductName",      "VirtualBox Guest Additions\0"
  • trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestMsg.mc

    r1 r2988  
    22; VBoxGuest Device Driver Messages
    33;
    4 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     4; Copyright (C) 2006-2007 innotek GmbH
    55;
    66; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.rc

    r1 r2988  
    22 * VBoxService - Guest Additions Service
    33 *
    4  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     4 * Copyright (C) 2006-2007 innotek GmbH
    55 *
    66 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3535      BLOCK "040904b0"
    3636      BEGIN
    37          VALUE "CompanyName",      "InnoTek Systemberatung GmbH"
     37         VALUE "CompanyName",      "innotek GmbH"
    3838         VALUE "FileDescription",  "VirtualBox Additions Service\0"
    3939         VALUE "FileVersion",      VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
    4040         VALUE "InternalName",     "vboxservice\0"
    41          VALUE "LegalCopyright",   "(C) 2004-2007 InnoTek Systemberatung GmbH\0"
     41         VALUE "LegalCopyright",   "(C) 2004-2007 innotek GmbH\0"
    4242         VALUE "OriginalFilename", "VBoxService.exe\0"
    4343         VALUE "ProductName",      "VirtualBox Additions Service\0"
  • trunk/src/VBox/Additions/linux/export_modules

    r2641 r2988  
    55# modules
    66#
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     7# Copyright (C) 2006-2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Additions/linux/installer/vboxadd-timesync.sh

    r2530 r2988  
    11#!/bin/sh
    22#
    3 InnoTek VirtualBox
     3innotek VirtualBox
    44#
    55#  Linux Additions timesync daemon init script
    66#
    7 #  Copyright (C) 2006 InnoTek Systemberatung GmbH
     7#  Copyright (C) 2006-2007 innotek GmbH
    88#
    99#  Use only with permission.
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r2530 r2988  
    11#! /bin/sh
    2 # InnoTek VirtualBox
     2# innotek VirtualBox
    33# Linux Additions kernel module init script
    44#
    5 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     5# Copyright (C) 2006-2007 innotek GmbH
    66#
    77# Use only with permission.
  • trunk/src/VBox/Additions/linux/installer/vboxvfs.sh

    r2530 r2988  
    11#! /bin/sh
    2 # InnoTek VirtualBox
     2# innotek VirtualBox
    33# Linux Additions VFS kernel module init script
    44#
    5 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     5# Copyright (C) 2006-2007 innotek GmbH
    66#
    77# Use only with permission.
  • trunk/src/VBox/Additions/linux/installer/x11config.pl

    r1529 r2988  
    11#!/usr/bin/perl -w
    22#
    3 # InnoTek VirtualBox
     3# innotek VirtualBox
    44#
    55# Linux Additions X11 config update script
    66#
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     7# Copyright (C) 2006-2007 innotek GmbH
    88#
    99# Use only with permission.
  • trunk/src/VBox/Additions/linux/module/files_vboxadd

    r2642 r2988  
    33# Shared file between Makefile.kmk and export_modules
    44#
    5 # Copyright (C) 2007 InnoTek Systemberatung GmbH
     5# Copyright (C) 2007 innotek GmbH
    66#
    77# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Additions/linux/sharedfolders/files_vboxvfs

    r2642 r2988  
    33# Shared file between Makefile.kmk and export_modules
    44#
    5 # Copyright (C) 2007 InnoTek Systemberatung GmbH
     5# Copyright (C) 2007 innotek GmbH
    66#
    77# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Additions/linux/xgraphics/vboxvideo.c

    r2980 r2988  
    234234{
    235235    VBOX_DRIVER_NAME,
    236     "innotek Systemberatung GmbH",
     236    "innotek GmbH",
    237237    MODINFOSTRING1,
    238238    MODINFOSTRING2,
  • trunk/src/VBox/Devices/PC/vbox.dsl

    r2781 r2988  
    44// VirtualBox ACPI
    55//
    6 // Copyright (C) 2006 InnoTek Systemberatung GmbH
     6// Copyright (C) 2006-2007 innotek GmbH
    77//
    88// This file is part of VirtualBox Open Source Edition (OSE), as
     
    485485                    "0",        // Serial number
    486486                    "VBOX",     // Battery type
    487                     "InnoTek"   // OEM Information
     487                    "innotek"   // OEM Information
    488488                })
    489489
  • trunk/src/VBox/Devices/Storage/VDICore.h

    r2981 r2988  
    4747 *  Must be less than 64 bytes in length, including the trailing 0.
    4848 */
    49 #define VDI_IMAGE_FILE_INFO   "<<< InnoTek VirtualBox Disk Image >>>\n"
     49#define VDI_IMAGE_FILE_INFO   "<<< innotek VirtualBox Disk Image >>>\n"
    5050
    5151/** The Sector size.
  • trunk/src/VBox/Disassembler/DisasmTestA.asm

    r1 r2988  
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/VBoxGUI.pro

    r382 r2988  
    44# NOTE: This file is NOT intended to be opened by Qt Designer!
    55#
    6 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     6# Copyright (C) 2006-2007 innotek GmbH
    77#
    88# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro

    r2983 r2988  
    77
    88#
    9 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     9# Copyright (C) 2006-2007 innotek GmbH
    1010#
    1111# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl

    r2657 r2988  
    1111
    1212/*
    13  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     13 * Copyright (C) 2006-2007 innotek GmbH
    1414 *
    1515 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts

    r2987 r2988  
    16771677virtual machines.</source>
    16781678        <translation type="obsolete">Afişează calea către directorul maşinii virtuală implicită.
    1679 Acest director este folosit, dacă nu este explicit specificat altfel, atunci când creaţi noi 
     1679Acest director este folosit, dacă nu este explicit specificat altfel, atunci când creaţi noi
    16801680maşini virtuale.</translation>
    16811681    </message>
     
    19741974and the &lt;b&gt;Back&lt;/b&gt; button to return to the previous page.&lt;/p&gt;</source>
    19751975        <translation>&lt;p&gt;Acest vrăjitor vă va ajuta să creaţi o nouă imagine virtuală de disc hard pentru maşina dvs virtuală.&lt;/p&gt;
    1976 &lt;p&gt;Folosiţi butonul &lt;b&gt;Înainte&lt;/b&gt; pentru a merge la pagina următoare 
     1976&lt;p&gt;Folosiţi butonul &lt;b&gt;Înainte&lt;/b&gt; pentru a merge la pagina următoare
    19771977şi butonul &lt;b&gt;Înapoi&lt;/b&gt; pentru a vă intoarce la pagina precedentă.&lt;/p&gt;</translation>
    19781978    </message>
     
    20182018        <source>&lt;p&gt;Press the &lt;b&gt;Select&lt;/b&gt; button to select the location and name of the file
    20192019to store the virtual hard disk image or type a file name in the entry field.&lt;/p&gt;</source>
    2020         <translation>&lt;p&gt;Apăsaţi butonul &lt;b&gt;Selectare&lt;/b&gt; pentru a selecta amplasarea şi numele fişierului 
     2020        <translation>&lt;p&gt;Apăsaţi butonul &lt;b&gt;Selectare&lt;/b&gt; pentru a selecta amplasarea şi numele fişierului
    20212021pentru a stoca imaginea discului hard virtual sau tastaţi un nume de fişier în câmpul de intrare.&lt;/p&gt;</translation>
    20222022    </message>
     
    21012101&lt;p&gt;The name of the virtual machine usually indicates its software and hardware configuration.
    21022102It will be used by all VirtualBox components to identify your virtual machine.&lt;/p&gt;</source>
    2103         <translation>&lt;p&gt;Introduceţi un nume pentru noua maşină virtuală şi selectaţi tipul sistemului de operare musafir 
     2103        <translation>&lt;p&gt;Introduceţi un nume pentru noua maşină virtuală şi selectaţi tipul sistemului de operare musafir
    21042104pe care plănuiţi să îl instalaţi în maşină.&lt;/p&gt;
    2105 &lt;p&gt;Numele maşinii virtuale indică în mod uzual configuraţia software şi hardware. 
     2105&lt;p&gt;Numele maşinii virtuale indică în mod uzual configuraţia software şi hardware.
    21062106Va fi folosită de către toate produsele VirtualBox pentru a identifica maşina virtuală creată.&lt;/p&gt;</translation>
    21072107    </message>
     
    31943194&lt;i&gt;exact match&lt;/i&gt; string. An empty string will match any
    31953195value.</source>
    3196         <translation type="obsolete">Defineşte filtrul &apos;manufacturat de&apos; ca 
     3196        <translation type="obsolete">Defineşte filtrul &apos;manufacturat de&apos; ca
    31973197un şir de &lt;i&gt;potrivire exactă&lt;/i&gt;. Un şir gol se va potrivi oricărei
    31983198valori.</translation>
     
    32023202&lt;i&gt;exact match&lt;/i&gt; string. An empty string will match any
    32033203value.</source>
    3204         <translation type="obsolete">Defineşte filtrul &apos;produs de&apos; ca 
     3204        <translation type="obsolete">Defineşte filtrul &apos;produs de&apos; ca
    32053205un şir de &lt;i&gt;potrivire exactă&lt;/i&gt;. Un şir gol se va potrivi oricărei
    32063206valori.</translation>
     
    32103210&lt;i&gt;exact match&lt;/i&gt; string. An empty string will match any
    32113211value.</source>
    3212         <translation type="obsolete">Defineşte filtrul &apos;număr serie&apos; ca 
     3212        <translation type="obsolete">Defineşte filtrul &apos;număr serie&apos; ca
    32133213un şir de &lt;i&gt;potrivire exactă&lt;/i&gt;. Un şir gol se va potrivi oricărei
    32143214valori.</translation>
     
    32373237(&lt;i&gt;Ignore&lt;/i&gt;) or grab it for later usage by virtual machines
    32383238(&lt;i&gt;Hold&lt;/i&gt;).</source>
    3239         <translation type="obsolete">Defineşte acţiunea executată de computerul 
    3240 gazdă atunci când un dispozitiv care respectă condiţiile este conectat: 
     3239        <translation type="obsolete">Defineşte acţiunea executată de computerul
     3240gazdă atunci când un dispozitiv care respectă condiţiile este conectat:
    32413241îl oferă SO gazdă (&lt;i&gt;Ignoră&lt;/i&gt;) sau îl capturează pentru a fi folosit
    32423242ulterior în maşinile virtuale (&lt;i&gt;Menţine&lt;/i&gt;).
     
    32663266        <translation type="obsolete">Defineşte filtrul ID vânzător. Formatul
    32673267şirului de &lt;i&gt;potrivire exactă&lt;/i&gt; este &lt;tt&gt;XXXX&lt;/tt&gt; unde
    3268 &lt;tt&gt;X&lt;/tt&gt; este un caracter hexazecimal. Un şir gol se va potrivi 
     3268&lt;tt&gt;X&lt;/tt&gt; este un caracter hexazecimal. Un şir gol se va potrivi
    32693269oricărei valori.</translation>
    32703270    </message>
     
    32763276        <translation type="obsolete">Defineşte filtrul ID produs. Formatul
    32773277şirului de &lt;i&gt;potrivire exactă&lt;/i&gt; este &lt;tt&gt;XXXX&lt;/tt&gt; unde
    3278 &lt;tt&gt;X&lt;/tt&gt; este un caracter hexazecimal. Un şir gol se va potrivi 
     3278&lt;tt&gt;X&lt;/tt&gt; este un caracter hexazecimal. Un şir gol se va potrivi
    32793279oricărei valori.</translation>
    32803280    </message>
     
    32873287        <translation type="obsolete">Defineşte filtrul număr revizie. Formatul
    32883288şirului de &lt;i&gt;potrivire exactă&lt;/i&gt; este &lt;tt&gt;IIFF&lt;/tt&gt; unde
    3289 &lt;tt&gt;I&lt;/tt&gt; este un caracter hexazecimal al părţii întregi, iar &lt;tt&gt;F&lt;/tt&gt; 
    3290 este un caracter zecimal al părţii fracţionale. Un şir gol se va potrivi 
     3289&lt;tt&gt;I&lt;/tt&gt; este un caracter hexazecimal al părţii întregi, iar &lt;tt&gt;F&lt;/tt&gt;
     3290este un caracter zecimal al părţii fracţionale. Un şir gol se va potrivi
    32913291oricărei valori.</translation>
    32923292    </message>
     
    32953295&lt;i&gt;exact match&lt;/i&gt; string. An empty string will match any
    32963296value.</source>
    3297         <translation type="obsolete">Defineşte filtrul port USB gazdă ca 
     3297        <translation type="obsolete">Defineşte filtrul port USB gazdă ca
    32983298un şir de &lt;i&gt;potrivire exactă&lt;/i&gt;. Un şir gol se va potrivi oricărei
    32993299valori.</translation>
     
    41694169        <source>Controls the audio output driver. The &lt;b&gt;Null Audio Driver&lt;/b&gt;
    41704170makes the guest see an audio card, however every access to it will be ignored.</source>
    4171         <translation type="obsolete">Controlează driverul de ieşire aurio. &lt;b&gt;Null Audio Driver&lt;/b&gt; 
     4171        <translation type="obsolete">Controlează driverul de ieşire aurio. &lt;b&gt;Null Audio Driver&lt;/b&gt;
    41724172determină musafirul să vadă o placă audio, oricum orice acces la aceasta va fi ignorat.</translation>
    41734173    </message>
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts

    r2987 r2988  
    16721672    <message>
    16731673        <source>When checked, the keyboard is automatically
    1674 captured every time the VM window is activated. When the keyboard is captured, 
     1674captured every time the VM window is activated. When the keyboard is captured,
    16751675all keystrokes (including system ones like Alt-Tab) are directed to the VM.</source>
    16761676        <translation type="obsolete">选中后,当虚拟电脑窗口处于活动状态时将自动捕获键盘输入。当键盘被捕获时,所有的键盘输入(包括系统切换键如 Alt-Tab) 都将被发送到虚拟电脑.</translation>
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/Info.plist

    r2342 r2988  
    1111        <key>CFBundleVersion</key>                  <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    1212        <key>CFBundleShortVersionString</key>       <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    13         <key>CFBundleGetInfoString</key>            <string>VirtualBox @VBOX_VERSION_STRING@, © 2007 InnoTek Systemberatung GmbH</string>
     13        <key>CFBundleGetInfoString</key>            <string>VirtualBox @VBOX_VERSION_STRING@, © 2007 innotek GmbH</string>
    1414        <key>CFBundleIconFile</key>                 <string>virtualbox</string>
    1515        <key>CFBundleInfoDictionaryVersion</key>    <string>6.0</string>
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/VM-Info.plist

    r2408 r2988  
    1111        <key>CFBundleVersion</key>                  <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    1212        <key>CFBundleShortVersionString</key>       <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    13         <key>CFBundleGetInfoString</key>            <string>VirtualBox VM @VBOX_VERSION_STRING@, © 2007 InnoTek Systemberatung GmbH</string>
     13        <key>CFBundleGetInfoString</key>            <string>VirtualBox VM @VBOX_VERSION_STRING@, © 2007 innotek GmbH</string>
    1414        <key>CFBundleIconFile</key>                 <string>virtualbox</string>
    1515        <key>CFBundleInfoDictionaryVersion</key>    <string>6.0</string>
  • trunk/src/VBox/Frontends/VirtualBox/src/win32/VirtualBox.rc

    r382 r2988  
    55 * Resources for Win32 executable
    66 *
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxCloseVMDlg.ui

    r2423 r2988  
    77VBox GUI: Close VM Dialog UI (Qt Designer).
    88
    9 Copyright (c) 2006 InnoTek Systemberatung GmbH
     9Copyright (C) 2006-2007 innotek GmbH
    1010
    1111All Rights Reserved
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui

    r2023 r2988  
    55:folding=explicit:collapseFolds=1:
    66
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     7# Copyright (C) 2006-2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui

    r2889 r2988  
    55:folding=explicit:collapseFolds=1:
    66
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     7# Copyright (C) 2006-2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui

    r2593 r2988  
    55:folding=explicit:collapseFolds=1:
    66
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     7# Copyright (C) 2006-2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui

    r2593 r2988  
    66:folding=explicit:collapseFolds=1:
    77
    8 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     8# Copyright (C) 2006-2007 innotek GmbH
    99#
    1010# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui

    r2187 r2988  
    55:folding=explicit:collapseFolds=1:
    66
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     7# Copyright (C) 2006-2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui

    r382 r2988  
    55:folding=explicit:collapseFolds=1:
    66
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     7# Copyright (C) 2006-2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui

    r1236 r2988  
    55:folding=explicit:collapseFolds=1:
    66
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     7# Copyright (C) 2006-2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui

    r382 r2988  
    55:folding=explicit:collapseFolds=1:
    66
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     7# Copyright (C) 2006-2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui

    r2420 r2988  
    55:folding=explicit:collapseFolds=1:
    66
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     7# Copyright (C) 2006-2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui

    r2868 r2988  
    66:folding=explicit:collapseFolds=1:
    77
    8 # Copyright (C) 2007 InnoTek Systemberatung GmbH
     8# Copyright (C) 2007 innotek GmbH
    99#
    1010# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui

    r2983 r2988  
    55:folding=explicit:collapseFolds=1:
    66
    7 # Copyright (C) 2007 InnoTek Systemberatung GmbH
     7# Copyright (C) 2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui.h

    r2983 r2988  
    66
    77/*
    8  * Copyright (C) 2007 InnoTek Systemberatung GmbH
     8 * Copyright (C) 2006 innotek GmbH
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui

    r2979 r2988  
    55:folding=explicit:collapseFolds=1:
    66
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     7# Copyright (C) 2006-2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui

    r2979 r2988  
    55:folding=explicit:collapseFolds=1:
    66
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     7# Copyright (C) 2006-2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/HostDrivers/Support/SUPR0.def

    r1193 r2988  
    44; Export definitions
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/HostDrivers/Support/darwin/Info.plist

    r2207 r2988  
    1212    <key>CFBundleVersion</key>                  <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    1313    <key>CFBundleShortVersionString</key>       <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    14         <key>CFBundleGetInfoString</key>            <string>VirtualBox @VBOX_VERSION_STRING@, © 2007 InnoTek Systemberatung GmbH</string>
     14        <key>CFBundleGetInfoString</key>            <string>VirtualBox @VBOX_VERSION_STRING@, © 2007 innotek GmbH</string>
    1515    <key>IOKitPersonalities</key>
    1616    <dict>
  • trunk/src/VBox/HostDrivers/Support/linux/build_in_tmp

    r2871 r2988  
    55# are installed in read-only directory.
    66#
    7 # Copyright (C) 2007 InnoTek Systemberatung GmbH
     7# Copyright (C) 2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/HostDrivers/Support/linux/export_modules

    r2641 r2988  
    44# Create a tar archive containing the sources of the vboxdrv kernel module
    55#
    6 # Copyright (C) 2007 InnoTek Systemberatung GmbH
     6# Copyright (C) 2007 innotek GmbH
    77#
    88# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv

    r2642 r2988  
    33# Shared file between Makefile.kmk and export_modules
    44#
    5 # Copyright (C) 2007 InnoTek Systemberatung GmbH
     5# Copyright (C) 2007 innotek GmbH
    66#
    77# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def

    r1197 r2988  
    44
    55;
    6 ; Copyright (C) 2007 InnoTek Systemberatung GmbH
     6; Copyright (C) 2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/HostDrivers/Support/win32/SUPDrvA-win32.asm

    r1 r2988  
    33; Assembly part of Win32 ring-0 host driver
    44
    5 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     5; Copyright (C) 2006-2007 innotek GmbH
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/HostDrivers/Support/win64/SUPDrvA-win64.asm

    r1 r2988  
    33; Assembly part of Win64 ring-0 host driver
    44
    5 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     5; Copyright (C) 2006-2007 innotek GmbH
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.rc

    r506 r2988  
    3838*/
    3939
    40 #define VER_COMPANYNAME_STR         "InnoTek Systemberatung GmbH"
     40#define VER_COMPANYNAME_STR         "innotek GmbH"
    4141#define VER_FILEDESCRIPTION_STR     "VirtualBox Host Interface Networking Driver"
    4242#define VER_ORIGINALFILENAME_STR    TAP_COMPONENT_ID ".sys"
    4343#define VER_LEGALCOPYRIGHT_YEARS    "2006"
    44 #define VER_LEGALCOPYRIGHT_STR      "InnoTek Systemberatung GmbH & Others"
     44#define VER_LEGALCOPYRIGHT_STR      "innotek GmbH & Others"
    4545
    4646
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r2961 r2988  
    2323 *      mappers that map SOAP messages to COM calls.
    2424 *
    25  * Copyright (C) 2006-2007 InnoTek Systemberatung GmbH
     25 * Copyright (C) 2006-2007 innotek GmbH
    2626 *
    2727 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    7272    uuid="46137EEC-703B-4fe5-AFD4-7C9BBBBA0259"
    7373    version="1.3"
    74     desc="InnoTek VirtualBox Type Library"
     74    desc="innotek VirtualBox Type Library"
    7575    supportsErrorInfo="yes"
    7676>
  • trunk/src/VBox/Main/idl/doxygen.xsl

    r469 r2988  
    66 *  generate the documentation using Doxygen.
    77
    8  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     8 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/idl/midl.xsl

    r469 r2988  
    55 *  from the generic interface definition expressed in XML.
    66
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/idl/xpidl.xsl

    r2657 r2988  
    55 *  from the generic interface definition expressed in XML.
    66
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/testcase/makefile.tstVBoxAPILinux

    r2449 r2988  
    33#
    44#
    5 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     5# Copyright (C) 2006-2007 innotek GmbH
    66#
    77# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/win32/VBoxC.def

    r1 r2988  
    44;
    55
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/win32/VBoxC.rc

    r1 r2988  
    44
    55/*
    6  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     6 * Copyright (C) 2006-2007 innotek GmbH
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4141    BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
    4242    BEGIN
    43     VALUE "CompanyName",     "InnoTek Systemberatung GmbH\0"
    44     VALUE "FileDescription", "InnoTek VirtualBox Interface\0"
     43    VALUE "CompanyName",     "innotek GmbH\0"
     44    VALUE "FileDescription", "innotek VirtualBox Interface\0"
    4545    VALUE "FileVersion",     "1.0.000\0"
    4646    VALUE "InternalName",    "VBOXC\0"
     
    4848    VALUE "LegalTrademarks", "\0"
    4949    VALUE "OriginalFilename","VBOXC.DLL\0"
    50     VALUE "ProductName",     "InnoTek VirtualBox\0"
     50    VALUE "ProductName",     "innotek VirtualBox\0"
    5151    VALUE "ProductVersion",  "1.0.000\0"
    5252
  • trunk/src/VBox/Main/win32/VBoxSVC.rc

    r1 r2988  
    44
    55/*
    6  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     6 * Copyright (C) 2006-2007 innotek GmbH
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4141    BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
    4242    BEGIN
    43     VALUE "CompanyName",     "InnoTek Systemberatung GmbH\0"
    44     VALUE "FileDescription", "InnoTek VirtualBox Interface\0"
     43    VALUE "CompanyName",     "innotek GmbH\0"
     44    VALUE "FileDescription", "innotek VirtualBox Interface\0"
    4545    VALUE "FileVersion",     "1.0.000\0"
    4646    VALUE "InternalName",    "VBOXSVC\0"
     
    4848    VALUE "LegalTrademarks", "\0"
    4949    VALUE "OriginalFilename","VBOXSVC.EXE\0"
    50     VALUE "ProductName",     "InnoTek VirtualBox\0"
     50    VALUE "ProductName",     "innotek VirtualBox\0"
    5151    VALUE "ProductVersion",  "1.0.000\0"
    5252
  • trunk/src/VBox/Main/win32/comregister.cmd

    r1 r2988  
    77
    88REM /*
    9 REM  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     9REM  * Copyright (C) 2006-2007 innotek GmbH
    1010REM  *
    1111REM  * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/xml/SchemaDefs.xsl

    r1721 r2988  
    99 *  and should be reviewed on every Schema change.
    1010
    11  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     11 * Copyright (C) 2006-2007 innotek GmbH
    1212 *
    1313 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/xml/SettingsConverter.xsl

    r1 r2988  
    77 *  Template to convert old VirtualBox settings files to the most recent format.
    88
    9  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     9 * Copyright (C) 2006-2007 innotek GmbH
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd

    r2602 r2988  
    44 *  :folding=explicit:collapseFolds=1:
    55 *
    6  *  InnoTek VirtualBox Settings Schema
     6 *  innotek VirtualBox Settings Schema
    77 *  Common definitions
    88
    9  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     9 * Copyright (C) 2006-2007 innotek GmbH
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3232<xsd:annotation>
    3333  <xsd:documentation xml:lang="en">
    34     InnoTek VirtualBox Settings Schema (common definitions).
    35     Copyright (c) 2004-2007 InnoTek Systemberatung GmbH.
     34    innotek VirtualBox Settings Schema (common definitions).
     35    Copyright (c) 2004-2007 innotek GmbH.
    3636  </xsd:documentation>
    3737</xsd:annotation>
  • trunk/src/VBox/Main/xml/VirtualBox-settings-linux.xsd

    r607 r2988  
    44 *  :folding=explicit:collapseFolds=1:
    55 *
    6  *  InnoTek VirtualBox Settings Schema Version 1.0-linux
     6 *  innotek VirtualBox Settings Schema Version 1.0-linux
    77
    8  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     8 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3131<xsd:annotation>
    3232  <xsd:documentation xml:lang="en">
    33     InnoTek VirtualBox Settings Schema Version 1.0-linux.
    34     Copyright (c) 2004-2007 InnoTek Systemberatung GmbH.
     33    innotek VirtualBox Settings Schema Version 1.0-linux.
     34    Copyright (c) 2004-2007 innotek GmbH.
    3535  </xsd:documentation>
    3636</xsd:annotation>
  • trunk/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd

    r1551 r2988  
    44 *  :folding=explicit:collapseFolds=1:
    55 *
    6  *  InnoTek VirtualBox Settings Schema Version 1.0-macosx
     6 *  innotek VirtualBox Settings Schema Version 1.0-macosx
    77
    8  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     8 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3131<xsd:annotation>
    3232  <xsd:documentation xml:lang="en">
    33     InnoTek VirtualBox Settings Schema Version 1.0-macosx.
    34     Copyright (c) 2004-2007 InnoTek Systemberatung GmbH.
     33    innotek VirtualBox Settings Schema Version 1.0-macosx.
     34    Copyright (c) 2004-2007 innotek GmbH.
    3535  </xsd:documentation>
    3636</xsd:annotation>
  • trunk/src/VBox/Main/xml/VirtualBox-settings-windows.xsd

    r607 r2988  
    44 *  :folding=explicit:collapseFolds=1:
    55 *
    6  *  InnoTek VirtualBox Settings Schema Version 1.0-windows
     6 *  innotek VirtualBox Settings Schema Version 1.0-windows
    77
    8  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     8 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3131<xsd:annotation>
    3232  <xsd:documentation xml:lang="en">
    33     InnoTek VirtualBox Settings Schema Version 1.0-windows.
    34     Copyright (c) 2004-2007 InnoTek Systemberatung GmbH.
     33    innotek VirtualBox Settings Schema Version 1.0-windows.
     34    Copyright (c) 2004-2007 innotek GmbH.
    3535  </xsd:documentation>
    3636</xsd:annotation>
  • trunk/src/VBox/Main/xml/samples/VirtualBox-global.xml

    r1 r2988  
    11<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    2 <!-- InnoTek VirtualBox Sample Global Configuration -->
     2<!-- innotek VirtualBox Sample Global Configuration -->
    33<!--
    44 *  :tabSize=2:indentSize=2:noTabs=true:
  • trunk/src/VBox/Main/xml/samples/VirtualBox-machine-linux.xml

    r1 r2988  
    11<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    2 <!-- InnoTek VirtualBox Sample Machine Configuration (for a linux host) -->
     2<!-- innotek VirtualBox Sample Machine Configuration (for a linux host) -->
    33<!--
    44 *  :tabSize=2:indentSize=2:noTabs=true:
  • trunk/src/VBox/Main/xml/samples/VirtualBox-machine-windows.xml

    r1077 r2988  
    11<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    2 <!-- InnoTek VirtualBox Sample Machine Configuration (for a win32 host) -->
     2<!-- innotek VirtualBox Sample Machine Configuration (for a win32 host) -->
    33<!--
    44 *  :tabSize=2:indentSize=2:noTabs=true:
  • trunk/src/VBox/Runtime/Doxyfile

    r1 r2988  
    1818# by quotes) that should identify the project.
    1919
    20 PROJECT_NAME           = InnoTek Portable Runtime
     20PROJECT_NAME           = innotek Portable Runtime
    2121
    2222# The PROJECT_NUMBER tag can be used to enter a project or revision number.
     
    3131# where doxygen was started. If left blank the current directory will be used.
    3232
    33 #OUTPUT_DIRECTORY       = 
     33#OUTPUT_DIRECTORY       =
    3434
    3535# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
     
    407407# to stderr.
    408408
    409 #WARN_LOGFILE           = 
     409#WARN_LOGFILE           =
    410410
    411411#---------------------------------------------------------------------------
     
    418418# with spaces.
    419419
    420 #INPUT                  = 
     420#INPUT                  =
    421421
    422422
     
    480480# the \image command).
    481481
    482 IMAGE_PATH             = 
     482IMAGE_PATH             =
    483483
    484484# The INPUT_FILTER tag can be used to specify a program that doxygen should
     
    930930# the preprocessor.
    931931
    932 #INCLUDE_PATH           = 
     932#INCLUDE_PATH           =
    933933
    934934# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
  • trunk/src/VBox/Runtime/errmsg.sed

    r1 r2988  
    11# $Id$
    22## @file
    3 # InnoTek Portable Runtime - SED script for converting */err.h.
     3# innotek Portable Runtime - SED script for converting */err.h.
    44#
    55
    6 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     6# Copyright (C) 2006-2007 innotek GmbH
    77#
    88# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/errmsgcom.sed

    r1 r2988  
    11# $Id$
    22## @file
    3 # InnoTek Portable Runtime - SED script for converting COM errors
     3# innotek Portable Runtime - SED script for converting COM errors
    44#
    55
    6 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     6# Copyright (C) 2006-2007 innotek GmbH
    77#
    88# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/errmsgxpcom.sed

    r1 r2988  
    11# $Id$
    22## @file
    3 # InnoTek Portable Runtime - SED script for converting XPCOM errors
     3# innotek Portable Runtime - SED script for converting XPCOM errors
    44#
    55
    66#
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     7# Copyright (C) 2006-2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/ceill.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT ceill - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT ceill - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/cosl.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT cosl - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT cosl - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/fabs.asm

    r4 r2988  
    11; $Id: $
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT fabs - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT fabs - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/fabsf.asm

    r4 r2988  
    11; $Id: $
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT fabsf - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT fabsf - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/fabsl.asm

    r4 r2988  
    11; $Id: $
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT fabsl - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT fabsl - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/floor.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT floor - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT floor - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/floorf.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT floorf - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT floorf - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/floorl.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT floorl - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT floorl - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/ldexpl.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT ldexpl - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT ldexpl - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/llrint.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT llrint - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT llrint - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/llrintf.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT llrintf - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT llrintf - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/llrintl.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT llrintl - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT llrintl - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/logl.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT logl - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT logl - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/lrint.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT lrint - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT lrint - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/lrintf.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT lrintf - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT lrintf - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/lrintl.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT lrintl - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT lrintl - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/remainder.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT remainder - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT remainder - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/remainderf.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT remainderf - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT remainderf - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/remainderl.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT remainderl - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT remainderl - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/sinl.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT sinl - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT sinl - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/tanl.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT tanl - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT tanl - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/trunc.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT trunc - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT trunc - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/truncf.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT truncf - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT truncf - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/math/truncl.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT truncl - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT truncl - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/misc/setjmp.asm

    r1 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT setjmp & longjmp - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT setjmp & longjmp - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/os2/sys0.asm

    r7 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - crt0/dll0 replacement stub for OS/2 R0/GC modules.
     2; innotek Portable Runtime - crt0/dll0 replacement stub for OS/2 R0/GC modules.
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r0drv/os2/RTAssertDoBreakpoint-r0drv-os2.asm

    r1191 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - DevHelp_GetDOSVar, Ring-0 Driver, OS/2.
     3; innotek Portable Runtime - DevHelp_GetDOSVar, Ring-0 Driver, OS/2.
    44;
    55
  • trunk/src/VBox/Runtime/r0drv/os2/RTR0Os2DHQueryDOSVar.asm

    r1191 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - DevHelp_GetDOSVar, Ring-0 Driver, OS/2.
     3; innotek Portable Runtime - DevHelp_GetDOSVar, Ring-0 Driver, OS/2.
    44;
    55
  • trunk/src/VBox/Runtime/r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm

    r1191 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2.
     3; innotek Portable Runtime - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2.
    44;
    55
  • trunk/src/VBox/Runtime/r0drv/os2/assertA-r0drv-os2.asm

    r1191 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - DevHelp_GetDOSVar, Ring-0 Driver, OS/2.
     3; innotek Portable Runtime - DevHelp_GetDOSVar, Ring-0 Driver, OS/2.
    44;
    55
  • trunk/src/VBox/Runtime/r0drv/os2/timerA-r0drv-os2.asm

    r1191 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2.
     3; innotek Portable Runtime - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2.
    44;
    55
  • trunk/src/VBox/Runtime/r3/win64/VBoxRT-win64.def

    r1933 r2988  
    33;
    44
    5 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     5; Copyright (C) 2006-2007 innotek GmbH
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/string/memchr.asm

    r1176 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT memchr - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT memchr - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/string/memcmp.asm

    r1176 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT memcmp - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT memcmp - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/string/memcpy.asm

    r1176 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT memcpy - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT memcpy - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/string/mempcpy.asm

    r1176 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT mempcpy - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT mempcpy - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/string/memset.asm

    r1176 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT memset - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT memset - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/string/strchr.asm

    r1176 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT strchr - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT strchr - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/string/strcmp.asm

    r1176 r2988  
    11; $Id$
    22;; @file
    3 ; InnoTek Portable Runtime - No-CRT strcmp - AMD64 & X86.
     3; innotek Portable Runtime - No-CRT strcmp - AMD64 & X86.
    44;
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstLdr-4Imp-os2.def

    r1191 r2988  
    33
    44;
    5 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     5; Copyright (C) 2006-2007 innotek GmbH
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstLdr-4Imp-win.def

    r1195 r2988  
    33
    44;
    5 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     5; Copyright (C) 2006-2007 innotek GmbH
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMAtomicBitClear.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMAtomicBitClear().
     2; innotek Portable Runtime - ASMAtomicBitClear().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMAtomicBitTestAndToggle.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMAtomicBitTestAndToggle().
     2; innotek Portable Runtime - ASMAtomicBitTestAndToggle().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMAtomicBitToggle.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMAtomicBitToggle().
     2; innotek Portable Runtime - ASMAtomicBitToggle().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMAtomicReadU64.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMAtomicReadU64().
     2; innotek Portable Runtime - ASMAtomicReadU64().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMAtomicXchgU16.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMAtomicXchgU16().
     2; innotek Portable Runtime - ASMAtomicXchgU16().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMAtomicXchgU8.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMAtomicXchgU8().
     2; innotek Portable Runtime - ASMAtomicXchgU8().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMBitFirstClear.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMBitFirstClear().
     2; innotek Portable Runtime - ASMBitFirstClear().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMBitFirstSet.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMBitFirstSet().
     2; innotek Portable Runtime - ASMBitFirstSet().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetCS.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetCS().
     2; innotek Portable Runtime - ASMGetCS().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetDR0.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetDR0().
     2; innotek Portable Runtime - ASMGetDR0().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetDR1.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetDR1().
     2; innotek Portable Runtime - ASMGetDR1().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetDR2.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetDR2().
     2; innotek Portable Runtime - ASMGetDR2().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetDR3.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetDR3().
     2; innotek Portable Runtime - ASMGetDR3().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetDR6.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetDR6().
     2; innotek Portable Runtime - ASMGetDR6().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetDR7.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetDR7().
     2; innotek Portable Runtime - ASMGetDR7().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetDS.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetDS().
     2; innotek Portable Runtime - ASMGetDS().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetES.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetES().
     2; innotek Portable Runtime - ASMGetES().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetFS.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetFS().
     2; innotek Portable Runtime - ASMGetFS().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetFlags.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetFlags().
     2; innotek Portable Runtime - ASMGetFlags().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetGDTR.asm

    r683 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetGDTR().
     2; innotek Portable Runtime - ASMGetGDTR().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetGS.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetGS().
     2; innotek Portable Runtime - ASMGetGS().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetIDTR.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetIDTR().
     2; innotek Portable Runtime - ASMGetIDTR().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetSS.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetSS().
     2; innotek Portable Runtime - ASMGetSS().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMGetTR.asm

    r683 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMGetTR().
     2; innotek Portable Runtime - ASMGetTR().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMMultU64ByU32DivByU32.asm

    r1888 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMMultU64ByU32DivByU32().
     2; innotek Portable Runtime - ASMMultU64ByU32DivByU32().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMProbeReadByte.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMProbeReadByte().
     2; innotek Portable Runtime - ASMProbeReadByte().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/win64/ASMSetFlags.asm

    r1 r2988  
    11;; @file
    2 ; InnoTek Portable Runtime - ASMSetFlags().
     2; innotek Portable Runtime - ASMSetFlags().
    33;
    44
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/CPUMInternal.mac

    r1814 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/PATM/PATMA.asm

    r2088 r2988  
    44;
    55
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/PATM/PATMA.mac

    r1437 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/TRPMInternal.mac

    r2124 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMAll/CPUMAllA.asm

    r112 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMAll/EMAllA.asm

    r1991 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMGC/CPUMGCA.asm

    r1814 r2988  
    44; CPUM - Guest Context Assembly Routines.
    55
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMGC/EMGCA.asm

    r2041 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMGC/MMRamGCA.asm

    r19 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm

    r2124 r2988  
    44;
    55
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMGC/VMMGC.def

    r948 r2988  
    33
    44;
    5 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     5; Copyright (C) 2006-2007 innotek GmbH
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMGC/VMMGC.mac

    r1644 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMGC/VMMGC0.asm

    r19 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMGC/VMMGC99.asm

    r19 r2988  
    44;
    55
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMGC/VMMGCA.asm

    r988 r2988  
    44;
    55
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMGC/VMMGCBuiltin.def

    r1 r2988  
    33; VMM Guest Context Builtin DLL - Definition file for generating import library.
    44
    5 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     5; Copyright (C) 2006-2007 innotek GmbH
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMInternal.mac

    r2297 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm

    r2803 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm

    r1570 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMR0/VMMR0.def

    r948 r2988  
    33
    44;
    5 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     5; Copyright (C) 2006-2007 innotek GmbH
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMR0/VMMR0A.asm

    r2822 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm

    r19 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm

    r19 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm

    r1645 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm

    r19 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm

    r19 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac

    r956 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac

    r1283 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/testcase/mkdsk.sh

    r1 r2988  
    11#!/bin/sh
    22#
    3 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     3# Copyright (C) 2006-2007 innotek GmbH
    44#
    55# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm

    r1525 r2988  
    88
    99;
    10 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     10; Copyright (C) 2006-2007 innotek GmbH
    1111;
    1212; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/testcase/tstMicro.mac

    r19 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/testcase/tstMicroGC.def

    r1 r2988  
    33; VMM Guest Context Micro Benchmark - Definition file.
    44
    5 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     5; Copyright (C) 2006-2007 innotek GmbH
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/testcase/tstMicroGCA.asm

    r19 r2988  
    55
    66;
    7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     7; Copyright (C) 2006-2007 innotek GmbH
    88;
    99; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_vbox.cfg

    r589 r2988  
    2121 *
    2222 * Contributor(s):
    23  *  InnoTek
     23 *  innotek
    2424 *
    2525 * Alternatively, the contents of this file may be used under the terms of
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2vaclegacy.s

    r1 r2988  
    11/ -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
    2 / 
     2/
    33/ The contents of this file are subject to the Mozilla Public
    44/ License Version 1.1 (the "License"); you may not use this file
    55/ except in compliance with the License. You may obtain a copy of
    66/ the License at http://www.mozilla.org/MPL/
    7 / 
     7/
    88/ Software distributed under the License is distributed on an "AS
    99/ IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
    1010/ implied. See the License for the specific language governing
    1111/ rights and limitations under the License.
    12 / 
     12/
    1313/ The Original Code is the Netscape Portable Runtime (NSPR).
    14 /
    15 / The Initial Developer of the Original Code is InnoTek
    16 / Systemberatung GmbH.
     14/
     15/ The Initial Developer of the Original Code is innotek.
    1716/ Portions created by the Initial Developer are Copyright (C) 2003
    1817/ the Initial Developer. All Rights Reserved.
    19 / 
     18/
    2019/ Contributor(s):
    21 /    InnoTek Systemberatung GmbH / Knut St. Osmundsen
    22 / 
     20/    innotek GmbH / Knut St. Osmundsen
     21/
    2322/ Alternatively, the contents of this file may be used under the
    2423/ terms of the GNU General Public License Version 2 or later (the
    25 / "GPL"), in which case the provisions of the GPL are applicable 
    26 / instead of those above.  If you wish to allow use of your 
     24/ "GPL"), in which case the provisions of the GPL are applicable
     25/ instead of those above.  If you wish to allow use of your
    2726/ version of this file only under the terms of the GPL and not to
    2827/ allow others to use your version of this file under the MPL,
     
    3231/ may use your version of this file under either the MPL or the
    3332/ GPL.
    34 / 
     33/
    3534
    3635    .text
     
    4342    .globl PR_EnterMonitor
    4443PR_EnterMonitor:
    45     mov     %eax,  4(%esp) 
     44    mov     %eax,  4(%esp)
    4645    jmp _PR_EnterMonitor
    4746
    4847    .align 4
    49     .globl PR_ExitMonitor 
     48    .globl PR_ExitMonitor
    5049PR_ExitMonitor:
    51     mov     %eax,  4(%esp) 
    52     jmp _PR_ExitMonitor 
     50    mov     %eax,  4(%esp)
     51    jmp _PR_ExitMonitor
    5352
    5453
    55    
     54
    5655    .align 4
    5756    .globl PR_AttachThread
    5857PR_AttachThread:
    59     mov     %eax,  4(%esp) 
    60     mov     %edx,  8(%esp) 
     58    mov     %eax,  4(%esp)
     59    mov     %edx,  8(%esp)
    6160    mov     %ecx, 12(%esp)
    6261    jmp _PR_AttachThread
    63    
     62
    6463    .align 4
    6564    .globl PR_DetachThread
    6665PR_DetachThread:
    6766    jmp _PR_DetachThread
    68    
     67
    6968    .align 4
    7069    .globl PR_GetCurrentThread
  • trunk/src/recompiler/InnoTek/deftoimp.sed

    r2466 r2988  
    66#
    77#
    8 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     8# Copyright (C) 2006-2007 innotek GmbH
    99#
    1010# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/recompiler/InnoTek/op-darwin.sed

    r2429 r2988  
    77
    88#
    9 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     9# Copyright (C) 2006-2007 innotek GmbH
    1010#
    1111# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/recompiler/VBoxREM.def

    r2422 r2988  
    44; VBoxREM Definition File.
    55;
    6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH
     6; Copyright (C) 2006-2007 innotek GmbH
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/recompiler/VBoxREMWrapperA.asm

    r2422 r2988  
    44; VBoxREM Wrapper, Assembly routines and wrapper Templates.
    55;
    6 ; InnoTek Systemberatung GmbH confidential
    7 ;
    8 ; Copyright (c) 2006 InnoTek Systemberatung GmbH
     6; innotek GmbH confidential
     7;
     8; Copyright (C) 2006-2007 innotek GmbH
    99;
    1010; Author: knut st. osmundsen <[email protected]>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette