Changeset 15548 in vbox for trunk/src/VBox
- Timestamp:
- Dec 15, 2008 9:33:35 PM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/darwin/NetIfList-darwin.cpp
r15466 r15548 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 terms18 * of the Common Development and Distribution License Version 1.019 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 * VirtualBox OSE distribution, in which case the provisions of the21 * CDDL are applicable instead of those of the GPL.22 *23 * You may elect to license modified versions of this file under the24 * terms and conditions of either the GPL or the CDDL or both.25 16 * 26 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa -
trunk/src/VBox/Main/include/netif.h
r15442 r15548 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 terms17 * of the Common Development and Distribution License Version 1.018 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the19 * VirtualBox OSE distribution, in which case the provisions of the20 * CDDL are applicable instead of those of the GPL.21 *22 * You may elect to license modified versions of this file under the23 * terms and conditions of either the GPL or the CDDL or both.24 15 * 25 16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa -
trunk/src/VBox/Main/linux/NetIfList-linux.cpp
r15464 r15548 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 terms18 * of the Common Development and Distribution License Version 1.019 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 * VirtualBox OSE distribution, in which case the provisions of the21 * CDDL are applicable instead of those of the GPL.22 *23 * You may elect to license modified versions of this file under the24 * terms and conditions of either the GPL or the CDDL or both.25 16 * 26 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa -
trunk/src/VBox/Main/os2/NetIfList-os2.cpp
r15442 r15548 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 terms18 * of the Common Development and Distribution License Version 1.019 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 * VirtualBox OSE distribution, in which case the provisions of the21 * CDDL are applicable instead of those of the GPL.22 *23 * You may elect to license modified versions of this file under the24 * terms and conditions of either the GPL or the CDDL or both.25 16 * 26 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa -
trunk/src/VBox/Main/solaris/NetIfList-solaris.cpp
r15510 r15548 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 terms18 * of the Common Development and Distribution License Version 1.019 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 * VirtualBox OSE distribution, in which case the provisions of the21 * CDDL are applicable instead of those of the GPL.22 *23 * You may elect to license modified versions of this file under the24 * terms and conditions of either the GPL or the CDDL or both.25 16 * 26 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa -
trunk/src/VBox/Main/testcase/tstUSBLinux.h
r14991 r15548 7 7 * Copyright (C) 2008 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 -
trunk/src/VBox/Main/win/NetIfList-win.cpp
r15510 r15548 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 terms18 * of the Common Development and Distribution License Version 1.019 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 * VirtualBox OSE distribution, in which case the provisions of the21 * CDDL are applicable instead of those of the GPL.22 *23 * You may elect to license modified versions of this file under the24 * terms and conditions of either the GPL or the CDDL or both.25 16 * 26 17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
Note:
See TracChangeset
for help on using the changeset viewer.