Copyright fixup: Tyron

This commit is contained in:
AJ Martinez 2024-03-28 17:39:17 -07:00
parent 28cd56f24c
commit 3eb9283b37
3 changed files with 37 additions and 1 deletions

View file

@ -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 "../doomdef.h"
#include "../info.h" #include "../info.h"
#include "../k_objects.h" #include "../k_objects.h"

View file

@ -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 "../doomdef.h"
#include "../info.h" #include "../info.h"
#include "../k_objects.h" #include "../k_objects.h"

View file

@ -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 "../info.h"
#include "../k_objects.h" #include "../k_objects.h"
#include "../p_local.h" #include "../p_local.h"