Changeset 69453 in vbox for trunk/src/VBox
- Timestamp:
- Oct 27, 2017 5:08:22 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118788
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/.scm-settings
r69221 r69453 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 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 #26 17 27 18 -
trunk/src/VBox/VMM/dtrace/lib/amd64/vbox-arch-types.d
r69111 r69453 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * The contents of this file may alternatively be used under the terms17 * of the Common Development and Distribution License Version 1.018 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the19 * VirtualBox OSE distribution, in which case the provisions of the20 * CDDL are applicable instead of those of the GPL.21 *22 * You may elect to license modified versions of this file under the23 * terms and conditions of either the GPL or the CDDL or both.24 15 */ 25 16 … … 47 38 } uint128_t; 48 39 49 -
trunk/src/VBox/VMM/dtrace/lib/vbox-types.d
r69111 r69453 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * The contents of this file may alternatively be used under the terms17 * of the Common Development and Distribution License Version 1.018 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the19 * VirtualBox OSE distribution, in which case the provisions of the20 * CDDL are applicable instead of those of the GPL.21 *22 * You may elect to license modified versions of this file under the23 * terms and conditions of either the GPL or the CDDL or both.24 15 */ 25 16 -
trunk/src/VBox/VMM/dtrace/lib/x86/vbox-arch-types.d
r69111 r69453 13 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * The contents of this file may alternatively be used under the terms17 * of the Common Development and Distribution License Version 1.018 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the19 * VirtualBox OSE distribution, in which case the provisions of the20 * CDDL are applicable instead of those of the GPL.21 *22 * You may elect to license modified versions of this file under the23 * terms and conditions of either the GPL or the CDDL or both.24 15 */ 25 16 … … 30 21 typedef void *RTR0PTR; 31 22 32
Note:
See TracChangeset
for help on using the changeset viewer.