From b718aa2d93145ffbdba7cd1b46a5cdb5d668c5ed Mon Sep 17 00:00:00 2001 From: kub Date: Sat, 16 May 2020 21:16:27 +0200 Subject: [PATCH] add copyright stuff to substantially changed files --- pico/32x/draw.c | 1 + pico/draw.c | 1 + pico/draw_arm.S | 1 + pico/misc.c | 1 + platform/common/host_dasm.c | 4 ++++ platform/common/menu_pico.c | 3 ++- 6 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pico/32x/draw.c b/pico/32x/draw.c index 4119f09d..45c27260 100644 --- a/pico/32x/draw.c +++ b/pico/32x/draw.c @@ -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. diff --git a/pico/draw.c b/pico/draw.c index 82bb3462..8bf73e79 100644 --- a/pico/draw.c +++ b/pico/draw.c @@ -2,6 +2,7 @@ * line renderer * (c) Copyright Dave, 2004 * (C) notaz, 2006-2010 + * (C) kub, 2019-2020 * * This work is licensed under the terms of MAME license. * See COPYING file in the top-level directory. diff --git a/pico/draw_arm.S b/pico/draw_arm.S index 9b5a4e32..0579006c 100644 --- a/pico/draw_arm.S +++ b/pico/draw_arm.S @@ -1,6 +1,7 @@ /* * assembly optimized versions of most funtions from draw.c * (C) notaz, 2006-2010,2017 + * (C) kub, 2020 * * This work is licensed under the terms of MAME license. * See COPYING file in the top-level directory. diff --git a/pico/misc.c b/pico/misc.c index 74d4d8a8..cf09688e 100644 --- a/pico/misc.c +++ b/pico/misc.c @@ -1,6 +1,7 @@ /* * rarely used EEPROM code * (C) notaz, 2006-2008 + * (C) kub, 2020 * * This work is licensed under the terms of MAME license. * See COPYING file in the top-level directory. diff --git a/platform/common/host_dasm.c b/platform/common/host_dasm.c index 2084aa91..b3b504e8 100644 --- a/platform/common/host_dasm.c +++ b/platform/common/host_dasm.c @@ -1,3 +1,7 @@ +/* + * DRC host disassembler interface for MIPS/ARM32 for use without binutils + * (C) kub, 2018,2019 + */ #include #include #include diff --git a/platform/common/menu_pico.c b/platform/common/menu_pico.c index 882aef92..1d46e634 100644 --- a/platform/common/menu_pico.c +++ b/platform/common/menu_pico.c @@ -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 -- 2.39.2