VirtualBox

Changeset 2981 in vbox for trunk/src/VBox/Runtime/r3/win32


Ignore:
Timestamp:
Jun 1, 2007 4:01:28 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21700
Message:

InnoTek -> innotek: all the headers and comments.

Location:
trunk/src/VBox/Runtime/r3/win32
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win32/RTLogWriteDebugger-win32.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Log To Debugger, Win32.
     3 * innotek Portable Runtime - Log To Debugger, Win32.
    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/r3/win32/alloc-win32.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Memory Allocation, Win32.
     3 * innotek Portable Runtime - Memory Allocation, Win32.
    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/r3/win32/dir-win32.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Directory, win32.
     3 * innotek Portable Runtime - Directory, win32.
    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/r3/win32/dllmain-win32.cpp

    r1 r2981  
    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/r3/win32/fileio-win32.cpp

    r1581 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - File I/O, native implementation for the Windows host platform.
     3 * innotek Portable Runtime - File I/O, native implementation for the Windows host platform.
    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/r3/win32/fs-win32.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - File System, Win32.
     3 * innotek Portable Runtime - File System, Win32.
    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/r3/win32/ldrNative-win32.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Binary Image Loader, Win32 native.
     3 * innotek Portable Runtime - Binary Image Loader, Win32 native.
    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/r3/win32/path-win32.cpp

    r937 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Path manipulation.
     3 * innotek Portable Runtime - Path manipulation.
    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/r3/win32/process-win32.cpp

    r1441 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Process, Win32.
     3 * innotek Portable Runtime - Process, Win32.
    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/r3/win32/sched-win32.cpp

    r403 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Scheduling, Win32.
     3 * innotek Portable Runtime - Scheduling, Win32.
    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/r3/win32/sems-win32.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Semaphores, implementation for Windows host platform.
     3 * innotek Portable Runtime - Semaphores, implementation for Windows host platform.
    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/r3/win32/system-win32.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - System, Win32.
     3 * innotek Portable Runtime - System, Win32.
    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/r3/win32/thread-win32.cpp

    r1766 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Threads, Win32.
     3 * innotek Portable Runtime - Threads, Win32.
    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/r3/win32/time-win32.cpp

    r2629 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Time, win32.
     3 * innotek Portable Runtime - Time, win32.
    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/r3/win32/timer-win32.cpp

    r1807 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Timer.
     3 * innotek Portable Runtime - Timer.
    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/r3/win32/utf16locale-win32.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - UTF-16 Locale Specific Manipulation, Win32.
     3 * innotek Portable Runtime - UTF-16 Locale Specific Manipulation, Win32.
    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/r3/win32/utf8-win32.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - UTF8 helpers.
     3 * innotek Portable Runtime - UTF8 helpers.
    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/r3/win32/uuid-win32.cpp

    r204 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime UUID (unique identifiers) handling (win32 host).
     3 * innotek Portable Runtime UUID (unique identifiers) handling (win32 host).
    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
Note: See TracChangeset for help on using the changeset viewer.

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