added copyright line to top of source files next to license information
[cyclone68000.git] / Cyclone / Main.cpp
index 10d9c93..f071bf2 100644 (file)
@@ -1,6 +1,8 @@
 \r
 // This file is part of the Cyclone 68000 Emulator\r
 \r
+// Copyright (c) 2011 FinalDave (emudave (at) gmail.com)\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
@@ -233,6 +235,8 @@ static int CycloneMake()
 \r
   ot("\n;@ Cyclone 68000 Emulator v%x.%.3x - Assembler Output\n\n",CycloneVer>>12,CycloneVer&0xfff);\r
 \r
+  ot(";@ Copyright (c) 2011 FinalDave (emudave (at) gmail.com)\n\n");\r
+\r
   ot(";@ This code is licensed under the GNU General Public License version 2.0 and the MAME License.\n");\r
   ot(";@ You can choose the license that has the most advantages for you.\n\n");\r
   ot(";@ SVN repository can be found at http://code.google.com/p/cyclone68000/\n\n");\r