Changeset 69250 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj
- Timestamp:
- Oct 24, 2017 7:18:49 PM (7 years ago)
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobj.cpp
r63564 r69250 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 #include "VBoxNetFltNobj.h" -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobj.def
r62534 r69250 4 4 ; Library def file 5 5 ; 6 6 7 ; 7 8 ; Copyright (C) 2011-2016 Oracle Corporation … … 15 16 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 17 ; 18 ; The contents of this file may alternatively be used under the terms 19 ; of the Common Development and Distribution License Version 1.0 20 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 ; VirtualBox OSE distribution, in which case the provisions of the 22 ; CDDL are applicable instead of those of the GPL. 23 ; 24 ; You may elect to license modified versions of this file under the 25 ; terms and conditions of either the GPL or the CDDL or both. 26 ; 17 27 LIBRARY VBoxNetFltNobj 18 28 EXPORTS -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobj.h
r62697 r69250 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 #ifndef ___VBoxNetFltNobj_h___ -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobj.rc
r62535 r69250 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 * 16 * The contents of this file may alternatively be used under the terms 17 * of the Common Development and Distribution License Version 1.0 18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 19 * VirtualBox OSE distribution, in which case the provisions of the 20 * CDDL are applicable instead of those of the GPL. 21 * 22 * You may elect to license modified versions of this file under the 23 * terms and conditions of either the GPL or the CDDL or both. 15 24 */ 16 25 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobjRc.h
r62490 r69250 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 #ifndef ___VBoxNetFltNobjRc_h___
Note:
See TracChangeset
for help on using the changeset viewer.