From 9615d869dba58b4b7ff9b821673e2be57d4770bd Mon Sep 17 00:00:00 2001 From: Lach Date: Fri, 29 Mar 2024 12:23:09 +1100 Subject: [PATCH 1/2] Copyright fixup: Lach --- src/objects/adventure-air-booster.c | 13 +++++++++++++ src/objects/ark-arrow.c | 13 +++++++++++++ src/objects/dash-rings.c | 13 +++++++++++++ src/objects/sneaker-panel.c | 14 ++++++++++++++ 4 files changed, 53 insertions(+) diff --git a/src/objects/adventure-air-booster.c b/src/objects/adventure-air-booster.c index 884a8431a..9f79db3f4 100644 --- a/src/objects/adventure-air-booster.c +++ b/src/objects/adventure-air-booster.c @@ -1,3 +1,16 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by "Lat'" +// Copyright (C) 2024 by Lachlan "Lach" Wright +// Copyright (C) 2024 by Kart Krew +// +// 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 adventure-air-booster.c +/// \brief Adventure Air Booster object code. + #include "../p_local.h" #include "../k_kart.h" #include "../k_objects.h" diff --git a/src/objects/ark-arrow.c b/src/objects/ark-arrow.c index 03090c889..4bb6f4947 100644 --- a/src/objects/ark-arrow.c +++ b/src/objects/ark-arrow.c @@ -1,3 +1,16 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2023-2024 by Lachlan "Lach" Wright +// Copyright (C) 2024 by AJ "Tyron" Martinez +// Copyright (C) 2023-2024 by Kart Krew +// +// 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 ark-arrow.c +/// \brief Ark Arrow object code. + #include "../p_local.h" #include "../k_objects.h" diff --git a/src/objects/dash-rings.c b/src/objects/dash-rings.c index 77abc44d8..2e61d4c9e 100644 --- a/src/objects/dash-rings.c +++ b/src/objects/dash-rings.c @@ -1,3 +1,16 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2023-2024 by "Lat'" +// Copyright (C) 2023-2024 by Lachlan "Lach" Wright +// Copyright (C) 2023-2024 by Kart Krew +// +// 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 dash-rings.c +/// \brief Dash Ring and Rainbow Dash Ring object code. + #include "../p_local.h" #include "../k_kart.h" #include "../k_objects.h" diff --git a/src/objects/sneaker-panel.c b/src/objects/sneaker-panel.c index 71cd48854..4bbe80152 100644 --- a/src/objects/sneaker-panel.c +++ b/src/objects/sneaker-panel.c @@ -1,3 +1,17 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2023-2024 by Lachlan "Lach" Wright +// Copyright (C) 2023-2024 by James Robert Roman +// Copyright (C) 2024 by Ronald "Eidolon" Kinard +// Copyright (C) 2023-2024 by Kart Krew +// +// 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 sneaker-panel.c +/// \brief Sneaker Panel and Sneaker Panel Spawner object code. + #include "../r_main.h" #include "../p_slopes.h" #include "../p_local.h" From d736c59bd38f80cd06acb5e659e209897f2f3680 Mon Sep 17 00:00:00 2001 From: Lach Date: Fri, 29 Mar 2024 12:27:55 +1100 Subject: [PATCH 2/2] Add my full name to Ring Shooter --- src/objects/ring-shooter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objects/ring-shooter.c b/src/objects/ring-shooter.c index 43869c12b..cd0a3e6a6 100644 --- a/src/objects/ring-shooter.c +++ b/src/objects/ring-shooter.c @@ -1,7 +1,7 @@ // DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- // Copyright (C) by Sally "TehRealSalt" Cochenour -// Copyright (C) by "Lach" +// Copyright (C) by Lachlan "Lach" Wright // Copyright (C) by Kart Krew // // This program is free software distributed under the