From: emudave Date: Sat, 12 Feb 2011 21:50:05 +0000 (+0000) Subject: added copyright line to top of source files next to license information X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=cyclone68000.git;a=commitdiff_plain;h=c41b9b971773b8f4e20fa07f1570fe7aec941bcd added copyright line to top of source files next to license information --- diff --git a/Cyclone/Cyclone.h b/Cyclone/Cyclone.h index 99fb1fc..77ea268 100644 --- a/Cyclone/Cyclone.h +++ b/Cyclone/Cyclone.h @@ -1,6 +1,8 @@ // Cyclone 68000 Emulator - Header File +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Cyclone/Ea.cpp b/Cyclone/Ea.cpp index d99ce71..3b39e8e 100644 --- a/Cyclone/Ea.cpp +++ b/Cyclone/Ea.cpp @@ -1,6 +1,8 @@ // This file is part of the Cyclone 68000 Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Cyclone/Main.cpp b/Cyclone/Main.cpp index 10d9c93..f071bf2 100644 --- a/Cyclone/Main.cpp +++ b/Cyclone/Main.cpp @@ -1,6 +1,8 @@ // This file is part of the Cyclone 68000 Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. @@ -233,6 +235,8 @@ static int CycloneMake() ot("\n;@ Cyclone 68000 Emulator v%x.%.3x - Assembler Output\n\n",CycloneVer>>12,CycloneVer&0xfff); + ot(";@ Copyright (c) 2011 FinalDave (emudave (at) gmail.com)\n\n"); + ot(";@ This code is licensed under the GNU General Public License version 2.0 and the MAME License.\n"); ot(";@ You can choose the license that has the most advantages for you.\n\n"); ot(";@ SVN repository can be found at http://code.google.com/p/cyclone68000/\n\n"); diff --git a/Cyclone/OpAny.cpp b/Cyclone/OpAny.cpp index 4af08b2..44d2e5c 100644 --- a/Cyclone/OpAny.cpp +++ b/Cyclone/OpAny.cpp @@ -1,6 +1,8 @@ // This file is part of the Cyclone 68000 Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Cyclone/OpArith.cpp b/Cyclone/OpArith.cpp index d2ebf59..c8144f4 100644 --- a/Cyclone/OpArith.cpp +++ b/Cyclone/OpArith.cpp @@ -1,6 +1,8 @@ // This file is part of the Cyclone 68000 Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Cyclone/OpBranch.cpp b/Cyclone/OpBranch.cpp index b5e2d80..145fd08 100644 --- a/Cyclone/OpBranch.cpp +++ b/Cyclone/OpBranch.cpp @@ -1,6 +1,8 @@ // This file is part of the Cyclone 68000 Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Cyclone/OpLogic.cpp b/Cyclone/OpLogic.cpp index a2e30a2..c9c724b 100644 --- a/Cyclone/OpLogic.cpp +++ b/Cyclone/OpLogic.cpp @@ -1,6 +1,8 @@ // This file is part of the Cyclone 68000 Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Cyclone/OpMove.cpp b/Cyclone/OpMove.cpp index f762ea1..a6aa6e0 100644 --- a/Cyclone/OpMove.cpp +++ b/Cyclone/OpMove.cpp @@ -1,6 +1,8 @@ // This file is part of the Cyclone 68000 Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Cyclone/app.h b/Cyclone/app.h index 1596dfa..aabb5b8 100644 --- a/Cyclone/app.h +++ b/Cyclone/app.h @@ -1,6 +1,8 @@ // This file is part of the Cyclone 68000 Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/Area.cpp b/Pico/Area.cpp index 8c0c6d2..499ad37 100644 --- a/Pico/Area.cpp +++ b/Pico/Area.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/Cart.cpp b/Pico/Cart.cpp index af79340..23c6e60 100644 --- a/Pico/Cart.cpp +++ b/Pico/Cart.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/Disa.c b/Pico/Disa.c index 773a3ba..01a54bc 100644 --- a/Pico/Disa.c +++ b/Pico/Disa.c @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/Disa.h b/Pico/Disa.h index 5b9072d..dddc21d 100644 --- a/Pico/Disa.h +++ b/Pico/Disa.h @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/Draw.cpp b/Pico/Draw.cpp index 50c5d64..4a1cdc7 100644 --- a/Pico/Draw.cpp +++ b/Pico/Draw.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/MakeSine.cpp b/Pico/MakeSine.cpp index 63ab5d2..aad9953 100644 --- a/Pico/MakeSine.cpp +++ b/Pico/MakeSine.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/Memory.cpp b/Pico/Memory.cpp index 92f72cc..5823d21 100644 --- a/Pico/Memory.cpp +++ b/Pico/Memory.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/Pico.cpp b/Pico/Pico.cpp index e006ea2..5d37b26 100644 --- a/Pico/Pico.cpp +++ b/Pico/Pico.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/Pico.h b/Pico/Pico.h index 4892fc4..2757c52 100644 --- a/Pico/Pico.h +++ b/Pico/Pico.h @@ -3,6 +3,8 @@ // Pico Megadrive Emulator Library - Header File +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/PicoInt.h b/Pico/PicoInt.h index addd322..1ad2fb6 100644 --- a/Pico/PicoInt.h +++ b/Pico/PicoInt.h @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/Profile.cpp b/Pico/Profile.cpp index ff4fb11..223512c 100644 --- a/Pico/Profile.cpp +++ b/Pico/Profile.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/Psnd.cpp b/Pico/Psnd.cpp index cc5f0fa..99f9190 100644 --- a/Pico/Psnd.cpp +++ b/Pico/Psnd.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/Sek.cpp b/Pico/Sek.cpp index b9d64a3..de8d9d1 100644 --- a/Pico/Sek.cpp +++ b/Pico/Sek.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/Utils.cpp b/Pico/Utils.cpp index ff0b111..b709558 100644 --- a/Pico/Utils.cpp +++ b/Pico/Utils.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/VideoPort.cpp b/Pico/VideoPort.cpp index e5ba099..0cfb1a5 100644 --- a/Pico/VideoPort.cpp +++ b/Pico/VideoPort.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/Pico/driver.h b/Pico/driver.h index 4070650..14439af 100644 --- a/Pico/driver.h +++ b/Pico/driver.h @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/PicoDrive/Config.cpp b/PicoDrive/Config.cpp index ddac821..0dcbaba 100644 --- a/PicoDrive/Config.cpp +++ b/PicoDrive/Config.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/PicoDrive/Debug.cpp b/PicoDrive/Debug.cpp index 17f1f49..d964e0e 100644 --- a/PicoDrive/Debug.cpp +++ b/PicoDrive/Debug.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/PicoDrive/Emulate.cpp b/PicoDrive/Emulate.cpp index e5f2131..6844818 100644 --- a/PicoDrive/Emulate.cpp +++ b/PicoDrive/Emulate.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/PicoDrive/File.cpp b/PicoDrive/File.cpp index 33e9fa2..98e6cf3 100644 --- a/PicoDrive/File.cpp +++ b/PicoDrive/File.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/PicoDrive/FrameWindow.cpp b/PicoDrive/FrameWindow.cpp index f4fc996..110d6dd 100644 --- a/PicoDrive/FrameWindow.cpp +++ b/PicoDrive/FrameWindow.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/PicoDrive/Wave.cpp b/PicoDrive/Wave.cpp index dfb9fc1..15350ef 100644 --- a/PicoDrive/Wave.cpp +++ b/PicoDrive/Wave.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/PicoDrive/WinMain.cpp b/PicoDrive/WinMain.cpp index 9206598..ccd53b2 100644 --- a/PicoDrive/WinMain.cpp +++ b/PicoDrive/WinMain.cpp @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/PicoDrive/afxres.h b/PicoDrive/afxres.h index a9c165e..eb920f8 100644 --- a/PicoDrive/afxres.h +++ b/PicoDrive/afxres.h @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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. diff --git a/PicoDrive/stdafx.h b/PicoDrive/stdafx.h index 9e78891..3283b35 100644 --- a/PicoDrive/stdafx.h +++ b/PicoDrive/stdafx.h @@ -1,6 +1,8 @@ // This file is part of the PicoDrive Megadrive Emulator +// Copyright (c) 2011 FinalDave (emudave (at) gmail.com) + // 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.