diff blastem.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 226ed16b1fb6
children 5f3344d0d42f
line wrap: on
line diff
--- a/blastem.c	Tue Sep 10 21:20:54 2013 -0700
+++ b/blastem.c	Tue Sep 10 23:31:08 2013 -0700
@@ -1,3 +1,8 @@
+/*
+ Copyright 2013 Michael Pavone
+ This file is part of BlastEm. 
+ BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text.
+*/
 #include "68kinst.h"
 #include "m68k_to_x86.h"
 #include "z80_to_x86.h"