From 254597bece1165b56e8699ace4bae1ab5cc168d3 Mon Sep 17 00:00:00 2001 From: James R Date: Thu, 28 Mar 2024 19:01:38 -0700 Subject: [PATCH] Copyright fixup: James Robert Roman --- src/hud/emerald-win.cpp | 9 +++++++++ src/hud/timer.cpp | 9 +++++++++ src/k_powerup.cpp | 9 +++++++++ src/k_powerup.h | 10 ++++++++++ src/objects/emerald.c | 10 ++++++++++ src/objects/gachabom-rebound.cpp | 10 ++++++++++ src/objects/gardentop.c | 10 ++++++++++ src/objects/item-debris.c | 10 ++++++++++ src/objects/item-spot.c | 9 +++++++++ src/objects/monitor.c | 10 ++++++++++ src/objects/powerup-aura.cpp | 9 +++++++++ src/objects/shadow.cpp | 9 +++++++++ 12 files changed, 114 insertions(+) diff --git a/src/hud/emerald-win.cpp b/src/hud/emerald-win.cpp index df7ee7319..ec46cb8e4 100644 --- a/src/hud/emerald-win.cpp +++ b/src/hud/emerald-win.cpp @@ -1,3 +1,12 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by James Robert Roman. +// +// This program is free software distributed under the +// terms of the GNU General Public License, version 2. +// See the 'LICENSE' file for more details. +//----------------------------------------------------------------------------- + #include #include "../v_draw.hpp" diff --git a/src/hud/timer.cpp b/src/hud/timer.cpp index 39131e9d5..ce4f22244 100644 --- a/src/hud/timer.cpp +++ b/src/hud/timer.cpp @@ -1,3 +1,12 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by James Robert Roman. +// +// This program is free software distributed under the +// terms of the GNU General Public License, version 2. +// See the 'LICENSE' file for more details. +//----------------------------------------------------------------------------- + #include #include "../doomstat.h" diff --git a/src/k_powerup.cpp b/src/k_powerup.cpp index 5472eec34..49be3e51f 100644 --- a/src/k_powerup.cpp +++ b/src/k_powerup.cpp @@ -1,3 +1,12 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by James Robert Roman. +// 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. +//----------------------------------------------------------------------------- /// \brief Battle mode power-up code #include diff --git a/src/k_powerup.h b/src/k_powerup.h index 2804211e1..7ec95eecc 100644 --- a/src/k_powerup.h +++ b/src/k_powerup.h @@ -1,3 +1,13 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by James Robert Roman. +// 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. +//----------------------------------------------------------------------------- + #ifndef __K_POWERUP__ #define __K_POWERUP__ diff --git a/src/objects/emerald.c b/src/objects/emerald.c index 6e8281566..c42578e7c 100644 --- a/src/objects/emerald.c +++ b/src/objects/emerald.c @@ -1,3 +1,13 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by James Robert Roman. +// 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. +//----------------------------------------------------------------------------- + #include "../k_battle.h" #include "../k_objects.h" #include "../k_specialstage.h" diff --git a/src/objects/gachabom-rebound.cpp b/src/objects/gachabom-rebound.cpp index 6a4e6762a..f8fa3fb83 100644 --- a/src/objects/gachabom-rebound.cpp +++ b/src/objects/gachabom-rebound.cpp @@ -1,3 +1,13 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by James Robert Roman. +// 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. +//----------------------------------------------------------------------------- + #include #include "../d_player.h" diff --git a/src/objects/gardentop.c b/src/objects/gardentop.c index c3b6b5e77..741ee5f92 100644 --- a/src/objects/gardentop.c +++ b/src/objects/gardentop.c @@ -1,3 +1,13 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by James Robert Roman. +// 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. +//----------------------------------------------------------------------------- + #include "../doomdef.h" #include "../doomstat.h" #include "../info.h" diff --git a/src/objects/item-debris.c b/src/objects/item-debris.c index 8ee063986..e60ffc153 100644 --- a/src/objects/item-debris.c +++ b/src/objects/item-debris.c @@ -1,3 +1,13 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by James Robert Roman. +// 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. +//----------------------------------------------------------------------------- + #include "../doomdef.h" #include "../d_player.h" #include "../m_random.h" diff --git a/src/objects/item-spot.c b/src/objects/item-spot.c index 0fdff3056..e0b1d326f 100644 --- a/src/objects/item-spot.c +++ b/src/objects/item-spot.c @@ -1,3 +1,12 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by James Robert Roman. +// +// This program is free software distributed under the +// terms of the GNU General Public License, version 2. +// See the 'LICENSE' file for more details. +//----------------------------------------------------------------------------- + #include "../doomdef.h" #include "../m_fixed.h" #include "../k_objects.h" diff --git a/src/objects/monitor.c b/src/objects/monitor.c index 0a0df05da..1b51ae5c7 100644 --- a/src/objects/monitor.c +++ b/src/objects/monitor.c @@ -1,3 +1,13 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by James Robert Roman. +// 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. +//----------------------------------------------------------------------------- + #include "../doomdef.h" #include "../doomstat.h" #include "../info.h" diff --git a/src/objects/powerup-aura.cpp b/src/objects/powerup-aura.cpp index 6bfa47096..e25803756 100644 --- a/src/objects/powerup-aura.cpp +++ b/src/objects/powerup-aura.cpp @@ -1,3 +1,12 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by James Robert Roman. +// +// This program is free software distributed under the +// terms of the GNU General Public License, version 2. +// See the 'LICENSE' file for more details. +//----------------------------------------------------------------------------- + #include "../doomtype.h" #include "../info.h" #include "../g_game.h" diff --git a/src/objects/shadow.cpp b/src/objects/shadow.cpp index 58c670ca0..70411c188 100644 --- a/src/objects/shadow.cpp +++ b/src/objects/shadow.cpp @@ -1,3 +1,12 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 2024 by James Robert Roman. +// +// This program is free software distributed under the +// terms of the GNU General Public License, version 2. +// See the 'LICENSE' file for more details. +//----------------------------------------------------------------------------- + #include #include