From: emudave Date: Tue, 8 Feb 2011 15:02:39 +0000 (+0000) Subject: license info at top of Cyclone source files X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=cyclone68000.git;a=commitdiff_plain;h=619b18243b9bf12ea1b3880ace8eba33030d5501 license info at top of Cyclone source files --- diff --git a/Cyclone/Ea.cpp b/Cyclone/Ea.cpp index b1a3340..d99ce71 100644 --- a/Cyclone/Ea.cpp +++ b/Cyclone/Ea.cpp @@ -1,4 +1,11 @@ +// This file is part of the Cyclone 68000 Emulator + +// This code is licensed under the GNU General Public License version 2.0 and the MAME License. +// You can choose the license that has the most advantages for you. + +// SVN repository can be found at http://code.google.com/p/cyclone68000/ + #include "app.h" // --------------------------------------------------------------------------- diff --git a/Cyclone/Main.cpp b/Cyclone/Main.cpp index 29dfb3e..10d9c93 100644 --- a/Cyclone/Main.cpp +++ b/Cyclone/Main.cpp @@ -1,4 +1,11 @@ +// This file is part of the Cyclone 68000 Emulator + +// This code is licensed under the GNU General Public License version 2.0 and the MAME License. +// You can choose the license that has the most advantages for you. + +// SVN repository can be found at http://code.google.com/p/cyclone68000/ + #include "app.h" static FILE *AsmFile=NULL; diff --git a/Cyclone/OpAny.cpp b/Cyclone/OpAny.cpp index 9a149bb..4af08b2 100644 --- a/Cyclone/OpAny.cpp +++ b/Cyclone/OpAny.cpp @@ -1,4 +1,11 @@ +// This file is part of the Cyclone 68000 Emulator + +// This code is licensed under the GNU General Public License version 2.0 and the MAME License. +// You can choose the license that has the most advantages for you. + +// SVN repository can be found at http://code.google.com/p/cyclone68000/ + #include "app.h" static unsigned char OpData[16]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; diff --git a/Cyclone/OpArith.cpp b/Cyclone/OpArith.cpp index db80147..d2ebf59 100644 --- a/Cyclone/OpArith.cpp +++ b/Cyclone/OpArith.cpp @@ -1,4 +1,11 @@ +// This file is part of the Cyclone 68000 Emulator + +// This code is licensed under the GNU General Public License version 2.0 and the MAME License. +// You can choose the license that has the most advantages for you. + +// SVN repository can be found at http://code.google.com/p/cyclone68000/ + #include "app.h" // --------------------- Opcodes 0x0000+ --------------------- diff --git a/Cyclone/OpBranch.cpp b/Cyclone/OpBranch.cpp index 0fef71d..b5e2d80 100644 --- a/Cyclone/OpBranch.cpp +++ b/Cyclone/OpBranch.cpp @@ -1,4 +1,11 @@ +// This file is part of the Cyclone 68000 Emulator + +// This code is licensed under the GNU General Public License version 2.0 and the MAME License. +// You can choose the license that has the most advantages for you. + +// SVN repository can be found at http://code.google.com/p/cyclone68000/ + #include "app.h" static void CheckPc() diff --git a/Cyclone/OpLogic.cpp b/Cyclone/OpLogic.cpp index 0ff2e3f..a2e30a2 100644 --- a/Cyclone/OpLogic.cpp +++ b/Cyclone/OpLogic.cpp @@ -1,3 +1,11 @@ + +// This file is part of the Cyclone 68000 Emulator + +// This code is licensed under the GNU General Public License version 2.0 and the MAME License. +// You can choose the license that has the most advantages for you. + +// SVN repository can be found at http://code.google.com/p/cyclone68000/ + #include "app.h" // --------------------- Opcodes 0x0100+ --------------------- diff --git a/Cyclone/OpMove.cpp b/Cyclone/OpMove.cpp index 2a1b5fe..f762ea1 100644 --- a/Cyclone/OpMove.cpp +++ b/Cyclone/OpMove.cpp @@ -1,4 +1,11 @@ +// This file is part of the Cyclone 68000 Emulator + +// This code is licensed under the GNU General Public License version 2.0 and the MAME License. +// You can choose the license that has the most advantages for you. + +// SVN repository can be found at http://code.google.com/p/cyclone68000/ + #include "app.h" // --------------------- Opcodes 0x1000+ --------------------- diff --git a/Cyclone/app.h b/Cyclone/app.h index f4795cc..1596dfa 100644 --- a/Cyclone/app.h +++ b/Cyclone/app.h @@ -1,4 +1,11 @@ +// This file is part of the Cyclone 68000 Emulator + +// This code is licensed under the GNU General Public License version 2.0 and the MAME License. +// You can choose the license that has the most advantages for you. + +// SVN repository can be found at http://code.google.com/p/cyclone68000/ + #include #include #include