Changeset 37829 in vbox for trunk/src/recompiler
- Timestamp:
- Jul 8, 2011 8:35:47 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72717
- Location:
- trunk/src/recompiler
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
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.