VirtualBox

Changeset 32394 in vbox


Ignore:
Timestamp:
Sep 10, 2010 12:13:11 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65753
Message:

more branding and header fixes

Location:
trunk
Files:
83 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/.scm-settings

    r26562 r32394  
    1111
    1212#
    13 # Copyright (C) 2010 Sun Microsystems, Inc.
     13# Copyright (C) 2010 Oracle Corporation
    1414#
    1515# This file is part of VirtualBox Open Source Edition (OSE), as
     
    2020# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    2121# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    22 #
    23 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    24 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    25 # additional information or have any questions.
    2622#
    2723
  • TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/vrdpdd.rc

    r32372 r32394  
    3535         VALUE "CompanyName",      VBOX_RC_COMPANY_NAME
    3636         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"
    3838         VALUE "InternalName",     "vrdpdd.dll\0"
    3939         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
    4040         VALUE "OriginalFilename", "vrdpdd.dll\0"
    4141         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"
    4343      END
    4444   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.rc

    r32372 r32394  
    4141         VALUE "OriginalFilename", "VBoxDisp.dll\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.rc

    r32372 r32394  
    4242         VALUE "OriginalFilename", "VBoxDispD3D64.dll\0"
    4343         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"
    4545#else
    4646         VALUE "CompanyName",      VBOX_RC_COMPANY_NAME
     
    5151         VALUE "OriginalFilename", "VBoxDispD3D.dll\0"
    5252         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"
    5454#endif
    5555      END
  • TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.rc

    r32372 r32394  
    3535         VALUE "CompanyName",      VBOX_RC_COMPANY_NAME
    3636         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"
    3838         VALUE "InternalName",     "VRdpvd\0"
    3939         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
    4040         VALUE "OriginalFilename", "VRdpvd.sys\0"
    4141         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"
    4343      END
    4444   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.rc

    r32372 r32394  
    4141         VALUE "OriginalFilename", "VBoxVideo.sys\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.rc

    r32372 r32394  
    4040         VALUE "OriginalFilename", "VBoxVideoWddm.sys\0"
    4141         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"
    4343      END
    4444   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d8.rc

    r32372 r32394  
    4141         VALUE "OriginalFilename", "D3D8.dll\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d9.rc

    r32372 r32394  
    4141         VALUE "OriginalFilename", "D3D9.dll\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/Installer/Loader/VBoxWindowsAdditions.rc

    r32372 r32394  
    4242         VALUE "OriginalFilename", "VBoxWindowsAdditions.exe\0"
    4343         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"
    4545      END
    4646   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/Installer/RegCleanup.rc

    r32372 r32394  
    4141         VALUE "OriginalFilename", "VBoxRegCleanup.exe\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/Installer/VBCoInst.rc

    r32372 r32394  
    4141         VALUE "OriginalFilename", "VBoxCoInst.exe\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.rc

    r32372 r32394  
    4141         VALUE "OriginalFilename", "VBoxDrvInst.exe\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestDrvInst.rc

    r32372 r32394  
    4141         VALUE "OriginalFilename", "VBoxGuestDrvInst.exe\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/Installer/VBoxWHQLFake.au3

    r31634 r32394  
    44; Copyright (C) 2008-2010 Oracle Corporation
    55;
    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.
    813;
    914
  • TabularUnified trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.rc

    r32372 r32394  
    4141         VALUE "OriginalFilename", "VBoxMouse.sys\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/dll/vboxmrxp.rc

    r32375 r32394  
    4141         VALUE "OriginalFilename", "VBoxMRXNP.DLL\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/VBoxSF.rc

    r32375 r32394  
    4141         VALUE "OriginalFilename", "VBoxSF.sys\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProv.rc

    r32372 r32394  
    4141         VALUE "OriginalFilename", "VBoxCredProv.dll\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.rc

    r32372 r32394  
    4141         VALUE "OriginalFilename", "VBoxGina.dll\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.rc

    r32372 r32394  
    4141         VALUE "OriginalFilename", "VBoxGuest.sys\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.rc

    r32372 r32394  
    4141         VALUE "OriginalFilename", "VBoxHook.dll\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.rc

    r32372 r32394  
    4242         VALUE "OriginalFilename", "VBoxTray.exe\0"
    4343         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"
    4545      END
    4646   END
  • TabularUnified trunk/src/VBox/Additions/WINNT/i8042prt/i8042prt.rc

    r32372 r32394  
    4141         VALUE "OriginalFilename", "VBoxMouseNT.sys\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.rc

    r32375 r32394  
    4141         VALUE "OriginalFilename", "VBoxControl.exe\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest

    r31847 r32394  
    66
    77#
    8 # Copyright (C) 2007-2010 Sun Microsystems, Inc.
     8# Copyright (C) 2007-2010 Oracle Corporation
    99#
    1010# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1515# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1616# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    17 #
    18 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    19 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    20 # additional information or have any questions.
    2117#
    2218
  • TabularUnified trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuest.rc

    r32375 r32394  
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
    1010 * 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
     11G* you can redistribute it and/or modify it under the terms of the GNU
    1212 * General Public License (GPL) as published by the Free Software
    1313 * Foundation, in version 2 as it comes in the "COPYING" file of the
     
    4141         VALUE "OriginalFilename", "VBoxGuest.sys\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/common/VBoxService/VBoxService-win.rc

    r32375 r32394  
    4242         VALUE "OriginalFilename", "VBoxService.exe\0"
    4343         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"
    4545      END
    4646   END
  • TabularUnified trunk/src/VBox/Additions/common/crOpenGL/DD_glc.py

    r18882 r32394  
    55
    66/*
    7  * Copyright (C) 2009 Sun Microsystems, Inc.
     7 * Copyright (C) 2009-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    18  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    19  * additional information or have any questions.
    2016 */
    2117"""
  • TabularUnified trunk/src/VBox/Additions/common/crOpenGL/DD_glh.py

    r18882 r32394  
    55
    66/*
    7  * Copyright (C) 2009 Sun Microsystems, Inc.
     7 * Copyright (C) 2009-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    18  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    19  * additional information or have any questions.
    2016 */
    2117"""
  • TabularUnified trunk/src/VBox/Additions/common/crOpenGL/VBoxCROGL.rc

    r32375 r32394  
    4141         VALUE "OriginalFilename", "VBoxCROGL.dll\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/common/crOpenGL/array/arrayspu.rc

    r32375 r32394  
    4141         VALUE "OriginalFilename", "VBoxOGLarrayspu.dll\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/common/crOpenGL/cr_gl.py

    r30457 r32394  
    55
    66/*
    7  * Copyright (C) 2008 Sun Microsystems, Inc.
     7 * Copyright (C) 2008-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    18  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    19  * additional information or have any questions.
    2016 */
    2117"""
  • TabularUnified trunk/src/VBox/Additions/common/crOpenGL/feedback/feedbackspu.rc

    r32375 r32394  
    4141         VALUE "OriginalFilename", "VBoxOGLfeedbackpu.dll\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/common/crOpenGL/pack/packspu.rc

    r32375 r32394  
    4141         VALUE "OriginalFilename", "VBoxOGLpackspu.dll\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu.rc

    r32375 r32394  
    4141         VALUE "OriginalFilename", "VBoxOGLpassthroughspu.dll\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/Additions/linux/installer/Makefile.test

    r31637 r32394  
    44# (For 2.6.x this file must be 'Makefile'!)
    55#
    6 # Copyright (C) 2006-2007 Sun Microsystems, Inc.
     6# Copyright (C) 2006-2010 Oracle Corporation
    77#
    88# Use only with permission
  • TabularUnified trunk/src/VBox/Additions/linux/installer/Makefile.test.drm

    r26163 r32394  
    44# (For 2.6.x this file must be 'Makefile'!)
    55#
    6 # Copyright (C) 2006-2007 Sun Microsystems, Inc.
     6# Copyright (C) 2006-2010 Oracle Corporation
    77#
    88#
  • TabularUnified trunk/src/VBox/Additions/linux/installer/deffiles

    r32388 r32394  
    66# Copyright (C) 2009-2010 Sun Microsystems, Inc.
    77#
    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.
    1015#
    1116
  • TabularUnified trunk/src/VBox/Additions/linux/selinux-fedora/vbox_x11.te

    r8207 r32394  
    33#   selinux policy for Redhat/Fedora guests
    44
    5 # Copyright (C) 2006-2007 Sun Microsystems, Inc.
     5# Copyright (C) 2006-2010 Oracle Corporation
    66#
    77# This file is part of VirtualBox Open Source Edition (OSE), as
  • TabularUnified trunk/src/VBox/Additions/solaris/DRM/include/drm.h

    r26493 r32394  
    5959
    6060/*
    61  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     61 * Copyright 2009-2010 Oracle Corporation
     62 * All rights reserved.
    6263 * Use is subject to license terms.
    6364 */
  • TabularUnified trunk/src/VBox/Additions/solaris/DRM/include/drmP.h

    r18057 r32394  
    3434
    3535/*
    36  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     36 * Copyright 2009-2010 Oracle Corporation
     37 * All rights reserved.
    3738 * Use is subject to license terms.
    3839 */
  • TabularUnified trunk/src/VBox/Additions/solaris/DRM/include/drm_atomic.h

    r18057 r32394  
    11/*
    2  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     2 * Copyright 2009-2010 Oracle Corpotation
     3 * All rights reserved.
    34 * Use is subject to license terms.
    45 */
  • TabularUnified trunk/src/VBox/Additions/x11/Installer/98vboxadd-xclient

    r32388 r32394  
    33# Start the Guest Additions X11 Client
    44#
    5 # Copyright (C) 2007-2010 Sun Microsystems, Inc.
     5# Copyright (C) 2007-2010 Oracle Corporation
    66#
    77# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1212# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1313# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    14 #
    15 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    16 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    17 # additional information or have any questions.
    1814#
    1915
  • TabularUnified trunk/src/VBox/Additions/x11/Installer/linux_xorg_suse11.conf

    r22467 r32394  
    7070  Option       "Name" "VirtualBox Mouse Buttons"
    7171  Option       "Protocol" "explorerps/2"
    72   Option       "Vendor" "Sun Microsystems Inc"
     72  Option       "Vendor" "Oracle Corporation"
    7373  Option       "ZAxisMapping" "4 5"
    7474EndSection
     
    8080  Option       "Device" "/dev/vboxguest"
    8181  Option       "Name" "VirtualBox Mouse"
    82   Option       "Vendor" "Sun Microsystems Inc"
     82  Option       "Vendor" "Oracle Corporation"
    8383EndSection
    8484
     
    8787  Identifier   "Monitor[0]"
    8888  ModelName    "VirtualBox Virtual Output"
    89   VendorName   "Sun Microsystems Inc"
     89  VendorName   "Oracle Corporation"
    9090EndSection
    9191
     
    105105  Driver       "vboxvideo"
    106106  Identifier   "Device[0]"
    107   VendorName   "Sun Microsystems Inc"
     107  VendorName   "Oracle Corporation"
    108108EndSection
    109109
  • TabularUnified trunk/src/VBox/Additions/x11/Installer/x11config-new.pl

    r32388 r32394  
    117117  Option      "Name" "VirtualBox Mouse"
    118118  Option      "Protocol" "explorerps/2"
    119   Option      "Vendor" "Sun Microsystems Inc"
     119  Option      "Vendor" "Oracle Corporation"
    120120  Option      "ZAxisMapping" "4 5"
    121121  Option      "CorePointer"
     
    142142  Option       "Name" "VirtualBox Mouse Buttons"
    143143  Option       "Protocol" "explorerps/2"
    144   Option       "Vendor" "Sun Microsystems Inc"
     144  Option       "Vendor" "Oracle Corporation"
    145145  Option       "ZAxisMapping" "4 5"
    146146  Option       "CorePointer"
     
    152152  Option       "Device" "/dev/vboxguest"
    153153  Option       "Name" "VirtualBox Mouse"
    154   Option       "Vendor" "Sun Microsystems Inc"
     154  Option       "Vendor" "Oracle Corporation"
    155155  Option       "SendCoreEvents"
    156156EndSection
     
    173173  Identifier   "Monitor[0]"
    174174  ModelName    "VirtualBox Virtual Output"
    175   VendorName   "Sun Microsystems Inc"
     175  VendorName   "Oracle Corporation"
    176176EndSection
    177177
     
    180180  Driver       "vboxvideo"
    181181  Identifier   "Device[0]"
    182   VendorName   "Sun Microsystems Inc"
     182  VendorName   "Oracle Corporation"
    183183EndSection
    184184
  • TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxMisc/efi-app/Readme.txt

    r26441 r32394  
    55
    66#
    7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.
     7# Copyright (C) 2009-2010 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515# 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 terms
    18 # of the Common Development and Distribution License Version 1.0
    19 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    20 # VirtualBox OSE distribution, in which case the provisions of the
    21 # CDDL are applicable instead of those of the GPL.
    22 #
    23 # You may elect to license modified versions of this file under the
    24 # terms and conditions of either the GPL or the CDDL or both.
    25 #
    26 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    27 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    28 # additional information or have any questions.
    2916#/
    3017Here 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  
    66
    77#
    8 # Copyright (C) 2009.2010 Sun Microsystems, Inc.
    9 #
    10 # Copyright (C)  Oracle Corporation
     8# Copyright (C) 2009-2010 Oracle Corporation
    119#
    1210# This file is part of VirtualBox Open Source Edition (OSE), as
  • TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.dec

    r26441 r32394  
    55
    66#
    7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.
     7# Copyright (C) 2009-2010 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515# 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 terms
    18 # of the Common Development and Distribution License Version 1.0
    19 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    20 # VirtualBox OSE distribution, in which case the provisions of the
    21 # CDDL are applicable instead of those of the GPL.
    22 #
    23 # You may elect to license modified versions of this file under the
    24 # terms and conditions of either the GPL or the CDDL or both.
    25 #
    26 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    27 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    28 # additional information or have any questions.
    2916#/
    3017
  • TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.dsc

    r30098 r32394  
    55
    66#
    7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.
     7# Copyright (C) 2009-2010 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515# 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 terms
    18 # of the Common Development and Distribution License Version 1.0
    19 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    20 # VirtualBox OSE distribution, in which case the provisions of the
    21 # CDDL are applicable instead of those of the GPL.
    22 #
    23 # You may elect to license modified versions of this file under the
    24 # terms and conditions of either the GPL or the CDDL or both.
    25 #
    26 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    27 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    28 # additional information or have any questions.
    2916#/
    3017
  • TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.fdf

    r27353 r32394  
    66
    77#
    8 # Copyright (C) 2009-2010 Sun Microsystems, Inc.
     8# Copyright (C) 2009-2010 Oracle Corporation
    99#
    1010# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1515# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1616# 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 terms
    19 # of the Common Development and Distribution License Version 1.0
    20 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    21 # VirtualBox OSE distribution, in which case the provisions of the
    22 # CDDL are applicable instead of those of the GPL.
    23 #
    24 # You may elect to license modified versions of this file under the
    25 # terms and conditions of either the GPL or the CDDL or both.
    26 #
    27 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    28 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    29 # additional information or have any questions.
    3017#
    3118
  • TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSE.dsc

    r29123 r32394  
    55
    66#
    7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.
     7# Copyright (C) 2009-2010 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515# 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 terms
    18 # of the Common Development and Distribution License Version 1.0
    19 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    20 # VirtualBox OSE distribution, in which case the provisions of the
    21 # CDDL are applicable instead of those of the GPL.
    22 #
    23 # You may elect to license modified versions of this file under the
    24 # terms and conditions of either the GPL or the CDDL or both.
    25 #
    26 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    27 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    28 # additional information or have any questions.
    2916#/
    3017
  • TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSE.fdf

    r29123 r32394  
    66
    77#
    8 # Copyright (C) 2009-2010 Sun Microsystems, Inc.
     8# Copyright (C) 2009-2010 Oracle Corporation
    99#
    1010# This file is part of VirtualBox Open Source Edition (OSE), as
     
    2121# VirtualBox OSE distribution, in which case the provisions of the
    2222# CDDL are applicable instead of those of the GPL.
    23 #
    24 # You may elect to license modified versions of this file under the
    25 # terms and conditions of either the GPL or the CDDL or both.
    26 #
    27 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    28 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    29 # additional information or have any questions.
    3023#
    3124
  • TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSEX64.dsc

    r29132 r32394  
    1111# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1212# 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 terms
    15 # of the Common Development and Distribution License Version 1.0
    16 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    17 # VirtualBox OSE distribution, in which case the provisions of the
    18 # CDDL are applicable instead of those of the GPL.
    19 #
    20 # You may elect to license modified versions of this file under the
    21 # terms and conditions of either the GPL or the CDDL or both.
    22 #
    23 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    24 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    25 # additional information or have any questions.
    2613#/
    2714
  • TabularUnified trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgX64.dsc

    r26451 r32394  
    22
    33#
    4 # Copyright (C) 2009-2010 Sun Microsystems, Inc.
     4# Copyright (C) 2009-2010 Oracle Corporation
    55#
    66# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1111# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1212# 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 terms
    15 # of the Common Development and Distribution License Version 1.0
    16 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    17 # VirtualBox OSE distribution, in which case the provisions of the
    18 # CDDL are applicable instead of those of the GPL.
    19 #
    20 # You may elect to license modified versions of this file under the
    21 # terms and conditions of either the GPL or the CDDL or both.
    22 #
    23 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    24 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    25 # additional information or have any questions.
    2613#/
    2714
  • TabularUnified trunk/src/VBox/Devices/VBoxDD-dtrace.d

    r31886 r32394  
    55
    66/*
    7  * Copyright (C) 2009 Sun Microsystems, Inc.
     7 * Copyright (C) 2009-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    18  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    19  * additional information or have any questions.
    2016 */
    2117
  • TabularUnified trunk/src/VBox/Frontends/VBoxShell/vboxinfo.vb

    r21569 r32394  
    11'
    2 ' Copyright (C) 2009 Sun Microsystems, Inc.
     2' Copyright (C) 2009-2010 Oracle Corporation
    33'
    44' This file is part of VirtualBox Open Source Edition (OSE), as
     
    99' VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1010' hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    11 '
    12 ' Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    13 ' Clara, CA 95054 USA or visit http://www.sun.com if you need
    14 ' additional information or have any questions.
    1511'
    1612Imports System
  • TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/win/VirtualBox.rc

    r32375 r32394  
    3838    VALUE "CompanyName",     VBOX_RC_COMPANY_NAME
    3939    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"
    4141    VALUE "InternalName",    "VirtualBox.exe\0"
    4242    VALUE "LegalCopyright",  VBOX_RC_LEGAL_COPYRIGHT
  • TabularUnified trunk/src/VBox/GuestHost/OpenGL/error/errorspu.rc

    r32375 r32394  
    4141         VALUE "OriginalFilename", "VBoxOGLerrorspu.dll\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/GuestHost/OpenGL/util/util.rc

    r32375 r32394  
    4141         VALUE "OriginalFilename", "VBoxOGLcrutil.dll\0"
    4242         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"
    4444      END
    4545   END
  • TabularUnified trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.rc

    r32375 r32394  
    4545         VALUE "CompanyName",      VBOX_RC_COMPANY_NAME
    4646         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"
    4848         VALUE "InternalName",     "VBoxDrv.sys\0"
    4949         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
  • TabularUnified trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.rc

    r32375 r32394  
    4444         VALUE "CompanyName",      VBOX_RC_COMPANY_NAME
    4545         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"
    4747         VALUE "InternalName",     FILENAME_STR
    4848         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
  • TabularUnified trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.rc

    r32375 r32394  
    4646    VALUE "CompanyName",     VBOX_RC_COMPANY_NAME
    4747    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"
    4949    VALUE "InternalName",    "VBoxNetFltNotify.dll\0"
    5050    VALUE "LegalCopyright",  VBOX_RC_LEGAL_COPYRIGHT
  • TabularUnified trunk/src/VBox/HostDrivers/VBoxUSB/win/Device/vboxusb.rc

    r32375 r32394  
    3636         VALUE "CompanyName",      VBOX_RC_COMPANY_NAME
    3737         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"
    3939         VALUE "InternalName",     "VBoxUSB.sys\0"
    4040         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
  • TabularUnified trunk/src/VBox/HostDrivers/VBoxUSB/win/Filter/USBFilter.rc

    r32375 r32394  
    3636         VALUE "CompanyName",      VBOX_RC_COMPANY_NAME
    3737         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"
    3939         VALUE "InternalName",     "VBoxUSBFlt.sys\0"
    4040         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
  • TabularUnified trunk/src/VBox/HostDrivers/VBoxUSB/win/Monitor/USBMon.rc

    r32375 r32394  
    3636         VALUE "CompanyName",      VBOX_RC_COMPANY_NAME
    3737         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"
    3939         VALUE "InternalName",     "VBoxUSBMon.sys\0"
    4040         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
  • TabularUnified trunk/src/VBox/Installer/linux/deffiles

    r31638 r32394  
    77# Copyright (C) 2007-2010 Oracle Corporation
    88#
    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.
    1116#
    1217
  • TabularUnified trunk/src/VBox/Installer/win/Languages/de_DE.wxl

    r31861 r32394  
    55            Language Definition Include for VirtualBox WiX script.
    66
    7             Copyright (C) 2010 Sun Microsystems, Inc.
     7            Copyright (C) 2010 Oracle Corporation
    88
    99            All rights reserved.
  • TabularUnified trunk/src/VBox/Installer/win/Languages/en_US.wxl

    r31861 r32394  
    55            Language Definition Include for VirtualBox WiX script.
    66
    7             Copyright (C) 2010 Sun Microsystems, Inc.
     7            Copyright (C) 2010 Oracle Corporation
    88
    99            All rights reserved.
  • TabularUnified trunk/src/VBox/Installer/win/Languages/fr_FR.wxl

    r31861 r32394  
    55            Language Definition Include for VirtualBox WiX script.
    66
    7             Copyright (C) 2010 Sun Microsystems, Inc.
     7            Copyright (C) 2010 Oracle Corporation
    88
    99            All rights reserved.
  • TabularUnified trunk/src/VBox/Installer/win/Stub/VBoxStub.rc

    r32375 r32394  
    4242         VALUE "OriginalFilename", "VirtualBox.exe\0"
    4343         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"
    4545      END
    4646   END
  • TabularUnified trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c

    r30633 r32394  
    55
    66/*
    7  * Copyright (C) 2008-2010 Sun Microsystems, Inc.
     7 * Copyright (C) 2008-2010 Oracle Corporation
    88 *
    99 * Permission is hereby granted, free of charge, to any person
  • TabularUnified trunk/src/VBox/Main/glue/constants-python.xsl

    r28800 r32394  
    2727
    2828<xsl:template match="/">
    29 <xsl:text># Copyright (C) 2009 Sun Microsystems, Inc.
     29<xsl:text># Copyright (C) Oracle Corporation
    3030#
    3131# This file is part of VirtualBox Open Source Edition (OSE), as
     
    3636# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    3737# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    38 #
    39 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    40 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    41 # additional information or have any questions.
    4238#
    4339# This file is autogenerated from VirtualBox.xidl, DO NOT EDIT!
  • TabularUnified trunk/src/VBox/Main/idl/VirtualBox.dtd

    r27854 r32394  
    66     XIDL syntax.
    77
    8      Copyright (C) 2008-2010 Sun Microsystems, Inc.
     8     Copyright (C) 2008-2010 Oracle Corporation
    99
    1010     This file is part of VirtualBox Open Source Edition (OSE), as
     
    1515     VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1616     hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    17 
    18      Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    19      Clara, CA 95054 USA or visit http://www.sun.com if you need
    20      additional information or have any questions.
    2117-->
    2218<!DOCTYPE idl [
  • TabularUnified trunk/src/VBox/Main/webservice/samples/java/axis/clienttest.java

    r24911 r32394  
    77 * SDK reference for details.
    88 *
    9  * Copyright (C) 2008-2009 Sun Microsystems, Inc.
     9 * Copyright (C) 2008-2010 Oracle Corporation
    1010 *
    1111 * The following license applies to this file only:
  • TabularUnified trunk/src/VBox/Main/webservice/samples/java/jax-ws/clienttest.java

    r31008 r32394  
    66 * SDK reference for details.
    77 *
    8  * Copyright (C) 2008-2009 Sun Microsystems, Inc.
     8 * Copyright (C) 2008-2010 Oracle Corporation
    99 *
    1010 * The following license applies to this file only:
  • TabularUnified trunk/src/VBox/Main/webservice/samples/java/jax-ws/metrictest.java

    r30461 r32394  
    55 * with 'vboxwebsrv -t 1000' command, to calm down watchdog thread.
    66 *
    7  * Copyright (C) 2008-2009 Sun Microsystems, Inc.
     7 * Copyright (C) 2008-2010 Oracle Corporation
    88 *
    99 * The following license applies to this file only:
  • TabularUnified trunk/src/VBox/Main/webservice/samples/perl/clienttest.pl

    r20928 r32394  
    66# programming reference (SDKRef.pdf) for how to use this sample.
    77#
    8 # Copyright (C) 2008-2009 Sun Microsystems, Inc.
     8# Copyright (C) 2008-2010 Oracle Corporation
    99#
    1010# The following license applies to this file only:
  • TabularUnified trunk/src/VBox/Main/webservice/samples/php/clienttest.php

    r24939 r32394  
    77 * SDK reference for details.
    88 *
    9  * Copyright (C) 2009 Sun Microsystems, Inc.
     9 * Copyright (C) 2009-2010 Oracle Corporation
    1010 * Contributed by James Lucas (mjlucas at eng.uts.edu.au).
    1111 *
  • TabularUnified trunk/src/VBox/Main/win/VBoxC.rc

    r32375 r32394  
    4040    VALUE "CompanyName",     VBOX_RC_COMPANY_NAME
    4141    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"
    4343    VALUE "InternalName",    "VBoxC.dll\0"
    4444    VALUE "LegalCopyright",  VBOX_RC_LEGAL_COPYRIGHT
  • TabularUnified trunk/src/VBox/Main/win/VBoxSVC.rc

    r32375 r32394  
    4040    VALUE "CompanyName",     VBOX_RC_COMPANY_NAME
    4141    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"
    4343    VALUE "InternalName",    "VBoxSVC.exe\0"
    4444    VALUE "LegalCopyright",  VBOX_RC_LEGAL_COPYRIGHT
  • TabularUnified trunk/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd

    r28800 r32394  
    44 *  :folding=explicit:collapseFolds=1:
    55 *
    6  *  Sun VirtualBox Settings Schema Version 1.0-freebsd
     6 *  Oracle VirtualBox Settings Schema Version 1.0-freebsd
    77
    88     Copyright (C) 2004-2009 Oracle Corporation
  • TabularUnified trunk/src/VBox/Runtime/.scm-settings

    r26483 r32394  
    55
    66#
    7 # Copyright (C) 2010 Sun Microsystems, Inc.
     7# Copyright (C) 2010 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    16 #
    17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    18 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    19 # additional information or have any questions.
    2016#
    2117
Note: See TracChangeset for help on using the changeset viewer.

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