mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'lachiewright-copyright' into 'master'
LachieWright CopyRight See merge request KartKrew/Kart!2185
This commit is contained in:
commit
1e72e72592
5 changed files with 54 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// DR. ROBOTNIK'S RING RACERS
|
||||
//-----------------------------------------------------------------------------
|
||||
// Copyright (C) by Sally "TehRealSalt" Cochenour
|
||||
// Copyright (C) by "Lach"
|
||||
// Copyright (C) by Lachlan "Lach" Wright
|
||||
// Copyright (C) by Kart Krew
|
||||
//
|
||||
// This program is free software distributed under the
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue