Changeset 8238 in vbox for trunk/src/VBox/HostDrivers/VBoxTAP
- Timestamp:
- Apr 21, 2008 2:39:35 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29968
- Location:
- trunk/src/VBox/HostDrivers/VBoxTAP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.inf
r8155 r8238 32 32 ; Note; there are hardcoded checks for these strings!! 33 33 DeviceDescription = "VirtualBox TAP Adapter" 34 Provider = " innotek GmbH"34 Provider = "Sun Microsystems, Inc." 35 35 36 36 ;---------------------------------------------------------------- -
trunk/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.rc
r4479 r8238 34 34 #include "common.h" 35 35 36 #ifdef VBOX37 36 #include <VBox/tapwin32.h> 38 # endif37 #include <VBox/version.h> 39 38 40 39 /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR … … 66 65 */ 67 66 68 #define VER_COMPANYNAME_STR "innotek GmbH"67 #define VER_COMPANYNAME_STR VBOX_RC_COMPANY_NAME 69 68 #define VER_FILEDESCRIPTION_STR "VirtualBox Host Interface Networking Driver" 70 69 #define VER_ORIGINALFILENAME_STR TAP_COMPONENT_ID ".sys" 71 #define VER_LEGALCOPYRIGHT_YEARS "200 6"72 #define VER_LEGALCOPYRIGHT_STR " innotek GmbH& Others"70 #define VER_LEGALCOPYRIGHT_YEARS "2008" 71 #define VER_LEGALCOPYRIGHT_STR "Sun Microsystems, Inc. & Others" 73 72 74 73
Note:
See TracChangeset
for help on using the changeset viewer.