Changeset 37829 in vbox
- Timestamp:
- Jul 8, 2011 8:35:47 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72717
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/vector.h
r37720 r37829 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 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. 16 25 */ 17 26 -
trunk/src/VBox/Runtime/testcase/tstVector.cpp
r37720 r37829 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 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. 16 25 */ 17 26 -
trunk/src/recompiler/ioport.h
r37689 r37829 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, see <http://www.gnu.org/licenses/>. 18 */ 19 20 /* 21 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 23 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 24 * a choice of LGPL license versions is made available with the language indicating 25 * that LGPLv2 or any later version may be used, or where a choice of which version 26 * of the LGPL is applied is otherwise unspecified. 18 27 */ 19 28 -
trunk/src/recompiler/softmmu_template.h
r37689 r37829 26 26 * of the LGPL is applied is otherwise unspecified. 27 27 */ 28 28 29 #include "qemu-timer.h" 29 30 -
trunk/src/recompiler/tests/test-mmap.c
r36175 r37829 23 23 */ 24 24 25 /* 26 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice 27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 28 * the General Public License version 2 (GPLv2) at this time for any software where 29 * a choice of GPL license versions is made available with the language indicating 30 * that GPLv2 or any later version may be used, or where a choice of which version 31 * of the GPL is applied is otherwise unspecified. 32 */ 33 25 34 #include <stdio.h> 26 35 #include <stdlib.h>
Note:
See TracChangeset
for help on using the changeset viewer.