From 7072bd06d54236c504b69d011dda44f732fdbaf7 Mon Sep 17 00:00:00 2001 From: toaster Date: Tue, 2 Apr 2024 17:43:26 +0100 Subject: [PATCH] Good faith effort to update ZarroTsu copyright for k_kart sourcefiles --- src/k_kart.c | 9 ++++++++- src/k_kart.h | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/k_kart.c b/src/k_kart.c index a22e142c4..2bae5bb1a 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -1,4 +1,11 @@ -// SONIC ROBO BLAST 2 KART ~ ZarroTsu +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by Kart Krew. +// Copyright (C) 2018 by ZarroTsu. +// +// This program is free software distributed under the +// terms of the GNU General Public License, version 2. +// See the 'LICENSE' file for more details. //----------------------------------------------------------------------------- /// \file k_kart.c /// \brief SRB2kart general. diff --git a/src/k_kart.h b/src/k_kart.h index ec4fe9fa1..0c3ceb41e 100644 --- a/src/k_kart.h +++ b/src/k_kart.h @@ -1,4 +1,11 @@ -// SONIC ROBO BLAST 2 KART ~ ZarroTsu +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by Kart Krew. +// Copyright (C) 2018 by ZarroTsu. +// +// This program is free software distributed under the +// terms of the GNU General Public License, version 2. +// See the 'LICENSE' file for more details. //----------------------------------------------------------------------------- /// \file k_kart.h /// \brief SRB2kart stuff.