Changeset 8155 in vbox for trunk/src/VBox/Additions/linux/daemon
- Timestamp:
- Apr 18, 2008 3:16:47 PM (17 years ago)
- Location:
- trunk/src/VBox/Additions/linux/daemon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/daemon/Makefile.kmk
r6757 r8155 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH7 # Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 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 # 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. 16 20 # 17 21 -
trunk/src/VBox/Additions/linux/daemon/supc++.c
r5999 r8155 9 9 10 10 /* 11 * Copyright (C) 2006-2007 innotek GmbH11 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 12 12 * 13 13 * This file is part of VirtualBox Open Source Edition (OSE), as … … 18 18 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 19 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 20 * 21 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 22 * Clara, CA 95054 USA or visit http://www.sun.com if you need 23 * additional information or have any questions. 20 24 */ 21 25 -
trunk/src/VBox/Additions/linux/daemon/vboxadd_timesync.c
r8130 r8155 5 5 6 6 /* 7 * Copyright (C) 2006-2007 innotek GmbH7 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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 * 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. 16 20 */ 17 21
Note:
See TracChangeset
for help on using the changeset viewer.