From 3eb9283b37e240561afda87e926567d8533a477e Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Thu, 28 Mar 2024 17:39:17 -0700 Subject: [PATCH] Copyright fixup: Tyron --- src/objects/block.c | 12 ++++++++++++ src/objects/charge.c | 12 ++++++++++++ src/objects/instawhip.c | 14 +++++++++++++- 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/src/objects/block.c b/src/objects/block.c index d5682d8a5..4effebe89 100644 --- a/src/objects/block.c +++ b/src/objects/block.c @@ -1,3 +1,15 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by AJ "Tyron" Martinez. +// 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 block.c +/// \brief Guard object code. + #include "../doomdef.h" #include "../info.h" #include "../k_objects.h" diff --git a/src/objects/charge.c b/src/objects/charge.c index 7623b6ece..91689fbc8 100644 --- a/src/objects/charge.c +++ b/src/objects/charge.c @@ -1,3 +1,15 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by AJ "Tyron" Martinez. +// 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 charge.c +/// \brief Charge VFX code. + #include "../doomdef.h" #include "../info.h" #include "../k_objects.h" diff --git a/src/objects/instawhip.c b/src/objects/instawhip.c index 95d6d3e50..14c79abf5 100644 --- a/src/objects/instawhip.c +++ b/src/objects/instawhip.c @@ -1,4 +1,16 @@ -#include "../doomdef.h" +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by AJ "Tyron" Martinez. +// 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 instawhip.c +/// \brief Instawhip object code. + +#include "../doomdef.h"` #include "../info.h" #include "../k_objects.h" #include "../p_local.h"