Changeset 2988 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGuest
- Timestamp:
- Jun 1, 2007 5:36:09 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21711
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxGuest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.rc
r1 r2988 1 1 /* 2 * Copyright (C) 2006 InnoTek SystemberatungGmbH2 * Copyright (C) 2006-2007 innotek GmbH 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 32 32 BLOCK "040904b0" 33 33 BEGIN 34 VALUE "CompanyName", " InnoTek SystemberatungGmbH"34 VALUE "CompanyName", "innotek GmbH" 35 35 VALUE "FileDescription", "VirtualBox Guest Driver\0" 36 36 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0" 37 37 VALUE "InternalName", "vboxguest\0" 38 VALUE "LegalCopyright", "Copyright (C) 2004-200 5 InnoTek SystemberatungGmbH\0"38 VALUE "LegalCopyright", "Copyright (C) 2004-2007 innotek GmbH\0" 39 39 VALUE "OriginalFilename", "vboxguest.sys\0" 40 40 VALUE "ProductName", "VirtualBox Guest Additions\0" -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestMsg.mc
r1 r2988 2 2 ; VBoxGuest Device Driver Messages 3 3 ; 4 ; Copyright (C) 2006 InnoTek SystemberatungGmbH4 ; Copyright (C) 2006-2007 innotek GmbH 5 5 ; 6 6 ; This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.