Copyright fixup: Lach

This commit is contained in:
Lach 2024-03-29 12:23:09 +11:00
parent 3eb9283b37
commit 9615d869db
4 changed files with 53 additions and 0 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"