Changeset 43121 in vbox
- Timestamp:
- Aug 30, 2012 6:36:48 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80487
- Location:
- trunk/src/VBox
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGINA/testcase/tstVBoxGINA.cpp
r40215 r43121 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 -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.conf
r32388 r43121 12 12 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 13 # 14 # The contents of this file may alternatively be used under the terms 15 # of the Common Development and Distribution License Version 1.0 16 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 17 # VirtualBox OSE distribution, in which case the provisions of the 18 # CDDL are applicable instead of those of the GPL. 19 # 20 # You may elect to license modified versions of this file under the 21 # terms and conditions of either the GPL or the CDDL or both. 22 # 14 23 15 24 # This needs to go into /platform/i86pc/kernel/drv, -
trunk/src/VBox/Runtime/.scm-settings
r32394 r43121 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 # 17 # The contents of this file may alternatively be used under the terms 18 # of the Common Development and Distribution License Version 1.0 19 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 # VirtualBox OSE distribution, in which case the provisions of the 21 # CDDL are applicable instead of those of the GPL. 22 # 23 # You may elect to license modified versions of this file under the 24 # terms and conditions of either the GPL or the CDDL or both. 25 # 17 26 18 27 -
trunk/src/VBox/Storage/VDVfs.cpp
r41576 r43121 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
Note:
See TracChangeset
for help on using the changeset viewer.