Merge branch 'lachiewright-copyright' into 'master'

LachieWright CopyRight

See merge request KartKrew/Kart!2185
This commit is contained in:
AJ Martinez 2024-03-29 03:13:45 +00:00
commit 1e72e72592
5 changed files with 54 additions and 1 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 "../p_local.h"
#include "../k_kart.h" #include "../k_kart.h"
#include "../k_objects.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 "../p_local.h"
#include "../k_objects.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 "../p_local.h"
#include "../k_kart.h" #include "../k_kart.h"
#include "../k_objects.h" #include "../k_objects.h"

View file

@ -1,7 +1,7 @@
// DR. ROBOTNIK'S RING RACERS // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) by Sally "TehRealSalt" Cochenour // Copyright (C) by Sally "TehRealSalt" Cochenour
// Copyright (C) by "Lach" // Copyright (C) by Lachlan "Lach" Wright
// Copyright (C) by Kart Krew // Copyright (C) by Kart Krew
// //
// This program is free software distributed under the // This program is free software distributed under the

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 "../r_main.h"
#include "../p_slopes.h" #include "../p_slopes.h"
#include "../p_local.h" #include "../p_local.h"