From 58db92b945d17c6ebec0f4dc1c75fc4677318772 Mon Sep 17 00:00:00 2001 From: emudave Date: Tue, 8 Feb 2011 15:10:48 +0000 Subject: [PATCH] license info for PicoDrive directory --- PicoDrive/Config.cpp | 7 +++++++ PicoDrive/Debug.cpp | 7 +++++++ PicoDrive/Emulate.cpp | 7 +++++++ PicoDrive/File.cpp | 7 +++++++ PicoDrive/FrameWindow.cpp | 7 +++++++ PicoDrive/PicoDrive.txt | 2 ++ PicoDrive/Wave.cpp | 7 +++++++ PicoDrive/WinMain.cpp | 7 +++++++ PicoDrive/afxres.h | 7 +++++++ PicoDrive/stdafx.h | 7 +++++++ 10 files changed, 65 insertions(+) diff --git a/PicoDrive/Config.cpp b/PicoDrive/Config.cpp index 4ab2d57..ddac821 100644 --- a/PicoDrive/Config.cpp +++ b/PicoDrive/Config.cpp @@ -1,4 +1,11 @@ +// This file is part of the PicoDrive Megadrive 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 "stdafx.h" static char *ConfigName="\\PicoConfig.txt"; diff --git a/PicoDrive/Debug.cpp b/PicoDrive/Debug.cpp index 49f53f6..17f1f49 100644 --- a/PicoDrive/Debug.cpp +++ b/PicoDrive/Debug.cpp @@ -1,4 +1,11 @@ +// This file is part of the PicoDrive Megadrive 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 "stdafx.h" static int ScreenNum=0; diff --git a/PicoDrive/Emulate.cpp b/PicoDrive/Emulate.cpp index 341aa12..e5f2131 100644 --- a/PicoDrive/Emulate.cpp +++ b/PicoDrive/Emulate.cpp @@ -1,4 +1,11 @@ +// This file is part of the PicoDrive Megadrive 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 "stdafx.h" TCHAR RomName[260]={0}; diff --git a/PicoDrive/File.cpp b/PicoDrive/File.cpp index bc3593f..33e9fa2 100644 --- a/PicoDrive/File.cpp +++ b/PicoDrive/File.cpp @@ -1,4 +1,11 @@ +// This file is part of the PicoDrive Megadrive 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 "stdafx.h" // Loading roms, loading and saving states etc... diff --git a/PicoDrive/FrameWindow.cpp b/PicoDrive/FrameWindow.cpp index a778c87..f4fc996 100644 --- a/PicoDrive/FrameWindow.cpp +++ b/PicoDrive/FrameWindow.cpp @@ -1,4 +1,11 @@ +// This file is part of the PicoDrive Megadrive 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 "stdafx.h" HWND FrameWnd=NULL; diff --git a/PicoDrive/PicoDrive.txt b/PicoDrive/PicoDrive.txt index 1838ab2..9da9484 100644 --- a/PicoDrive/PicoDrive.txt +++ b/PicoDrive/PicoDrive.txt @@ -8,6 +8,8 @@ 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/ + ---------------------------------------------------------------------------- What's new? diff --git a/PicoDrive/Wave.cpp b/PicoDrive/Wave.cpp index b5e5a46..dfb9fc1 100644 --- a/PicoDrive/Wave.cpp +++ b/PicoDrive/Wave.cpp @@ -1,4 +1,11 @@ +// This file is part of the PicoDrive Megadrive 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 "stdafx.h" int WaveRate=0; diff --git a/PicoDrive/WinMain.cpp b/PicoDrive/WinMain.cpp index acb6a33..9206598 100644 --- a/PicoDrive/WinMain.cpp +++ b/PicoDrive/WinMain.cpp @@ -1,4 +1,11 @@ +// This file is part of the PicoDrive Megadrive 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 "stdafx.h" #include diff --git a/PicoDrive/afxres.h b/PicoDrive/afxres.h index 75e02f7..a9c165e 100644 --- a/PicoDrive/afxres.h +++ b/PicoDrive/afxres.h @@ -1,4 +1,11 @@ +// This file is part of the PicoDrive Megadrive 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/ + #define WIN32_LEAN_AND_MEAN #include #include diff --git a/PicoDrive/stdafx.h b/PicoDrive/stdafx.h index b63e5bf..9e78891 100644 --- a/PicoDrive/stdafx.h +++ b/PicoDrive/stdafx.h @@ -1,4 +1,11 @@ +// This file is part of the PicoDrive Megadrive 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/ + #pragma warning(disable:4514) #pragma warning(push) #pragma warning(disable:4201) -- 2.39.2