X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=cyclone68000.git;a=blobdiff_plain;f=Cyclone%2FMain.cpp;h=f071bf2d01ab9544ae45edd9f17acbbe24ca6da9;hp=10d9c9346c2e1e669217a23d6e69863ab3034980;hb=c41b9b971773b8f4e20fa07f1570fe7aec941bcd;hpb=58db92b945d17c6ebec0f4dc1c75fc4677318772 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");