Changeset 8155 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Apr 18, 2008 3:16:47 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29865
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk
r7457 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/Frontends/VBoxManage/VBoxInternalManage.cpp
r7854 r8155 10 10 11 11 /* 12 * Copyright (C) 2006-2007 innotek GmbH12 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 13 13 * 14 14 * This file is part of VirtualBox Open Source Edition (OSE), as … … 19 19 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 20 20 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 21 * 22 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 23 * Clara, CA 95054 USA or visit http://www.sun.com if you need 24 * additional information or have any questions. 21 25 */ 22 26 -
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r8091 r8155 8 8 9 9 /* 10 * Copyright (C) 2006-2007 innotek GmbH10 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 11 11 * 12 12 * This file is part of VirtualBox Open Source Edition (OSE), as … … 17 17 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 18 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 * 20 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 21 * Clara, CA 95054 USA or visit http://www.sun.com if you need 22 * additional information or have any questions. 19 23 */ 20 24 -
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
r7379 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/Frontends/VBoxManage/VBoxManageSVN.cpp
r5999 r8155 6 6 7 7 /* 8 * Copyright (C) 2006-2007 innotek GmbH8 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 19 * Clara, CA 95054 USA or visit http://www.sun.com if you need 20 * additional information or have any questions. 17 21 */ 18 22
Note:
See TracChangeset
for help on using the changeset viewer.