Changeset 69250 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win/Install
- Timestamp:
- Oct 24, 2017 7:18:49 PM (7 years ago)
- Location:
- trunk/src/VBox/HostDrivers/VBoxUSB/win/Install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/Install/USBInstall.cpp
r62688 r69250 1 /* $Id$ */ 1 2 /** @file 2 * 3 * VBox host drivers - USB drivers - Filter & driver installation 4 * 5 * Installation code 6 * 3 * VBox host drivers - USB drivers - Filter & driver installation, Installation code. 4 */ 5 6 /* 7 7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 -
trunk/src/VBox/HostDrivers/VBoxUSB/win/Install/USBUninstall.cpp
r62688 r69250 1 /* $Id$ */ 1 2 /** @file 2 * 3 * VBox host drivers - USB drivers - Filter & driver uninstallation 4 * 5 * Installation code 6 * 3 * VBox host drivers - USB drivers - Filter & driver uninstallation. 4 */ 5 6 /* 7 7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26
Note:
See TracChangeset
for help on using the changeset viewer.