diff options
Diffstat (limited to 'src/recompiler/tcg/tcg.h')
-rw-r--r-- | src/recompiler/tcg/tcg.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/recompiler/tcg/tcg.h b/src/recompiler/tcg/tcg.h index e524feb85..03bc97516 100644 --- a/src/recompiler/tcg/tcg.h +++ b/src/recompiler/tcg/tcg.h @@ -21,14 +21,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -/* - * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice - * other than GPL or LGPL is available it will apply instead, Sun elects to use only - * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where - * a choice of LGPL license versions is made available with the language indicating - * that LGPLv2 or any later version may be used, or where a choice of which version - * of the LGPL is applied is otherwise unspecified. - */ + #include "tcg-target.h" #if TCG_TARGET_REG_BITS == 32 |