VirtualBox

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/Frontends/VirtualBox
Files:
85 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r4043 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# include qmake project file
  • trunk/src/VBox/Frontends/VirtualBox/VBoxGUI.pro

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

    r3170 r4071  
    77
    88#
    9 # Copyright (C) 2006-2007 innotek GmbH
    10 #
    11 # This file is part of VirtualBox Open Source Edition (OSE), as
    12 # available from http://www.virtualbox.org. This file is free software;
    13 # you can redistribute it and/or modify it under the terms of the GNU
    14 # General Public License as published by the Free Software Foundation,
    15 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
    16 # distribution. VirtualBox OSE is distributed in the hope that it will
    17 # 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.
    22 #
     9#  Copyright (C) 2006-2007 innotek GmbH
     10#
     11#  This file is part of VirtualBox Open Source Edition (OSE), as
     12#  available from http://www.virtualbox.org. This file is free software;
     13#  you can redistribute it and/or modify it under the terms of the GNU
     14#  General Public License as published by the Free Software Foundation,
     15#  in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
     16#  distribution. VirtualBox OSE is distributed in the hope that it will
     17#  be useful, but WITHOUT ANY WARRANTY of any kind.
    2318
    2419TEMPLATE        = app
  • trunk/src/VBox/Frontends/VirtualBox/include/CIShared.h

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

    r3390 r4071  
    1919 * distribution. VirtualBox OSE is distributed in the hope that it will
    2020 * be useful, but WITHOUT ANY WARRANTY of any kind.
    21  *
    22  * If you received this file as part of a commercial VirtualBox
    23  * distribution, then only the terms of your commercial VirtualBox
    24  * license agreement apply instead of the previous paragraph.
    2521 */
    2622
  • trunk/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl

    r2988 r4071  
    1111
    1212/*
    13  * Copyright (C) 2006-2007 innotek GmbH
    14  *
    15  * This file is part of VirtualBox Open Source Edition (OSE), as
    16  * available from http://www.virtualbox.org. This file is free software;
    17  * you can redistribute it and/or modify it under the terms of the GNU
    18  * General Public License as published by the Free Software Foundation,
    19  * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
    20  * distribution. VirtualBox OSE is distributed in the hope that it will
    21  * be useful, but WITHOUT ANY WARRANTY of any kind.
    22  *
    23  * If you received this file as part of a commercial VirtualBox
    24  * distribution, then only the terms of your commercial VirtualBox
    25  * license agreement apply instead of the previous paragraph.
     13     Copyright (C) 2006-2007 innotek GmbH
     14   
     15     This file is part of VirtualBox Open Source Edition (OSE), as
     16     available from http://www.virtualbox.org. This file is free software;
     17     you can redistribute it and/or modify it under the terms of the GNU
     18     General Public License as published by the Free Software Foundation,
     19     in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
     20     distribution. VirtualBox OSE is distributed in the hope that it will
     21     be useful, but WITHOUT ANY WARRANTY of any kind.
    2622 */
    2723-->
  • trunk/src/VBox/Frontends/VirtualBox/include/DarwinCursor.h

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

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

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

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

    r3943 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/include/QIRichLabel.h

    r3943 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/include/QIStateIndicator.h

    r3567 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/include/QIStatusBar.h

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

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

    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/Frontends/VirtualBox/include/VBoxConsoleView.h

    r3807 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h

    r4025 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h

    r3806 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxDownloaderWgt.h

    r4054 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h

    r3761 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h

    r3806 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobalSettings.h

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

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

    r4048 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxSelectorWnd.h

    r2996 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxToolBar.h

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    r3701 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.cpp

    r2981 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxAquaStyle.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/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.cpp

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

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

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

    r4047 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/src/win32/VirtualBox.rc

    r2988 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/Frontends/VirtualBox/ui/VBoxAboutDlg.ui.h

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

    r3448 r4071  
    77VBox GUI: Close VM Dialog UI (Qt Designer).
    88
    9 Copyright (C) 2006-2007 innotek GmbH
    10 
    11 All Rights Reserved
     9     Copyright (C) 2006-2007 innotek GmbH
     10   
     11     This file is part of VirtualBox Open Source Edition (OSE), as
     12     available from http://www.virtualbox.org. This file is free software;
     13     you can redistribute it and/or modify it under the terms of the GNU
     14     General Public License as published by the Free Software Foundation,
     15     in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
     16     distribution. VirtualBox OSE is distributed in the hope that it will
     17     be useful, but WITHOUT ANY WARRANTY of any kind.
    1218</comment>
    1319<widget class="QDialog">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui

    r3448 r4071  
    55:folding=explicit:collapseFolds=1:
    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.
     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.
    2016</comment>
    2117<widget class="QMainWindow">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h

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

    r3448 r4071  
    55:folding=explicit:collapseFolds=1:
    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.
     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.
    2016</comment>
    2117<widget class="QDialog">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h

    r3928 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui

    r2988 r4071  
    55:folding=explicit:collapseFolds=1:
    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</comment>
    2217<widget class="QWizard">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h

    r3144 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui

    r2988 r4071  
    66:folding=explicit:collapseFolds=1:
    77
    8 # Copyright (C) 2006-2007 innotek GmbH
    9 #
    10 # This file is part of VirtualBox Open Source Edition (OSE), as
    11 # available from http://www.virtualbox.org. This file is free software;
    12 # you can redistribute it and/or modify it under the terms of the GNU
    13 # General Public License as published by the Free Software Foundation,
    14 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
    15 # distribution. VirtualBox OSE is distributed in the hope that it will
    16 # be useful, but WITHOUT ANY WARRANTY of any kind.
    17 #
    18 # If you received this file as part of a commercial VirtualBox
    19 # distribution, then only the terms of your commercial VirtualBox
    20 # license agreement apply instead of the previous paragraph.
    21 
     8     Copyright (C) 2006-2007 innotek GmbH
     9   
     10     This file is part of VirtualBox Open Source Edition (OSE), as
     11     available from http://www.virtualbox.org. This file is free software;
     12     you can redistribute it and/or modify it under the terms of the GNU
     13     General Public License as published by the Free Software Foundation,
     14     in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
     15     distribution. VirtualBox OSE is distributed in the hope that it will
     16     be useful, but WITHOUT ANY WARRANTY of any kind.
    2217</comment>
    2318<widget class="QWizard">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h

    r3947 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui

    r4062 r4071  
    55:folding=explicit:collapseFolds=1:
    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.
     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.
    2016</comment>
    2117<widget class="QWidget">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h

    r4067 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui

    r3448 r4071  
    55:folding=explicit:collapseFolds=1:
    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.
     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.
    2016</comment>
    2117<widget class="QDialog">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui.h

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

    r4009 r4071  
    55:folding=explicit:collapseFolds=1:
    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.
     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.
    2016</comment>
    2117<widget class="QWidget">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h

    r4009 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui

    r3448 r4071  
    55:folding=explicit:collapseFolds=1:
    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.
     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.
    2016</comment>
    2117<widget class="QDialog">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui.h

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

    r2988 r4071  
    55:folding=explicit:collapseFolds=1:
    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.
     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.
    2016</comment>
    2117<widget class="QWidget">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui.h

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

    r3963 r4071  
    66:folding=explicit:collapseFolds=1:
    77
    8 # Copyright (C) 2007 innotek GmbH
    9 #
    10 # This file is part of VirtualBox Open Source Edition (OSE), as
    11 # available from http://www.virtualbox.org. This file is free software;
    12 # you can redistribute it and/or modify it under the terms of the GNU
    13 # General Public License as published by the Free Software Foundation,
    14 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
    15 # distribution. VirtualBox OSE is distributed in the hope that it will
    16 # be useful, but WITHOUT ANY WARRANTY of any kind.
    17 #
    18 # If you received this file as part of a commercial VirtualBox
    19 # distribution, then only the terms of your commercial VirtualBox
    20 # license agreement apply instead of the previous paragraph.
    21 
     8     Copyright (C) 2007 innotek GmbH
     9   
     10     This file is part of VirtualBox Open Source Edition (OSE), as
     11     available from http://www.virtualbox.org. This file is free software;
     12     you can redistribute it and/or modify it under the terms of the GNU
     13     General Public License as published by the Free Software Foundation,
     14     in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
     15     distribution. VirtualBox OSE is distributed in the hope that it will
     16     be useful, but WITHOUT ANY WARRANTY of any kind.
    2217</comment>
    2318<widget class="QWizard">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui.h

    r3963 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui

    r3926 r4071  
    55:folding=explicit:collapseFolds=1:
    66
    7 # Copyright (C) 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.
     7     Copyright (C) 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.
    2016</comment>
    2117<widget class="QMainWindow">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui.h

    r3933 r4071  
    1515 * distribution. VirtualBox OSE is distributed in the hope that it will
    1616 * be useful, but WITHOUT ANY WARRANTY of any kind.
    17  *
    18  * If you received this file as part of a commercial VirtualBox
    19  * distribution, then only the terms of your commercial VirtualBox
    20  * license agreement apply instead of the previous paragraph.
    2117 */
    2218
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui

    r3011 r4071  
    55:folding=explicit:collapseFolds=1:
    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.
     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.
    2016</comment>
    2117<widget class="QWidget">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h

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

    r3547 r4071  
    55:folding=explicit:collapseFolds=1:
    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.
     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.
    2016</comment>
    2117<widget class="QDialog">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h

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