mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-20 15:02:37 +00:00
Copyright fixup: Lach
This commit is contained in:
parent
3eb9283b37
commit
9615d869db
4 changed files with 53 additions and 0 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,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