Changeset 28800 in vbox for trunk/src/VBox/HostDrivers/Support/freebsd
- Timestamp:
- Apr 27, 2010 8:22:32 AM (15 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support/freebsd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/Makefile
r28476 r28800 6 6 # 7 7 # 8 # Copyright (C) 2006-2007 Sun Microsystems, Inc.8 # Copyright (C) 2006-2007 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 24 24 # You may elect to license modified versions of this file under the 25 25 # terms and conditions of either the GPL or the CDDL or both. 26 #27 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa28 # Clara, CA 95054 USA or visit http://www.sun.com if you need29 # additional information or have any questions.30 26 # 31 27 -
trunk/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp
r28317 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/HostDrivers/Support/freebsd/SUPR0IdcClient-freebsd.c
r10258 r28800 5 5 6 6 /* 7 * Copyright (C) 2008 Sun Microsystems, Inc.7 * Copyright (C) 2008 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26
Note:
See TracChangeset
for help on using the changeset viewer.