Changeset 11982 in vbox for trunk/src/recompiler/tests
- Timestamp:
- Sep 2, 2008 1:09:44 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35885
- Location:
- trunk/src/recompiler/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/tests/linux-test.c
r1 r11982 17 17 * along with this program; if not, write to the Free Software 18 18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 19 28 */ 20 29 #include <stdarg.h> -
trunk/src/recompiler/tests/test-i386.c
r2426 r11982 17 17 * along with this program; if not, write to the Free Software 18 18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 19 28 */ 20 29 #define _GNU_SOURCE
Note:
See TracChangeset
for help on using the changeset viewer.