VirtualBox

Changeset 32375 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Sep 10, 2010 9:10:21 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65729
Message:

rc branding fixes part 2

Location:
trunk/src/VBox/HostDrivers
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • 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
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