Changeset 32394 in vbox
- Timestamp:
- Sep 10, 2010 12:13:11 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65753
- Location:
- trunk
- Files:
-
- 83 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/.scm-settings ¶
r26562 r32394 11 11 12 12 # 13 # Copyright (C) 2010 Sun Microsystems, Inc.13 # Copyright (C) 2010 Oracle Corporation 14 14 # 15 15 # This file is part of VirtualBox Open Source Edition (OSE), as … … 20 20 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 21 21 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 22 #23 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa24 # Clara, CA 95054 USA or visit http://www.sun.com if you need25 # additional information or have any questions.26 22 # 27 23 -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/vrdpdd.rc ¶
r32372 r32394 35 35 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 36 36 VALUE "FileDescription", "VirtualBox Display Mirror Driver\0" 37 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD " \0"37 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 38 38 VALUE "InternalName", "vrdpdd.dll\0" 39 39 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 40 40 VALUE "OriginalFilename", "vrdpdd.dll\0" 41 41 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 42 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD " \0"42 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 43 43 END 44 44 END -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.rc ¶
r32372 r32394 41 41 VALUE "OriginalFilename", "VBoxDisp.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.rc ¶
r32372 r32394 42 42 VALUE "OriginalFilename", "VBoxDispD3D64.dll\0" 43 43 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 44 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"44 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 45 45 #else 46 46 VALUE "CompanyName", VBOX_RC_COMPANY_NAME … … 51 51 VALUE "OriginalFilename", "VBoxDispD3D.dll\0" 52 52 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 53 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"53 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 54 54 #endif 55 55 END -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.rc ¶
r32372 r32394 35 35 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 36 36 VALUE "FileDescription", "VirtualBox Mirror Video Driver\0" 37 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD " \0"37 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 38 38 VALUE "InternalName", "VRdpvd\0" 39 39 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 40 40 VALUE "OriginalFilename", "VRdpvd.sys\0" 41 41 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 42 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD " \0"42 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 43 43 END 44 44 END -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.rc ¶
r32372 r32394 41 41 VALUE "OriginalFilename", "VBoxVideo.sys\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.rc ¶
r32372 r32394 40 40 VALUE "OriginalFilename", "VBoxVideoWddm.sys\0" 41 41 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 42 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"42 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 43 43 END 44 44 END -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d8.rc ¶
r32372 r32394 41 41 VALUE "OriginalFilename", "D3D8.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d9.rc ¶
r32372 r32394 41 41 VALUE "OriginalFilename", "D3D9.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/Installer/Loader/VBoxWindowsAdditions.rc ¶
r32372 r32394 42 42 VALUE "OriginalFilename", "VBoxWindowsAdditions.exe\0" 43 43 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 44 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"44 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 45 45 END 46 46 END -
TabularUnified trunk/src/VBox/Additions/WINNT/Installer/RegCleanup.rc ¶
r32372 r32394 41 41 VALUE "OriginalFilename", "VBoxRegCleanup.exe\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/Installer/VBCoInst.rc ¶
r32372 r32394 41 41 VALUE "OriginalFilename", "VBoxCoInst.exe\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.rc ¶
r32372 r32394 41 41 VALUE "OriginalFilename", "VBoxDrvInst.exe\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestDrvInst.rc ¶
r32372 r32394 41 41 VALUE "OriginalFilename", "VBoxGuestDrvInst.exe\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/Installer/VBoxWHQLFake.au3 ¶
r31634 r32394 4 4 ; Copyright (C) 2008-2010 Oracle Corporation 5 5 ; 6 ; Oracle Corporation confidential 7 ; All rights reserved 6 ; This file is part of VirtualBox Open Source Edition (OSE), as 7 ; available from http://www.virtualbox.org. This file is free software; 8 ; you can redistribute it and/or modify it under the terms of the GNU 9 ; General Public License (GPL) as published by the Free Software 10 ; Foundation, in version 2 as it comes in the "COPYING" file of the 11 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 12 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 13 ; 9 14 -
TabularUnified trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.rc ¶
r32372 r32394 41 41 VALUE "OriginalFilename", "VBoxMouse.sys\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/dll/vboxmrxp.rc ¶
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxMRXNP.DLL\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/VBoxSF.rc ¶
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxSF.sys\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProv.rc ¶
r32372 r32394 41 41 VALUE "OriginalFilename", "VBoxCredProv.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.rc ¶
r32372 r32394 41 41 VALUE "OriginalFilename", "VBoxGina.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.rc ¶
r32372 r32394 41 41 VALUE "OriginalFilename", "VBoxGuest.sys\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.rc ¶
r32372 r32394 41 41 VALUE "OriginalFilename", "VBoxHook.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.rc ¶
r32372 r32394 42 42 VALUE "OriginalFilename", "VBoxTray.exe\0" 43 43 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 44 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"44 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 45 45 END 46 46 END -
TabularUnified trunk/src/VBox/Additions/WINNT/i8042prt/i8042prt.rc ¶
r32372 r32394 41 41 VALUE "OriginalFilename", "VBoxMouseNT.sys\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.rc ¶
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxControl.exe\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest ¶
r31847 r32394 6 6 7 7 # 8 # Copyright (C) 2007-2010 Sun Microsystems, Inc.8 # Copyright (C) 2007-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 #18 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 # Clara, CA 95054 USA or visit http://www.sun.com if you need20 # additional information or have any questions.21 17 # 22 18 -
TabularUnified trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuest.rc ¶
r32375 r32394 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 G* you can redistribute it and/or modify it under the terms of the GNU 12 12 * General Public License (GPL) as published by the Free Software 13 13 * Foundation, in version 2 as it comes in the "COPYING" file of the … … 41 41 VALUE "OriginalFilename", "VBoxGuest.sys\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/common/VBoxService/VBoxService-win.rc ¶
r32375 r32394 42 42 VALUE "OriginalFilename", "VBoxService.exe\0" 43 43 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 44 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"44 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 45 45 END 46 46 END -
TabularUnified trunk/src/VBox/Additions/common/crOpenGL/DD_glc.py ¶
r18882 r32394 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 """ -
TabularUnified trunk/src/VBox/Additions/common/crOpenGL/DD_glh.py ¶
r18882 r32394 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 """ -
TabularUnified trunk/src/VBox/Additions/common/crOpenGL/VBoxCROGL.rc ¶
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxCROGL.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/common/crOpenGL/array/arrayspu.rc ¶
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxOGLarrayspu.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/common/crOpenGL/cr_gl.py ¶
r30457 r32394 5 5 6 6 /* 7 * Copyright (C) 2008 Sun Microsystems, Inc.7 * Copyright (C) 2008-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 """ -
TabularUnified trunk/src/VBox/Additions/common/crOpenGL/feedback/feedbackspu.rc ¶
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxOGLfeedbackpu.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/common/crOpenGL/pack/packspu.rc ¶
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxOGLpackspu.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu.rc ¶
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxOGLpassthroughspu.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/Additions/linux/installer/Makefile.test ¶
r31637 r32394 4 4 # (For 2.6.x this file must be 'Makefile'!) 5 5 # 6 # Copyright (C) 2006-20 07 Sun Microsystems, Inc.6 # Copyright (C) 2006-2010 Oracle Corporation 7 7 # 8 8 # Use only with permission -
TabularUnified trunk/src/VBox/Additions/linux/installer/Makefile.test.drm ¶
r26163 r32394 4 4 # (For 2.6.x this file must be 'Makefile'!) 5 5 # 6 # Copyright (C) 2006-20 07 Sun Microsystems, Inc.6 # Copyright (C) 2006-2010 Oracle Corporation 7 7 # 8 8 # -
TabularUnified trunk/src/VBox/Additions/linux/installer/deffiles ¶
r32388 r32394 6 6 # Copyright (C) 2009-2010 Sun Microsystems, Inc. 7 7 # 8 # Sun Microsystems, Inc. confidential 9 # All rights reserved 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 (GPL) as published by the Free Software 12 # Foundation, in version 2 as it comes in the "COPYING" file of the 13 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 10 15 # 11 16 -
TabularUnified trunk/src/VBox/Additions/linux/selinux-fedora/vbox_x11.te ¶
r8207 r32394 3 3 # selinux policy for Redhat/Fedora guests 4 4 5 # Copyright (C) 2006-20 07 Sun Microsystems, Inc.5 # Copyright (C) 2006-2010 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
TabularUnified trunk/src/VBox/Additions/solaris/DRM/include/drm.h ¶
r26493 r32394 59 59 60 60 /* 61 * Copyright 2009 Sun Microsystems, Inc. All rights reserved. 61 * Copyright 2009-2010 Oracle Corporation 62 * All rights reserved. 62 63 * Use is subject to license terms. 63 64 */ -
TabularUnified trunk/src/VBox/Additions/solaris/DRM/include/drmP.h ¶
r18057 r32394 34 34 35 35 /* 36 * Copyright 2009 Sun Microsystems, Inc. All rights reserved. 36 * Copyright 2009-2010 Oracle Corporation 37 * All rights reserved. 37 38 * Use is subject to license terms. 38 39 */ -
TabularUnified trunk/src/VBox/Additions/solaris/DRM/include/drm_atomic.h ¶
r18057 r32394 1 1 /* 2 * Copyright 2009 Sun Microsystems, Inc. All rights reserved. 2 * Copyright 2009-2010 Oracle Corpotation 3 * All rights reserved. 3 4 * Use is subject to license terms. 4 5 */ -
TabularUnified trunk/src/VBox/Additions/x11/Installer/98vboxadd-xclient ¶
r32388 r32394 3 3 # Start the Guest Additions X11 Client 4 4 # 5 # Copyright (C) 2007-2010 Sun Microsystems, Inc.5 # Copyright (C) 2007-2010 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 #15 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 # Clara, CA 95054 USA or visit http://www.sun.com if you need17 # additional information or have any questions.18 14 # 19 15 -
TabularUnified trunk/src/VBox/Additions/x11/Installer/linux_xorg_suse11.conf ¶
r22467 r32394 70 70 Option "Name" "VirtualBox Mouse Buttons" 71 71 Option "Protocol" "explorerps/2" 72 Option "Vendor" " Sun Microsystems Inc"72 Option "Vendor" "Oracle Corporation" 73 73 Option "ZAxisMapping" "4 5" 74 74 EndSection … … 80 80 Option "Device" "/dev/vboxguest" 81 81 Option "Name" "VirtualBox Mouse" 82 Option "Vendor" " Sun Microsystems Inc"82 Option "Vendor" "Oracle Corporation" 83 83 EndSection 84 84 … … 87 87 Identifier "Monitor[0]" 88 88 ModelName "VirtualBox Virtual Output" 89 VendorName " Sun Microsystems Inc"89 VendorName "Oracle Corporation" 90 90 EndSection 91 91 … … 105 105 Driver "vboxvideo" 106 106 Identifier "Device[0]" 107 VendorName " Sun Microsystems Inc"107 VendorName "Oracle Corporation" 108 108 EndSection 109 109 -
TabularUnified trunk/src/VBox/Additions/x11/Installer/x11config-new.pl ¶
r32388 r32394 117 117 Option "Name" "VirtualBox Mouse" 118 118 Option "Protocol" "explorerps/2" 119 Option "Vendor" " Sun Microsystems Inc"119 Option "Vendor" "Oracle Corporation" 120 120 Option "ZAxisMapping" "4 5" 121 121 Option "CorePointer" … … 142 142 Option "Name" "VirtualBox Mouse Buttons" 143 143 Option "Protocol" "explorerps/2" 144 Option "Vendor" " Sun Microsystems Inc"144 Option "Vendor" "Oracle Corporation" 145 145 Option "ZAxisMapping" "4 5" 146 146 Option "CorePointer" … … 152 152 Option "Device" "/dev/vboxguest" 153 153 Option "Name" "VirtualBox Mouse" 154 Option "Vendor" " Sun Microsystems Inc"154 Option "Vendor" "Oracle Corporation" 155 155 Option "SendCoreEvents" 156 156 EndSection … … 173 173 Identifier "Monitor[0]" 174 174 ModelName "VirtualBox Virtual Output" 175 VendorName " Sun Microsystems Inc"175 VendorName "Oracle Corporation" 176 176 EndSection 177 177 … … 180 180 Driver "vboxvideo" 181 181 Identifier "Device[0]" 182 VendorName " Sun Microsystems Inc"182 VendorName "Oracle Corporation" 183 183 EndSection 184 184 -
TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxMisc/efi-app/Readme.txt ¶
r26441 r32394 5 5 6 6 # 7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.7 # Copyright (C) 2009-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # The contents of this file may alternatively be used under the terms18 # of the Common Development and Distribution License Version 1.019 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 # VirtualBox OSE distribution, in which case the provisions of the21 # CDDL are applicable instead of those of the GPL.22 #23 # You may elect to license modified versions of this file under the24 # terms and conditions of either the GPL or the CDDL or both.25 #26 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 # Clara, CA 95054 USA or visit http://www.sun.com if you need28 # additional information or have any questions.29 16 #/ 30 17 Here could be some help how to manage files on efi-app ISO -
TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxOSELogo/VBoxOSELogo.inf ¶
r28800 r32394 6 6 7 7 # 8 # Copyright (C) 2009.2010 Sun Microsystems, Inc. 9 # 10 # Copyright (C) Oracle Corporation 8 # Copyright (C) 2009-2010 Oracle Corporation 11 9 # 12 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.dec ¶
r26441 r32394 5 5 6 6 # 7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.7 # Copyright (C) 2009-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # The contents of this file may alternatively be used under the terms18 # of the Common Development and Distribution License Version 1.019 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 # VirtualBox OSE distribution, in which case the provisions of the21 # CDDL are applicable instead of those of the GPL.22 #23 # You may elect to license modified versions of this file under the24 # terms and conditions of either the GPL or the CDDL or both.25 #26 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 # Clara, CA 95054 USA or visit http://www.sun.com if you need28 # additional information or have any questions.29 16 #/ 30 17 -
TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.dsc ¶
r30098 r32394 5 5 6 6 # 7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.7 # Copyright (C) 2009-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # The contents of this file may alternatively be used under the terms18 # of the Common Development and Distribution License Version 1.019 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 # VirtualBox OSE distribution, in which case the provisions of the21 # CDDL are applicable instead of those of the GPL.22 #23 # You may elect to license modified versions of this file under the24 # terms and conditions of either the GPL or the CDDL or both.25 #26 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 # Clara, CA 95054 USA or visit http://www.sun.com if you need28 # additional information or have any questions.29 16 #/ 30 17 -
TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.fdf ¶
r27353 r32394 6 6 7 7 # 8 # Copyright (C) 2009-2010 Sun Microsystems, Inc.8 # Copyright (C) 2009-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 #18 # The contents of this file may alternatively be used under the terms19 # of the Common Development and Distribution License Version 1.020 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the21 # VirtualBox OSE distribution, in which case the provisions of the22 # CDDL are applicable instead of those of the GPL.23 #24 # You may elect to license modified versions of this file under the25 # terms and conditions of either the GPL or the CDDL or both.26 #27 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa28 # Clara, CA 95054 USA or visit http://www.sun.com if you need29 # additional information or have any questions.30 17 # 31 18 -
TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSE.dsc ¶
r29123 r32394 5 5 6 6 # 7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.7 # Copyright (C) 2009-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # The contents of this file may alternatively be used under the terms18 # of the Common Development and Distribution License Version 1.019 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 # VirtualBox OSE distribution, in which case the provisions of the21 # CDDL are applicable instead of those of the GPL.22 #23 # You may elect to license modified versions of this file under the24 # terms and conditions of either the GPL or the CDDL or both.25 #26 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 # Clara, CA 95054 USA or visit http://www.sun.com if you need28 # additional information or have any questions.29 16 #/ 30 17 -
TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSE.fdf ¶
r29123 r32394 6 6 7 7 # 8 # Copyright (C) 2009-2010 Sun Microsystems, Inc.8 # Copyright (C) 2009-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 21 21 # VirtualBox OSE distribution, in which case the provisions of the 22 22 # CDDL are applicable instead of those of the GPL. 23 #24 # You may elect to license modified versions of this file under the25 # terms and conditions of either the GPL or the CDDL or both.26 #27 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa28 # Clara, CA 95054 USA or visit http://www.sun.com if you need29 # additional information or have any questions.30 23 # 31 24 -
TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSEX64.dsc ¶
r29132 r32394 11 11 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 12 12 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 #14 # The contents of this file may alternatively be used under the terms15 # of the Common Development and Distribution License Version 1.016 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the17 # VirtualBox OSE distribution, in which case the provisions of the18 # CDDL are applicable instead of those of the GPL.19 #20 # You may elect to license modified versions of this file under the21 # terms and conditions of either the GPL or the CDDL or both.22 #23 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa24 # Clara, CA 95054 USA or visit http://www.sun.com if you need25 # additional information or have any questions.26 13 #/ 27 14 -
TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgX64.dsc ¶
r26451 r32394 2 2 3 3 # 4 # Copyright (C) 2009-2010 Sun Microsystems, Inc.4 # Copyright (C) 2009-2010 Oracle Corporation 5 5 # 6 6 # This file is part of VirtualBox Open Source Edition (OSE), as … … 11 11 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 12 12 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 #14 # The contents of this file may alternatively be used under the terms15 # of the Common Development and Distribution License Version 1.016 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the17 # VirtualBox OSE distribution, in which case the provisions of the18 # CDDL are applicable instead of those of the GPL.19 #20 # You may elect to license modified versions of this file under the21 # terms and conditions of either the GPL or the CDDL or both.22 #23 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa24 # Clara, CA 95054 USA or visit http://www.sun.com if you need25 # additional information or have any questions.26 13 #/ 27 14 -
TabularUnified trunk/src/VBox/Devices/VBoxDD-dtrace.d ¶
r31886 r32394 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
TabularUnified trunk/src/VBox/Frontends/VBoxShell/vboxinfo.vb ¶
r21569 r32394 1 1 ' 2 ' Copyright (C) 2009 Sun Microsystems, Inc.2 ' Copyright (C) 2009-2010 Oracle Corporation 3 3 ' 4 4 ' This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 ' VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 ' hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 '12 ' Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa13 ' Clara, CA 95054 USA or visit http://www.sun.com if you need14 ' additional information or have any questions.15 11 ' 16 12 Imports System -
TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/win/VirtualBox.rc ¶
r32375 r32394 38 38 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 39 39 VALUE "FileDescription", "VirtualBox GUI\0" 40 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". r" VBOX_SVN_REV "\0"40 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 41 41 VALUE "InternalName", "VirtualBox.exe\0" 42 42 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT -
TabularUnified trunk/src/VBox/GuestHost/OpenGL/error/errorspu.rc ¶
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxOGLerrorspu.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/GuestHost/OpenGL/util/util.rc ¶
r32375 r32394 41 41 VALUE "OriginalFilename", "VBoxOGLcrutil.dll\0" 42 42 VALUE "ProductName", VBOX_PRODUCT " Guest Additions\0" 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 44 44 END 45 45 END -
TabularUnified trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.rc ¶
r32375 r32394 45 45 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 46 46 VALUE "FileDescription", "VirtualBox Support Driver\0" 47 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". r" VBOX_SVN_REV "\0"47 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 48 48 VALUE "InternalName", "VBoxDrv.sys\0" 49 49 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT -
TabularUnified trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.rc ¶
r32375 r32394 44 44 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 45 45 VALUE "FileDescription", DESCRIPTION_STR 46 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". r" VBOX_SVN_REV "\0"46 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 47 47 VALUE "InternalName", FILENAME_STR 48 48 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT -
TabularUnified trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.rc ¶
r32375 r32394 46 46 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 47 47 VALUE "FileDescription", "VirtualBox Bridged Networking Driver Notify Object\0" 48 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". r" VBOX_SVN_REV "\0"48 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 49 49 VALUE "InternalName", "VBoxNetFltNotify.dll\0" 50 50 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT -
TabularUnified trunk/src/VBox/HostDrivers/VBoxUSB/win/Device/vboxusb.rc ¶
r32375 r32394 36 36 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 37 37 VALUE "FileDescription", "VirtualBox USB Driver\0" 38 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". r" VBOX_SVN_REV "\0"38 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 39 39 VALUE "InternalName", "VBoxUSB.sys\0" 40 40 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT -
TabularUnified trunk/src/VBox/HostDrivers/VBoxUSB/win/Filter/USBFilter.rc ¶
r32375 r32394 36 36 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 37 37 VALUE "FileDescription", "VirtualBox USB Filter Driver\0" 38 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". r" VBOX_SVN_REV "\0"38 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 39 39 VALUE "InternalName", "VBoxUSBFlt.sys\0" 40 40 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT -
TabularUnified trunk/src/VBox/HostDrivers/VBoxUSB/win/Monitor/USBMon.rc ¶
r32375 r32394 36 36 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 37 37 VALUE "FileDescription", "VirtualBox USB Monitor Driver\0" 38 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". r" VBOX_SVN_REV "\0"38 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 39 39 VALUE "InternalName", "VBoxUSBMon.sys\0" 40 40 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT -
TabularUnified trunk/src/VBox/Installer/linux/deffiles ¶
r31638 r32394 7 7 # Copyright (C) 2007-2010 Oracle Corporation 8 8 # 9 # Oracle Corporation confidential 10 # All rights reserved 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 (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 16 # 12 17 -
TabularUnified trunk/src/VBox/Installer/win/Languages/de_DE.wxl ¶
r31861 r32394 5 5 Language Definition Include for VirtualBox WiX script. 6 6 7 Copyright (C) 2010 Sun Microsystems, Inc.7 Copyright (C) 2010 Oracle Corporation 8 8 9 9 All rights reserved. -
TabularUnified trunk/src/VBox/Installer/win/Languages/en_US.wxl ¶
r31861 r32394 5 5 Language Definition Include for VirtualBox WiX script. 6 6 7 Copyright (C) 2010 Sun Microsystems, Inc.7 Copyright (C) 2010 Oracle Corporation 8 8 9 9 All rights reserved. -
TabularUnified trunk/src/VBox/Installer/win/Languages/fr_FR.wxl ¶
r31861 r32394 5 5 Language Definition Include for VirtualBox WiX script. 6 6 7 Copyright (C) 2010 Sun Microsystems, Inc.7 Copyright (C) 2010 Oracle Corporation 8 8 9 9 All rights reserved. -
TabularUnified trunk/src/VBox/Installer/win/Stub/VBoxStub.rc ¶
r32375 r32394 42 42 VALUE "OriginalFilename", "VirtualBox.exe\0" 43 43 VALUE "ProductName", VBOX_PRODUCT "\0" 44 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". " VBOX_SVN_REV "\0"44 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 45 45 END 46 46 END -
TabularUnified trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c ¶
r30633 r32394 5 5 6 6 /* 7 * Copyright (C) 2008-2010 Sun Microsystems, Inc.7 * Copyright (C) 2008-2010 Oracle Corporation 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
TabularUnified trunk/src/VBox/Main/glue/constants-python.xsl ¶
r28800 r32394 27 27 28 28 <xsl:template match="/"> 29 <xsl:text># Copyright (C) 2009 Sun Microsystems, Inc.29 <xsl:text># Copyright (C) Oracle Corporation 30 30 # 31 31 # This file is part of VirtualBox Open Source Edition (OSE), as … … 36 36 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 37 37 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 38 #39 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa40 # Clara, CA 95054 USA or visit http://www.sun.com if you need41 # additional information or have any questions.42 38 # 43 39 # This file is autogenerated from VirtualBox.xidl, DO NOT EDIT! -
TabularUnified trunk/src/VBox/Main/idl/VirtualBox.dtd ¶
r27854 r32394 6 6 XIDL syntax. 7 7 8 Copyright (C) 2008-2010 Sun Microsystems, Inc.8 Copyright (C) 2008-2010 Oracle Corporation 9 9 10 10 This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 18 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa19 Clara, CA 95054 USA or visit http://www.sun.com if you need20 additional information or have any questions.21 17 --> 22 18 <!DOCTYPE idl [ -
TabularUnified trunk/src/VBox/Main/webservice/samples/java/axis/clienttest.java ¶
r24911 r32394 7 7 * SDK reference for details. 8 8 * 9 * Copyright (C) 2008-20 09 Sun Microsystems, Inc.9 * Copyright (C) 2008-2010 Oracle Corporation 10 10 * 11 11 * The following license applies to this file only: -
TabularUnified trunk/src/VBox/Main/webservice/samples/java/jax-ws/clienttest.java ¶
r31008 r32394 6 6 * SDK reference for details. 7 7 * 8 * Copyright (C) 2008-20 09 Sun Microsystems, Inc.8 * Copyright (C) 2008-2010 Oracle Corporation 9 9 * 10 10 * The following license applies to this file only: -
TabularUnified trunk/src/VBox/Main/webservice/samples/java/jax-ws/metrictest.java ¶
r30461 r32394 5 5 * with 'vboxwebsrv -t 1000' command, to calm down watchdog thread. 6 6 * 7 * Copyright (C) 2008-20 09 Sun Microsystems, Inc.7 * Copyright (C) 2008-2010 Oracle Corporation 8 8 * 9 9 * The following license applies to this file only: -
TabularUnified trunk/src/VBox/Main/webservice/samples/perl/clienttest.pl ¶
r20928 r32394 6 6 # programming reference (SDKRef.pdf) for how to use this sample. 7 7 # 8 # Copyright (C) 2008-20 09 Sun Microsystems, Inc.8 # Copyright (C) 2008-2010 Oracle Corporation 9 9 # 10 10 # The following license applies to this file only: -
TabularUnified trunk/src/VBox/Main/webservice/samples/php/clienttest.php ¶
r24939 r32394 7 7 * SDK reference for details. 8 8 * 9 * Copyright (C) 2009 Sun Microsystems, Inc.9 * Copyright (C) 2009-2010 Oracle Corporation 10 10 * Contributed by James Lucas (mjlucas at eng.uts.edu.au). 11 11 * -
TabularUnified trunk/src/VBox/Main/win/VBoxC.rc ¶
r32375 r32394 40 40 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 41 41 VALUE "FileDescription", "VirtualBox Interface\0" 42 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". r" VBOX_SVN_REV "\0"42 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 43 43 VALUE "InternalName", "VBoxC.dll\0" 44 44 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT -
TabularUnified trunk/src/VBox/Main/win/VBoxSVC.rc ¶
r32375 r32394 40 40 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 41 41 VALUE "FileDescription", "VirtualBox Interface\0" 42 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ". r" VBOX_SVN_REV "\0"42 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 43 43 VALUE "InternalName", "VBoxSVC.exe\0" 44 44 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT -
TabularUnified trunk/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd ¶
r28800 r32394 4 4 * :folding=explicit:collapseFolds=1: 5 5 * 6 * SunVirtualBox Settings Schema Version 1.0-freebsd6 * Oracle VirtualBox Settings Schema Version 1.0-freebsd 7 7 8 8 Copyright (C) 2004-2009 Oracle Corporation -
TabularUnified trunk/src/VBox/Runtime/.scm-settings ¶
r26483 r32394 5 5 6 6 # 7 # Copyright (C) 2010 Sun Microsystems, Inc.7 # Copyright (C) 2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17
Note:
See TracChangeset
for help on using the changeset viewer.