Changeset 2988 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jun 1, 2007 5:36:09 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21711
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR0.def
r1193 r2988 4 4 ; Export definitions 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/Support/darwin/Info.plist
r2207 r2988 12 12 <key>CFBundleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string> 13 13 <key>CFBundleShortVersionString</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string> 14 <key>CFBundleGetInfoString</key> <string>VirtualBox @VBOX_VERSION_STRING@, © 2007 InnoTek SystemberatungGmbH</string>14 <key>CFBundleGetInfoString</key> <string>VirtualBox @VBOX_VERSION_STRING@, © 2007 innotek GmbH</string> 15 15 <key>IOKitPersonalities</key> 16 16 <dict> -
trunk/src/VBox/HostDrivers/Support/linux/build_in_tmp
r2871 r2988 5 5 # are installed in read-only directory. 6 6 # 7 # Copyright (C) 2007 InnoTek SystemberatungGmbH7 # Copyright (C) 2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/Support/linux/export_modules
r2641 r2988 4 4 # Create a tar archive containing the sources of the vboxdrv kernel module 5 5 # 6 # Copyright (C) 2007 InnoTek SystemberatungGmbH6 # Copyright (C) 2007 innotek GmbH 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r2642 r2988 3 3 # Shared file between Makefile.kmk and export_modules 4 4 # 5 # Copyright (C) 2007 InnoTek SystemberatungGmbH5 # Copyright (C) 2007 innotek GmbH 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def
r1197 r2988 4 4 5 5 ; 6 ; Copyright (C) 2007 InnoTek SystemberatungGmbH6 ; Copyright (C) 2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/Support/win32/SUPDrvA-win32.asm
r1 r2988 3 3 ; Assembly part of Win32 ring-0 host driver 4 4 5 ; Copyright (C) 2006 InnoTek SystemberatungGmbH5 ; Copyright (C) 2006-2007 innotek GmbH 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/Support/win64/SUPDrvA-win64.asm
r1 r2988 3 3 ; Assembly part of Win64 ring-0 host driver 4 4 5 ; Copyright (C) 2006 InnoTek SystemberatungGmbH5 ; Copyright (C) 2006-2007 innotek GmbH 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.rc
r506 r2988 38 38 */ 39 39 40 #define VER_COMPANYNAME_STR " InnoTek SystemberatungGmbH"40 #define VER_COMPANYNAME_STR "innotek GmbH" 41 41 #define VER_FILEDESCRIPTION_STR "VirtualBox Host Interface Networking Driver" 42 42 #define VER_ORIGINALFILENAME_STR TAP_COMPONENT_ID ".sys" 43 43 #define VER_LEGALCOPYRIGHT_YEARS "2006" 44 #define VER_LEGALCOPYRIGHT_STR " InnoTek SystemberatungGmbH & Others"44 #define VER_LEGALCOPYRIGHT_STR "innotek GmbH & Others" 45 45 46 46
Note:
See TracChangeset
for help on using the changeset viewer.