add copyright stuff to substantially changed files
authorkub <derkub@gmail.com>
Sat, 16 May 2020 19:16:27 +0000 (21:16 +0200)
committerkub <derkub@gmail.com>
Sat, 16 May 2020 19:16:27 +0000 (21:16 +0200)
pico/32x/draw.c
pico/draw.c
pico/draw_arm.S
pico/misc.c
platform/common/host_dasm.c
platform/common/menu_pico.c

index 4119f09..45c2726 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * PicoDrive
  * (C) notaz, 2009,2010
+ * (C) kub, 2019
  *
  * This work is licensed under the terms of MAME license.
  * See COPYING file in the top-level directory.
index 82bb346..8bf73e7 100644 (file)
@@ -2,6 +2,7 @@
  * line renderer\r
  * (c) Copyright Dave, 2004\r
  * (C) notaz, 2006-2010\r
+ * (C) kub, 2019-2020\r
  *\r
  * This work is licensed under the terms of MAME license.\r
  * See COPYING file in the top-level directory.\r
index 9b5a4e3..0579006 100644 (file)
@@ -1,6 +1,7 @@
 /*\r
  * assembly optimized versions of most funtions from draw.c\r
  * (C) notaz, 2006-2010,2017\r
+ * (C) kub, 2020\r
  *\r
  * This work is licensed under the terms of MAME license.\r
  * See COPYING file in the top-level directory.\r
index 74d4d8a..cf09688 100644 (file)
@@ -1,6 +1,7 @@
 /*\r
  * rarely used EEPROM code\r
  * (C) notaz, 2006-2008\r
+ * (C) kub, 2020\r
  *\r
  * This work is licensed under the terms of MAME license.\r
  * See COPYING file in the top-level directory.\r
index 2084aa9..b3b504e 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * DRC host disassembler interface for MIPS/ARM32 for use without binutils
+ * (C) kub, 2018,2019
+ */
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>
index 882aef9..1d46e63 100644 (file)
@@ -923,7 +923,8 @@ static void draw_frame_credits(void)
 }
 
 static const char credits[] =
-       "PicoDrive v" VERSION " (c) notaz, 2006-2013\n\n\n"
+       "PicoDrive v" VERSION "\n"
+       "(c) notaz, 2006-2013; irixxxx, 2018-2020\n\n"
        "Credits:\n"
        "fDave: initial code\n"
 #ifdef EMU_C68K