From b005649d718f4dbb20dbef43e8fa45a8270eaf67 Mon Sep 17 00:00:00 2001 From: toaster Date: Sun, 5 Mar 2023 18:13:39 +0000 Subject: [PATCH] Copyright notices update regarding the author of this commit - For cross-file consistency in the author of this commit's name and username - To note that the author of this commit performed significant work on code that would eventually be compiled into r_skins.c on several occasions since 2016 up to the present day - To catch work performed by the author of this commit in 2023 --- src/k_boss.c | 4 ++-- src/k_boss.h | 4 ++-- src/m_cond.c | 2 +- src/m_cond.h | 2 +- src/r_skins.c | 1 + src/r_skins.h | 1 + 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/k_boss.c b/src/k_boss.c index ff10231ea..7b0a8fe96 100644 --- a/src/k_boss.c +++ b/src/k_boss.c @@ -1,7 +1,7 @@ // SONIC ROBO BLAST 2 KART //----------------------------------------------------------------------------- -// Copyright (C) 2018-2022 by Viv "toaster" Grannell -// Copyright (C) 2018-2022 by Kart Krew +// Copyright (C) 2018-2023 by Vivian "toastergrl" Grannell +// Copyright (C) 2018-2023 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/k_boss.h b/src/k_boss.h index 2ce43adea..8e41e0cdf 100644 --- a/src/k_boss.h +++ b/src/k_boss.h @@ -1,7 +1,7 @@ // SONIC ROBO BLAST 2 KART //----------------------------------------------------------------------------- -// Copyright (C) 2018-2022 by Viv "toaster" Grannell -// Copyright (C) 2018-2022 by Kart Krew +// Copyright (C) 2018-2023 by Vivian "toastergrl" Grannell +// Copyright (C) 2018-2023 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/m_cond.c b/src/m_cond.c index 5b69ba1d3..e0f6edce4 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -1,6 +1,6 @@ // SONIC ROBO BLAST 2 //----------------------------------------------------------------------------- -// Copyright (C) 2022-2023 by Vivian "toaster" Grannell. +// Copyright (C) 2022-2023 by Vivian "toastergrl" Grannell. // Copyright (C) 2012-2016 by Matthew "Kaito Sinclaire" Walsh. // Copyright (C) 2012-2020 by Sonic Team Junior. // diff --git a/src/m_cond.h b/src/m_cond.h index 1c1009932..4181ff9bf 100644 --- a/src/m_cond.h +++ b/src/m_cond.h @@ -1,6 +1,6 @@ // SONIC ROBO BLAST 2 //----------------------------------------------------------------------------- -// Copyright (C) 2022-2023 by Vivian "toaster" Grannell. +// Copyright (C) 2022-2023 by Vivian "toastergrl" Grannell. // Copyright (C) 2012-2016 by Matthew "Kaito Sinclaire" Walsh. // Copyright (C) 2012-2020 by Sonic Team Junior. // diff --git a/src/r_skins.c b/src/r_skins.c index b7fa36ebb..317729b16 100644 --- a/src/r_skins.c +++ b/src/r_skins.c @@ -1,5 +1,6 @@ // SONIC ROBO BLAST 2 //----------------------------------------------------------------------------- +// Copyright (C) 2016-2023 by Vivian "toastergrl" Grannell // Copyright (C) 1993-1996 by id Software, Inc. // Copyright (C) 1998-2000 by DooM Legacy Team. // Copyright (C) 1999-2020 by Sonic Team Junior. diff --git a/src/r_skins.h b/src/r_skins.h index 40a95b61a..692c91619 100644 --- a/src/r_skins.h +++ b/src/r_skins.h @@ -1,5 +1,6 @@ // SONIC ROBO BLAST 2 //----------------------------------------------------------------------------- +// Copyright (C) 2016-2023 by Vivian "toastergrl" Grannell // Copyright (C) 1993-1996 by id Software, Inc. // Copyright (C) 1998-2000 by DooM Legacy Team. // Copyright (C) 1999-2020 by Sonic Team Junior.