Changeset 4071 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 7, 2007 5:07:59 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23517
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 85 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r4043 r4071 5 5 6 6 # 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. 21 16 22 17 # include qmake project file -
trunk/src/VBox/Frontends/VirtualBox/VBoxGUI.pro
r2988 r4071 4 4 # NOTE: This file is NOT intended to be opened by Qt Designer! 5 5 # 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. 20 15 21 16 TEMPLATE = app -
trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro
r3170 r4071 7 7 8 8 # 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. 23 18 24 19 TEMPLATE = app -
trunk/src/VBox/Frontends/VirtualBox/include/CIShared.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/COMDefs.h
r3390 r4071 19 19 * distribution. VirtualBox OSE is distributed in the hope that it will 20 20 * be useful, but WITHOUT ANY WARRANTY of any kind. 21 *22 * If you received this file as part of a commercial VirtualBox23 * distribution, then only the terms of your commercial VirtualBox24 * license agreement apply instead of the previous paragraph.25 21 */ 26 22 -
trunk/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl
r2988 r4071 11 11 12 12 /* 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. 26 22 */ 27 23 --> -
trunk/src/VBox/Frontends/VirtualBox/include/DarwinCursor.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/DarwinKeyboard.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/QIApplication.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h
r3943 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/QIRichLabel.h
r3943 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/QIStateIndicator.h
r3567 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/QIStatusBar.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/QIWidgetValidator.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxAquaStyle.h
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
r3807 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r4025 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h
r3806 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxDownloaderWgt.h
r4054 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h
r3761 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r3806 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobalSettings.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxMediaComboBox.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h
r4048 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxSelectorWnd.h
r2996 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxToolBar.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMListBox.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/include/XKeyboard.h
r3945 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/COMDefs.cpp
r3701 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/QIHotKeyEdit.cpp
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp
r4003 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/QIRichLabel.cpp
r3943 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/QIStateIndicator.cpp
r3567 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/QIStatusBar.cpp
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/QIWidgetValidator.cpp
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r3911 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r4046 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxDefs.cpp
r3832 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxDownloaderWgt.cpp
r4055 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBDDRAW.cpp
r3761 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp
r3807 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r3909 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp
r3602 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r4048 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp
r4064 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMListBox.cpp
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/darwin/DarwinCursor.cpp
r3701 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.cpp
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxAquaStyle.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.cpp
r2981 r4071 13 13 * distribution. VirtualBox OSE is distributed in the hope that it will 14 14 * be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * If you received this file as part of a commercial VirtualBox17 * distribution, then only the terms of your commercial VirtualBox18 * license agreement apply instead of the previous paragraph.19 15 */ 20 16 -
trunk/src/VBox/Frontends/VirtualBox/src/darwin/tstDarwinKeyboard.cpp
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/linux/XKeyboard.cpp
r3945 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r4047 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/src/win32/VirtualBox.rc
r2988 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxAboutDlg.ui.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxCloseVMDlg.ui
r3448 r4071 7 7 VBox GUI: Close VM Dialog UI (Qt Designer). 8 8 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. 12 18 </comment> 13 19 <widget class="QDialog"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui
r3448 r4071 5 5 :folding=explicit:collapseFolds=1: 6 6 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. 20 16 </comment> 21 17 <widget class="QMainWindow"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui
r3448 r4071 5 5 :folding=explicit:collapseFolds=1: 6 6 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. 20 16 </comment> 21 17 <widget class="QDialog"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h
r3928 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui
r2988 r4071 5 5 :folding=explicit:collapseFolds=1: 6 6 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. 21 16 </comment> 22 17 <widget class="QWizard"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h
r3144 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui
r2988 r4071 6 6 :folding=explicit:collapseFolds=1: 7 7 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. 22 17 </comment> 23 18 <widget class="QWizard"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h
r3947 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui
r4062 r4071 5 5 :folding=explicit:collapseFolds=1: 6 6 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. 20 16 </comment> 21 17 <widget class="QWidget"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h
r4067 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui
r3448 r4071 5 5 :folding=explicit:collapseFolds=1: 6 6 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. 20 16 </comment> 21 17 <widget class="QDialog"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui
r4009 r4071 5 5 :folding=explicit:collapseFolds=1: 6 6 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. 20 16 </comment> 21 17 <widget class="QWidget"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h
r4009 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui
r3448 r4071 5 5 :folding=explicit:collapseFolds=1: 6 6 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. 20 16 </comment> 21 17 <widget class="QDialog"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui
r2988 r4071 5 5 :folding=explicit:collapseFolds=1: 6 6 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. 20 16 </comment> 21 17 <widget class="QWidget"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui
r3963 r4071 6 6 :folding=explicit:collapseFolds=1: 7 7 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. 22 17 </comment> 23 18 <widget class="QWizard"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui.h
r3963 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui
r3926 r4071 5 5 :folding=explicit:collapseFolds=1: 6 6 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. 20 16 </comment> 21 17 <widget class="QMainWindow"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui.h
r3933 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui
r3011 r4071 5 5 :folding=explicit:collapseFolds=1: 6 6 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. 20 16 </comment> 21 17 <widget class="QWidget"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h
r2981 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
r3547 r4071 5 5 :folding=explicit:collapseFolds=1: 6 6 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. 20 16 </comment> 21 17 <widget class="QDialog"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h
r3829 r4071 15 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 17 *18 * If you received this file as part of a commercial VirtualBox19 * distribution, then only the terms of your commercial VirtualBox20 * license agreement apply instead of the previous paragraph.21 17 */ 22 18
Note:
See TracChangeset
for help on using the changeset viewer.