comparison gen_x86.c @ 467:140af5509ce7

Added copyright notice to source files and added GPL license text in COPYING
author Mike Pavone <pavone@retrodev.com>
date Tue, 10 Sep 2013 23:31:08 -0700
parents 9fb111b5641f
children 0bf5e6b672fe
comparison
equal deleted inserted replaced
466:bc9e0829ffc7 467:140af5509ce7
1 /*
2 Copyright 2013 Michael Pavone
3 This file is part of BlastEm.
4 BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text.
5 */
1 #include "gen_x86.h" 6 #include "gen_x86.h"
2 #include "68kinst.h" 7 #include "68kinst.h"
3 #include <stddef.h> 8 #include <stddef.h>
4 #include <stdio.h> 9 #include <stdio.h>
5 #include <stdlib.h> 10 #include <stdlib.h>