license info at top of Cyclone source files
authoremudave <emudave@gmail.com>
Tue, 8 Feb 2011 15:02:39 +0000 (15:02 +0000)
committeremudave <emudave@gmail.com>
Tue, 8 Feb 2011 15:02:39 +0000 (15:02 +0000)
Cyclone/Ea.cpp
Cyclone/Main.cpp
Cyclone/OpAny.cpp
Cyclone/OpArith.cpp
Cyclone/OpBranch.cpp
Cyclone/OpLogic.cpp
Cyclone/OpMove.cpp
Cyclone/app.h

index b1a3340..d99ce71 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the Cyclone 68000 Emulator\r
+\r
+// This code is licensed under the GNU General Public License version 2.0 and the MAME License.\r
+// You can choose the license that has the most advantages for you.\r
+\r
+// SVN repository can be found at http://code.google.com/p/cyclone68000/\r
+\r
 #include "app.h"\r
 \r
 // ---------------------------------------------------------------------------\r
index 29dfb3e..10d9c93 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the Cyclone 68000 Emulator\r
+\r
+// This code is licensed under the GNU General Public License version 2.0 and the MAME License.\r
+// You can choose the license that has the most advantages for you.\r
+\r
+// SVN repository can be found at http://code.google.com/p/cyclone68000/\r
+\r
 #include "app.h"\r
 \r
 static FILE *AsmFile=NULL;\r
index 9a149bb..4af08b2 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the Cyclone 68000 Emulator\r
+\r
+// This code is licensed under the GNU General Public License version 2.0 and the MAME License.\r
+// You can choose the license that has the most advantages for you.\r
+\r
+// SVN repository can be found at http://code.google.com/p/cyclone68000/\r
+\r
 #include "app.h"\r
 \r
 static unsigned char OpData[16]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};\r
index db80147..d2ebf59 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the Cyclone 68000 Emulator\r
+\r
+// This code is licensed under the GNU General Public License version 2.0 and the MAME License.\r
+// You can choose the license that has the most advantages for you.\r
+\r
+// SVN repository can be found at http://code.google.com/p/cyclone68000/\r
+\r
 #include "app.h"\r
 \r
 // --------------------- Opcodes 0x0000+ ---------------------\r
index 0fef71d..b5e2d80 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the Cyclone 68000 Emulator\r
+\r
+// This code is licensed under the GNU General Public License version 2.0 and the MAME License.\r
+// You can choose the license that has the most advantages for you.\r
+\r
+// SVN repository can be found at http://code.google.com/p/cyclone68000/\r
+\r
 #include "app.h"\r
 \r
 static void CheckPc()\r
index 0ff2e3f..a2e30a2 100644 (file)
@@ -1,3 +1,11 @@
+\r
+// This file is part of the Cyclone 68000 Emulator\r
+\r
+// This code is licensed under the GNU General Public License version 2.0 and the MAME License.\r
+// You can choose the license that has the most advantages for you.\r
+\r
+// SVN repository can be found at http://code.google.com/p/cyclone68000/\r
+\r
 #include "app.h"\r
 \r
 // --------------------- Opcodes 0x0100+ ---------------------\r
index 2a1b5fe..f762ea1 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the Cyclone 68000 Emulator\r
+\r
+// This code is licensed under the GNU General Public License version 2.0 and the MAME License.\r
+// You can choose the license that has the most advantages for you.\r
+\r
+// SVN repository can be found at http://code.google.com/p/cyclone68000/\r
+\r
 #include "app.h"\r
 \r
 // --------------------- Opcodes 0x1000+ ---------------------\r
index f4795cc..1596dfa 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the Cyclone 68000 Emulator\r
+\r
+// This code is licensed under the GNU General Public License version 2.0 and the MAME License.\r
+// You can choose the license that has the most advantages for you.\r
+\r
+// SVN repository can be found at http://code.google.com/p/cyclone68000/\r
+\r
 #include <stdio.h>\r
 #include <stdarg.h>\r
 #include <stdlib.h>\r