VirtualBox

Changeset 32375 in vbox


Ignore:
Timestamp:
Sep 10, 2010 9:10:21 AM (14 years ago)
Author:
vboxsync
Message:

rc branding fixes part 2

Location:
trunk/src/VBox
Files:
23 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/dll/vboxmrxp.rc

    r32372 r32375  
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/VBoxSF.rc

    r32372 r32375  
    11/* $Id$ */
    22/** @file
    3  * VBoxSF - Resouce file containing version info and icon.
     3 * VBoxSF - Resource file containing version info and icon.
    44 */
    55
  • trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.rc

    r32372 r32375  
    11/* $Id$ */
    22/** @file
    3  * VBoxControl - Resouce file containing version info and icon.
     3 * VBoxControl - Resource file containing version info and icon.
    44 */
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuest.rc

    r32372 r32375  
    11/* $Id$ */
    22/** @file
    3  * VBoxGuest - Resouce file containing version info and icon.
     3 * VBoxGuest - Resource file containing version info and icon.
    44 */
    55
  • trunk/src/VBox/Additions/common/VBoxService/VBoxService-win.rc

    r32372 r32375  
    11/* $Id$ */
    22/** @file
    3  * VBoxService - Resouce file containing version info and icon.
     3 * VBoxService - Resource file containing version info and icon.
    44 */
    55
  • trunk/src/VBox/Additions/common/crOpenGL/VBoxCROGL.rc

    r32372 r32375  
    11/* $Id$ */
    22/** @file
    3  * VBoxCROGL - Resouce file containing version info and icon.
     3 * VBoxCROGL - Resource file containing version info and icon.
    44 */
    55
  • trunk/src/VBox/Additions/common/crOpenGL/array/arrayspu.rc

    r32372 r32375  
    11/* $Id$ */
    22/** @file
    3  * VBoxOGLarrayspu.so - Resouce file containing version info and icon.
     3 * VBoxOGLarrayspu.so - Resource file containing version info and icon.
    44 */
    55
  • trunk/src/VBox/Additions/common/crOpenGL/feedback/feedbackspu.rc

    r32372 r32375  
    11/* $Id$ */
    22/** @file
    3  * VBoxOGLfeedbackspu - Resouce file containing version info and icon.
     3 * VBoxOGLfeedbackspu - Resource file containing version info and icon.
    44 */
    55
  • trunk/src/VBox/Additions/common/crOpenGL/pack/packspu.rc

    r32372 r32375  
    11/* $Id$ */
    22/** @file
    3  * VBoxOGLpackspu.so - Resouce file containing version info and icon.
     3 * VBoxOGLpackspu.so - Resource file containing version info and icon.
    44 */
    55
  • trunk/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu.rc

    r32372 r32375  
    11/* $Id$ */
    22/** @file
    3  * VBoxService - Resouce file containing version info and icon.
     3 * VBoxOGLpassthroughspu - Resource file containing version info and icon.
    44 */
    55
    66/*
    7  * Copyright (C) 2009 Oracle Corporation
     7 * Copyright (C) 2009-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VirtualBox/src/win/VirtualBox.rc

    r28800 r32375  
    55
    66/*
    7  * Copyright (C) 2006-2009 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4242    VALUE "LegalCopyright",  VBOX_RC_LEGAL_COPYRIGHT
    4343    VALUE "OriginalFilename","VirtualBox.exe\0"
    44     VALUE "ProductName",     "Sun VirtualBox\0"
     44    VALUE "ProductName",     VBOX_PRODUCT "\0"
    4545    VALUE "ProductVersion",  VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
    4646    END
  • trunk/src/VBox/GuestHost/OpenGL/error/errorspu.rc

    • Property svn:keywords changed from Id to Author Date Id Revision
    r28800 r32375  
    11/* $Id$ */
    2 
    32/** @file
    4  *
    5  * VBoxDisp -- Windows Guest crOpenGL ICD
    6  *
     3 * VBoxOGLerrorspu - Resource file containing version info and icon.
    74 */
    85
    96/*
    10  * Copyright (C) 2009 Oracle Corporation
     7 * Copyright (C) 2009-2010 Oracle Corporation
    118 *
    129 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4340         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
    4441         VALUE "OriginalFilename", "VBoxOGLerrorspu.dll\0"
    45          VALUE "ProductName",      "VirtualBox Guest Additions\0"
     42         VALUE "ProductName",      VBOX_PRODUCT " Guest Additions\0"
    4643         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
    4744      END
  • trunk/src/VBox/GuestHost/OpenGL/util/util.rc

    • Property svn:keywords changed from Id to Author Date Id Revision
    r28800 r32375  
    11/* $Id$ */
    2 
    32/** @file
    4  *
    5  * VBoxDisp -- Windows Guest crOpenGL ICD
    6  *
     3 * VBoxOGLcrutil - Resource file containing version info and icon.
    74 */
    85
    96/*
    10  * Copyright (C) 2009 Oracle Corporation
     7 * Copyright (C) 2009-2010 Oracle Corporation
    118 *
    129 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4340         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
    4441         VALUE "OriginalFilename", "VBoxOGLcrutil.dll\0"
    45          VALUE "ProductName",      "VirtualBox Guest Additions\0"
     42         VALUE "ProductName",      VBOX_PRODUCT " Guest Additions\0"
    4643         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
    4744      END
  • trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.rc

    r28800 r32375  
    55
    66/*
    7  * Copyright (C) 2006-2009 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4949         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
    5050         VALUE "OriginalFilename", "VBoxDrv.sys\0"
    51          VALUE "ProductName",      "Sun VirtualBox\0"
     51         VALUE "ProductName",      VBOX_PRODUCT "\0"
    5252         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
    5353      END
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.rc

    r28800 r32375  
     1/* $Id$ */
     2/** @file
     3 * VBoxNetFlt - Resource file containing version info and icon.
     4 */
     5
    16/*
    2  * Copyright (C) 2009 Oracle Corporation
     7 * Copyright (C) 2009-2010 Oracle Corporation
    38 *
    49 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4348         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
    4449         VALUE "OriginalFilename", FILENAME_STR
    45          VALUE "ProductName",      "Sun VirtualBox\0"
     50         VALUE "ProductName",      VBOX_PRODUCT "\0"
    4651         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
    4752      END
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.rc

    r30013 r32375  
     1/* $Id$ */
     2/** @file
     3 * VBoxNetFltNotify - Resource file containing version info and icon.
     4 */
     5
    16/*
    2  * Copyright (C) 2009 Oracle Corporation
     7 * Copyright (C) 2009-2010 Oracle Corporation
    38 *
    49 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1015 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
     17
    1218#include <windows.h>
    1319#include <VBox/version.h>
     
    4450    VALUE "LegalCopyright",  VBOX_RC_LEGAL_COPYRIGHT
    4551    VALUE "OriginalFilename","VBoxNetFltNotify.dll\0"
    46     VALUE "ProductName",     "Sun VirtualBox\0"
     52    VALUE "ProductName",     VBOX_PRODUCT "\0"
    4753    VALUE "ProductVersion",  VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
    4854    END
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/Device/vboxusb.rc

    r31898 r32375  
     1/* $Id$ */
     2/** @file
     3 * VBoxUSB - Resource file containing version info and icon.
     4 */
     5
    16/*
    2  * VBox host drivers - USB drivers - Win32 USB device
    3  *
    4  * Resource definitions
    5  *
    6  * Copyright (C) 2006-2009 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    78 *
    89 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3940         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
    4041         VALUE "OriginalFilename", "VBoxUSB.sys\0"
    41          VALUE "ProductName",      "Sun VirtualBox\0"
     42         VALUE "ProductName",      VBOX_PRODUCT "\0"
    4243         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
    4344      END
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/Filter/USBFilter.rc

    r31898 r32375  
     1/* $Id$ */
     2/** @file
     3 * VBoxUSBFilter - Resource file containing version info and icon.
     4 */
     5
    16/*
    2  * VBox host drivers - USB drivers - Win32 USB filter driver
    3  *
    4  * Resource definitions
    5  *
    6  * Copyright (C) 2006-2009 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    78 *
    89 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3940         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
    4041         VALUE "OriginalFilename", "VBoxUSBFlt.sys\0"
    41          VALUE "ProductName",      "Sun VirtualBox\0"
     42         VALUE "ProductName",      VBOX_PRODUCT "\0"
    4243         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
    4344      END
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/Monitor/USBMon.rc

    r31898 r32375  
     1/* $Id$ */
     2/** @file
     3 * VBoxUSBMon - Resource file containing version info and icon.
     4 */
     5
    16/*
    2  * VBox host drivers - USB drivers - Win32 USB monitor driver
    3  *
    4  * Resource definitions
    5  *
    6  * Copyright (C) 2006-2009 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    78 *
    89 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3940         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
    4041         VALUE "OriginalFilename", "VBoxUSBMon.sys\0"
    41          VALUE "ProductName",      "Sun VirtualBox\0"
     42         VALUE "ProductName",      VBOX_PRODUCT "\0"
    4243         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
    4344      END
  • trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp

    r31667 r32375  
    179179    do
    180180    {
    181         AssertBreakStmt(pszResourceName, "Resouce pointer invalid!");
     181        AssertBreakStmt(pszResourceName, "Resource pointer invalid!");
    182182        AssertBreakStmt(pszTempFile, "Temp file pointer invalid!");
    183183
  • trunk/src/VBox/Installer/win/Stub/VBoxStub.rc

    r31667 r32375  
    55
    66/*
    7  * Copyright (C) 2009 Oracle Corporation
     7 * Copyright (C) 2009-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4141         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
    4242         VALUE "OriginalFilename", "VirtualBox.exe\0"
    43          VALUE "ProductName",      "VirtualBox\0"
     43         VALUE "ProductName",      VBOX_PRODUCT "\0"
    4444         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
    4545      END
  • trunk/src/VBox/Main/win/VBoxC.rc

    r28800 r32375  
     1/* $Id$ */
    12/** @file
    2  *
     3 * VBoxC - Resource file containing version info and icon.
    34 */
    45
    56/*
    6  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    78 *
    89 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4344    VALUE "LegalCopyright",  VBOX_RC_LEGAL_COPYRIGHT
    4445    VALUE "OriginalFilename","VBoxC.dll\0"
    45     VALUE "ProductName",     "Sun VirtualBox\0"
     46    VALUE "ProductName",     VBOX_PRODUCT "\0"
    4647    VALUE "ProductVersion",  VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
    4748
  • trunk/src/VBox/Main/win/VBoxSVC.rc

    r28800 r32375  
     1/* $Id$ */
    12/** @file
    2  *
     3 * VBoxSVC - Resource file containing version info and icon.
    34 */
    45
    56/*
    6  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    78 *
    89 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4344    VALUE "LegalCopyright",  VBOX_RC_LEGAL_COPYRIGHT
    4445    VALUE "OriginalFilename","VBoxSVC.exe\0"
    45     VALUE "ProductName",     "Sun VirtualBox\0"
     46    VALUE "ProductName",     VBOX_PRODUCT "\0"
    4647    VALUE "ProductVersion",  VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
    4748
Note: See TracChangeset for help on using the changeset viewer.

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