VirtualBox

Changeset 4071 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Aug 7, 2007 5:07:59 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23517
Message:

Biggest check-in ever. New source code headers for all (C) innotek files.

Location:
trunk/src/VBox/VMM/testcase
Files:
23 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/Makefile.kmk

    r3152 r4071  
    55
    66#
    7 # Copyright (C) 2006-2007 innotek GmbH
    8 #
    9 # This file is part of VirtualBox Open Source Edition (OSE), as
    10 # available from http://www.virtualbox.org. This file is free software;
    11 # you can redistribute it and/or modify it under the terms of the GNU
    12 # General Public License as published by the Free Software Foundation,
    13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
    14 # distribution. VirtualBox OSE is distributed in the hope that it will
    15 # be useful, but WITHOUT ANY WARRANTY of any kind.
    16 #
    17 # If you received this file as part of a commercial VirtualBox
    18 # distribution, then only the terms of your commercial VirtualBox
    19 # license agreement apply instead of the previous paragraph.
    20 #
     7#  Copyright (C) 2006-2007 innotek GmbH
     8#
     9#  This file is part of VirtualBox Open Source Edition (OSE), as
     10#  available from http://www.virtualbox.org. This file is free software;
     11#  you can redistribute it and/or modify it under the terms of the GNU
     12#  General Public License as published by the Free Software Foundation,
     13#  in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
     14#  distribution. VirtualBox OSE is distributed in the hope that it will
     15#  be useful, but WITHOUT ANY WARRANTY of any kind.
    2116
    2217DEPTH ?= ../../../..
  • trunk/src/VBox/VMM/testcase/mkdsk.sh

    r2988 r4071  
    11#!/bin/sh
    22#
    3 # Copyright (C) 2006-2007 innotek GmbH
    4 #
    5 # This file is part of VirtualBox Open Source Edition (OSE), as
    6 # available from http://www.virtualbox.org. This file is free software;
    7 # you can redistribute it and/or modify it under the terms of the GNU
    8 # General Public License as published by the Free Software Foundation,
    9 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
    10 # distribution. VirtualBox OSE is distributed in the hope that it will
    11 # be useful, but WITHOUT ANY WARRANTY of any kind.
    12 #
    13 # If you received this file as part of a commercial VirtualBox
    14 # distribution, then only the terms of your commercial VirtualBox
    15 # license agreement apply instead of the previous paragraph.
    16 #
     3#  Copyright (C) 2006-2007 innotek GmbH
     4#
     5#  This file is part of VirtualBox Open Source Edition (OSE), as
     6#  available from http://www.virtualbox.org. This file is free software;
     7#  you can redistribute it and/or modify it under the terms of the GNU
     8#  General Public License as published by the Free Software Foundation,
     9#  in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
     10#  distribution. VirtualBox OSE is distributed in the hope that it will
     11#  be useful, but WITHOUT ANY WARRANTY of any kind.
    1712
    1813if [ "x$3" == "x" ]; then
  • trunk/src/VBox/VMM/testcase/tstAnimate.cpp

    r2981 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    2016 */
    2117
  • trunk/src/VBox/VMM/testcase/tstAsmStructs.cpp

    r2981 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    2016 */
    2117
  • trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm

    r3696 r4071  
    88
    99;
    10 ; Copyright (C) 2006-2007 innotek GmbH
    11 ;
    12 ; This file is part of VirtualBox Open Source Edition (OSE), as
    13 ; available from http://www.virtualbox.org. This file is free software;
    14 ; you can redistribute it and/or modify it under the terms of the GNU
    15 ; General Public License as published by the Free Software Foundation,
    16 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
    17 ; distribution. VirtualBox OSE is distributed in the hope that it will
    18 ; be useful, but WITHOUT ANY WARRANTY of any kind.
    19 ;
    20 ; If you received this file as part of a commercial VirtualBox
    21 ; distribution, then only the terms of your commercial VirtualBox
    22 ; license agreement apply instead of the previous paragraph.
    23 ;
     10;  Copyright (C) 2006-2007 innotek GmbH
     11;
     12;  This file is part of VirtualBox Open Source Edition (OSE), as
     13;  available from http://www.virtualbox.org. This file is free software;
     14;  you can redistribute it and/or modify it under the terms of the GNU
     15;  General Public License as published by the Free Software Foundation,
     16;  in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
     17;  distribution. VirtualBox OSE is distributed in the hope that it will
     18;  be useful, but WITHOUT ANY WARRANTY of any kind.
    2419
    2520%ifdef RT_ARCH_AMD64
  • trunk/src/VBox/VMM/testcase/tstCFGM.cpp

    r2981 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    2016 */
    2117
  • trunk/src/VBox/VMM/testcase/tstCompiler.cpp

    r2981 r4071  
    1717 * distribution. VirtualBox OSE is distributed in the hope that it will
    1818 * be useful, but WITHOUT ANY WARRANTY of any kind.
    19  *
    20  * If you received this file as part of a commercial VirtualBox
    21  * distribution, then only the terms of your commercial VirtualBox
    22  * license agreement apply instead of the previous paragraph.
    2319 */
    2420
  • trunk/src/VBox/VMM/testcase/tstHelp.h

    r3723 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    2016 */
    2117
  • trunk/src/VBox/VMM/testcase/tstMMHyperHeap.cpp

    r2981 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    2016 */
    2117
  • trunk/src/VBox/VMM/testcase/tstMicro.cpp

    r2981 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    2016 */
    2117
  • trunk/src/VBox/VMM/testcase/tstMicro.h

    r3723 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    2016 */
    2117
  • trunk/src/VBox/VMM/testcase/tstMicro.mac

    r2988 r4071  
    55
    66;
    7 ; Copyright (C) 2006-2007 innotek GmbH
    8 ;
    9 ; This file is part of VirtualBox Open Source Edition (OSE), as
    10 ; available from http://www.virtualbox.org. This file is free software;
    11 ; you can redistribute it and/or modify it under the terms of the GNU
    12 ; General Public License as published by the Free Software Foundation,
    13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
    14 ; distribution. VirtualBox OSE is distributed in the hope that it will
    15 ; be useful, but WITHOUT ANY WARRANTY of any kind.
    16 ;
    17 ; If you received this file as part of a commercial VirtualBox
    18 ; distribution, then only the terms of your commercial VirtualBox
    19 ; license agreement apply instead of the previous paragraph.
    20 ;
     7;  Copyright (C) 2006-2007 innotek GmbH
     8;
     9;  This file is part of VirtualBox Open Source Edition (OSE), as
     10;  available from http://www.virtualbox.org. This file is free software;
     11;  you can redistribute it and/or modify it under the terms of the GNU
     12;  General Public License as published by the Free Software Foundation,
     13;  in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
     14;  distribution. VirtualBox OSE is distributed in the hope that it will
     15;  be useful, but WITHOUT ANY WARRANTY of any kind.
    2116
    2217%ifndef __tstMicro_mac__
  • trunk/src/VBox/VMM/testcase/tstMicroGC.cpp

    r2981 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    2016 */
    2117
  • trunk/src/VBox/VMM/testcase/tstMicroGC.def

    r2988 r4071  
    33; VMM Guest Context Micro Benchmark - Definition file.
    44
    5 ; Copyright (C) 2006-2007 innotek GmbH
    6 ;
    7 ; This file is part of VirtualBox Open Source Edition (OSE), as
    8 ; available from http://www.virtualbox.org. This file is free software;
    9 ; you can redistribute it and/or modify it under the terms of the GNU
    10 ; General Public License as published by the Free Software Foundation,
    11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
    12 ; distribution. VirtualBox OSE is distributed in the hope that it will
    13 ; be useful, but WITHOUT ANY WARRANTY of any kind.
    14 ;
    15 ; If you received this file as part of a commercial VirtualBox
    16 ; distribution, then only the terms of your commercial VirtualBox
    17 ; license agreement apply instead of the previous paragraph.
     5;  Copyright (C) 2006-2007 innotek GmbH
     6;
     7;  This file is part of VirtualBox Open Source Edition (OSE), as
     8;  available from http://www.virtualbox.org. This file is free software;
     9;  you can redistribute it and/or modify it under the terms of the GNU
     10;  General Public License as published by the Free Software Foundation,
     11;  in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
     12;  distribution. VirtualBox OSE is distributed in the hope that it will
     13;  be useful, but WITHOUT ANY WARRANTY of any kind.
    1814
    1915LIBRARY tstMicroGC.gc
  • trunk/src/VBox/VMM/testcase/tstMicroGCA.asm

    r2988 r4071  
    55
    66;
    7 ; Copyright (C) 2006-2007 innotek GmbH
    8 ;
    9 ; This file is part of VirtualBox Open Source Edition (OSE), as
    10 ; available from http://www.virtualbox.org. This file is free software;
    11 ; you can redistribute it and/or modify it under the terms of the GNU
    12 ; General Public License as published by the Free Software Foundation,
    13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
    14 ; distribution. VirtualBox OSE is distributed in the hope that it will
    15 ; be useful, but WITHOUT ANY WARRANTY of any kind.
    16 ;
    17 ; If you received this file as part of a commercial VirtualBox
    18 ; distribution, then only the terms of your commercial VirtualBox
    19 ; license agreement apply instead of the previous paragraph.
    20 ;
     7;  Copyright (C) 2006-2007 innotek GmbH
     8;
     9;  This file is part of VirtualBox Open Source Edition (OSE), as
     10;  available from http://www.virtualbox.org. This file is free software;
     11;  you can redistribute it and/or modify it under the terms of the GNU
     12;  General Public License as published by the Free Software Foundation,
     13;  in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
     14;  distribution. VirtualBox OSE is distributed in the hope that it will
     15;  be useful, but WITHOUT ANY WARRANTY of any kind.
    2116
    2217;*******************************************************************************
  • trunk/src/VBox/VMM/testcase/tstSSM.cpp

    r2981 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    2016 */
    2117
  • trunk/src/VBox/VMM/testcase/tstVMM-2.cpp

    r2981 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    2016 */
    2117
  • trunk/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp

    r2981 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    2016 */
    2117
  • trunk/src/VBox/VMM/testcase/tstVMM.cpp

    r2981 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    2016 */
    2117
  • trunk/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp

    r2981 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    2016 */
    2117
  • trunk/src/VBox/VMM/testcase/tstVMREQ.cpp

    r2981 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    2016 */
    2117
  • trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp

    r3857 r4071  
    1717 * distribution. VirtualBox OSE is distributed in the hope that it will
    1818 * be useful, but WITHOUT ANY WARRANTY of any kind.
    19  *
    20  * If you received this file as part of a commercial VirtualBox
    21  * distribution, then only the terms of your commercial VirtualBox
    22  * license agreement apply instead of the previous paragraph.
    2319 */
    2420
  • trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp

    r3852 r4071  
    1616 * distribution. VirtualBox OSE is distributed in the hope that it will
    1717 * be useful, but WITHOUT ANY WARRANTY of any kind.
    18  *
    19  * If you received this file as part of a commercial VirtualBox
    20  * distribution, then only the terms of your commercial VirtualBox
    21  * license agreement apply instead of the previous paragraph.
    2218 */
    2319
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