Changeset 21407 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 8, 2009 3:30:32 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49783
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetFlt/win
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetAdp.inf
r21366 r21407 6 6 ; Copyright (C) 2008 Sun Microsystems, Inc. 7 7 ; 8 ; Sun Microsystems, Inc. confidential 9 ; All rights reserved 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License (GPL) as published by the Free Software 12 ; Foundation, in version 2 as it comes in the "COPYING" file of the 13 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 ; 16 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 17 ; Clara, CA 95054 USA or visit http://www.sun.com if you need 18 ; additional information or have any questions. 10 19 ; 11 20 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.rc
r21361 r21407 2 2 * Copyright (C) 2009 Sun Microsystems, Inc. 3 3 * 4 * Sun Microsystems, Inc. confidential 5 * All rights reserved 4 * This file is part of VirtualBox Open Source Edition (OSE), as 5 * available from http://www.virtualbox.org. This file is free software; 6 * you can redistribute it and/or modify it under the terms of the GNU 7 * General Public License (GPL) as published by the Free Software 8 * Foundation, in version 2 as it comes in the "COPYING" file of the 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * 12 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 13 * Clara, CA 95054 USA or visit http://www.sun.com if you need 14 * additional information or have any questions. 6 15 */ 7 16 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.rc
r21365 r21407 2 2 * Copyright (C) 2009 Sun Microsystems, Inc. 3 3 * 4 * Sun Microsystems, Inc. confidential 5 * All rights reserved 4 * This file is part of VirtualBox Open Source Edition (OSE), as 5 * available from http://www.virtualbox.org. This file is free software; 6 * you can redistribute it and/or modify it under the terms of the GNU 7 * General Public License (GPL) as published by the Free Software 8 * Foundation, in version 2 as it comes in the "COPYING" file of the 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * 12 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 13 * Clara, CA 95054 USA or visit http://www.sun.com if you need 14 * additional information or have any questions. 6 15 */ 7 16 #include <windows.h>
Note:
See TracChangeset
for help on using the changeset viewer.