license info for PicoDrive directory
authoremudave <emudave@gmail.com>
Tue, 8 Feb 2011 15:10:48 +0000 (15:10 +0000)
committeremudave <emudave@gmail.com>
Tue, 8 Feb 2011 15:10:48 +0000 (15:10 +0000)
PicoDrive/Config.cpp
PicoDrive/Debug.cpp
PicoDrive/Emulate.cpp
PicoDrive/File.cpp
PicoDrive/FrameWindow.cpp
PicoDrive/PicoDrive.txt
PicoDrive/Wave.cpp
PicoDrive/WinMain.cpp
PicoDrive/afxres.h
PicoDrive/stdafx.h

index 4ab2d57..ddac821 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the PicoDrive Megadrive 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 "stdafx.h"\r
 \r
 static char *ConfigName="\\PicoConfig.txt";\r
index 49f53f6..17f1f49 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the PicoDrive Megadrive 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 "stdafx.h"\r
 \r
 static int ScreenNum=0;\r
index 341aa12..e5f2131 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the PicoDrive Megadrive 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 "stdafx.h"\r
 \r
 TCHAR RomName[260]={0};\r
index bc3593f..33e9fa2 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the PicoDrive Megadrive 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 "stdafx.h"\r
 \r
 // Loading roms, loading and saving states etc...\r
index a778c87..f4fc996 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the PicoDrive Megadrive 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 "stdafx.h"\r
 \r
 HWND FrameWnd=NULL;\r
index 1838ab2..9da9484 100644 (file)
@@ -8,6 +8,8 @@
 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
 ----------------------------------------------------------------------------\r
 \r
   What's new?\r
index b5e5a46..dfb9fc1 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the PicoDrive Megadrive 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 "stdafx.h"\r
 \r
 int WaveRate=0;\r
index acb6a33..9206598 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the PicoDrive Megadrive 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 "stdafx.h"\r
 #include <stdarg.h>\r
 \r
index 75e02f7..a9c165e 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the PicoDrive Megadrive 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
 #define WIN32_LEAN_AND_MEAN\r
 #include <windows.h>\r
 #include <aygshell.h>\r
index b63e5bf..9e78891 100644 (file)
@@ -1,4 +1,11 @@
 \r
+// This file is part of the PicoDrive Megadrive 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
 #pragma warning(disable:4514)\r
 #pragma warning(push)\r
 #pragma warning(disable:4201)\r