Changeset 15955 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 14, 2009 8:14:36 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41598
- Location:
- trunk/src/VBox/Devices/Network
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r15953 r15955 18 18 * Copyright (C) 2007 Sun Microsystems, Inc. 19 19 * 20 * Sun Microsystems, Inc. confidential 21 * All rights reserved 20 * This file is part of VirtualBox Open Source Edition (OSE), as 21 * available from http://www.virtualbox.org. This file is free software; 22 * you can redistribute it and/or modify it under the terms of the GNU 23 * General Public License (GPL) as published by the Free Software 24 * Foundation, in version 2 as it comes in the "COPYING" file of the 25 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 26 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 27 * 28 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 29 * Clara, CA 95054 USA or visit http://www.sun.com if you need 30 * additional information or have any questions. 22 31 */ 23 32 -
trunk/src/VBox/Devices/Network/DevE1000Phy.cpp
r15953 r15955 13 13 * Copyright (C) 2007 Sun Microsystems, Inc. 14 14 * 15 * Sun Microsystems, Inc. confidential 16 * All rights reserved 15 * This file is part of VirtualBox Open Source Edition (OSE), as 16 * available from http://www.virtualbox.org. This file is free software; 17 * you can redistribute it and/or modify it under the terms of the GNU 18 * General Public License (GPL) as published by the Free Software 19 * Foundation, in version 2 as it comes in the "COPYING" file of the 20 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 21 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 22 * 23 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 24 * Clara, CA 95054 USA or visit http://www.sun.com if you need 25 * additional information or have any questions. 17 26 */ 18 27 -
trunk/src/VBox/Devices/Network/DevE1000Phy.h
r15953 r15955 7 7 * Copyright (C) 2007 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/Devices/Network/DevEEPROM.cpp
r15953 r15955 7 7 * Copyright (C) 2007 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/Devices/Network/DevEEPROM.h
r15953 r15955 7 7 * Copyright (C) 2007 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
Note:
See TracChangeset
for help on using the changeset viewer.