From f715d9062b3c49a02a0f076c8540d041297541de Mon Sep 17 00:00:00 2001 From: Jaime Passos Date: Fri, 6 Dec 2019 17:05:36 -0300 Subject: [PATCH 1/2] Update r_patch.c --- src/r_patch.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/r_patch.c b/src/r_patch.c index 003e6099e..d4bfa9cbd 100644 --- a/src/r_patch.c +++ b/src/r_patch.c @@ -1,8 +1,9 @@ // SONIC ROBO BLAST 2 //----------------------------------------------------------------------------- // Copyright (C) 1993-1996 by id Software, Inc. -// Copyright (C) 1998-2000 by DooM Legacy Team. -// Copyright (C) 1999-2019 by Sonic Team Junior. +// Copyright (C) 2005-2009 by Andrey "entryway" Budko. +// Copyright (C) 2018-2019 by Jaime "Lactozilla" Passos. +// Copyright (C) 2019 by Sonic Team Junior. // // This program is free software distributed under the // terms of the GNU General Public License, version 2. From 7d2df409888fb2ebc7d5d86322e2dc06b35fb64c Mon Sep 17 00:00:00 2001 From: Jaime Passos Date: Fri, 6 Dec 2019 17:07:57 -0300 Subject: [PATCH 2/2] Update r_patch.h --- src/r_patch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/r_patch.h b/src/r_patch.h index 24a0f9e5f..8a8ab5602 100644 --- a/src/r_patch.h +++ b/src/r_patch.h @@ -1,8 +1,8 @@ // SONIC ROBO BLAST 2 //----------------------------------------------------------------------------- // Copyright (C) 1993-1996 by id Software, Inc. -// Copyright (C) 1998-2000 by DooM Legacy Team. -// Copyright (C) 1999-2019 by Sonic Team Junior. +// Copyright (C) 2018-2019 by Jaime "Lactozilla" Passos. +// Copyright (C) 2019 by Sonic Team Junior. // // This program is free software distributed under the // terms of the GNU General Public License, version 2.