Changeset 4071 in vbox for trunk/src/recompiler/InnoTek
- Timestamp:
- Aug 7, 2007 5:07:59 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23517
- Location:
- trunk/src/recompiler/InnoTek
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/recompiler/InnoTek/config-host.h ¶
r3888 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
TabularUnified trunk/src/recompiler/InnoTek/config.h ¶
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
TabularUnified trunk/src/recompiler/InnoTek/crt/stdio.h ¶
r3888 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
TabularUnified trunk/src/recompiler/InnoTek/deftoimp.sed ¶
r2988 r4071 6 6 # 7 7 # 8 # Copyright (C) 2006-2007 innotek GmbH 9 # 10 # This file is part of VirtualBox Open Source Edition (OSE), as 11 # available from http://www.virtualbox.org. This file is free software; 12 # you can redistribute it and/or modify it under the terms of the GNU 13 # General Public License as published by the Free Software Foundation, 14 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 # distribution. VirtualBox OSE is distributed in the hope that it will 16 # be useful, but WITHOUT ANY WARRANTY of any kind. 17 # 18 # If you received this file as part of a commercial VirtualBox 19 # distribution, then only the terms of your commercial VirtualBox 20 # license agreement apply instead of the previous paragraph. 21 # 8 # Copyright (C) 2006-2007 innotek GmbH 9 # 10 # This file is part of VirtualBox Open Source Edition (OSE), as 11 # available from http://www.virtualbox.org. This file is free software; 12 # you can redistribute it and/or modify it under the terms of the GNU 13 # General Public License as published by the Free Software Foundation, 14 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 # distribution. VirtualBox OSE is distributed in the hope that it will 16 # be useful, but WITHOUT ANY WARRANTY of any kind. 22 17 23 18 s/;.*$//g -
TabularUnified trunk/src/recompiler/InnoTek/op-darwin.sed ¶
r2988 r4071 7 7 8 8 # 9 # Copyright (C) 2006-2007 innotek GmbH 10 # 11 # This file is part of VirtualBox Open Source Edition (OSE), as 12 # available from http://www.virtualbox.org. This file is free software; 13 # you can redistribute it and/or modify it under the terms of the GNU 14 # General Public License as published by the Free Software Foundation, 15 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 16 # distribution. VirtualBox OSE is distributed in the hope that it will 17 # be useful, but WITHOUT ANY WARRANTY of any kind. 18 # 19 # If you received this file as part of a commercial VirtualBox 20 # distribution, then only the terms of your commercial VirtualBox 21 # license agreement apply instead of the previous paragraph. 22 # 9 # Copyright (C) 2006-2007 innotek GmbH 10 # 11 # This file is part of VirtualBox Open Source Edition (OSE), as 12 # available from http://www.virtualbox.org. This file is free software; 13 # you can redistribute it and/or modify it under the terms of the GNU 14 # General Public License as published by the Free Software Foundation, 15 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 16 # distribution. VirtualBox OSE is distributed in the hope that it will 17 # be useful, but WITHOUT ANY WARRANTY of any kind. 23 18 24 19 # This is a generic transformation, only encountered with i386-elf-gcc-3.4.3 so far. -
TabularUnified trunk/src/recompiler/InnoTek/structs.h ¶
r2981 r4071 18 18 * distribution. VirtualBox OSE is distributed in the hope that it will 19 19 * be useful, but WITHOUT ANY WARRANTY of any kind. 20 *21 * If you received this file as part of a commercial VirtualBox22 * distribution, then only the terms of your commercial VirtualBox23 * license agreement apply instead of the previous paragraph.24 20 */ 25 21
Note:
See TracChangeset
for help on using the changeset viewer.