More copyright updates

- TehRealSalt and Lat` are currently preoccupied, so handle their credits
- Correct some accidential copypastes of existing boilerplate into new files
- Add a handful more of mine
- Consistency for Kaito Sinclaire's online handle
This commit is contained in:
toaster 2024-04-02 22:14:49 +01:00
parent eb6d48aee4
commit 224deed01d
26 changed files with 192 additions and 32 deletions

View file

@ -2,7 +2,7 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew. // Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior. // Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 2016 by Matthew "Inuyasha" Walsh. // Copyright (C) 2016 by Matthew "Kaito Sinclaire" Walsh.
// Copyright (C) 2000 by DooM Legacy Team. // Copyright (C) 2000 by DooM Legacy Team.
// Copyright (C) 1996 by id Software, Inc. // Copyright (C) 1996 by id Software, Inc.
// //

View file

@ -1,3 +1,15 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by "Lat'".
// Copyright (C) 2024 by Vivian "toastergrl" Grannell.
// 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 k_follower.c
/// \brief Code relating to the follower system
#include "k_follower.h" #include "k_follower.h"

View file

@ -1,7 +1,8 @@
// DR. ROBOTNIK'S RING RACERS // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2018-2022 by "Lat'" // Copyright (C) 2024 by "Lat'".
// Copyright (C) 2018-2022 by Kart Krew // Copyright (C) 2024 by Vivian "toastergrl" Grannell.
// Copyright (C) 2024 by Kart Krew.
// //
// This program is free software distributed under the // This program is free software distributed under the
// terms of the GNU General Public License, version 2. // terms of the GNU General Public License, version 2.

View file

@ -1,9 +1,10 @@
// SONIC ROBO BLAST 2 // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 1993-1996 by id Software, Inc. // Copyright (C) 2024 by Kart Krew.
// Copyright (C) 1998-2000 by DooM Legacy Team. // Copyright (C) 2016 by Matthew "Kaito Sinclaire" Walsh.
// Copyright (C) 2011-2016 by Matthew "Inuyasha" Walsh. // Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 1999-2018 by Sonic Team Junior. // Copyright (C) 2000 by DooM Legacy Team.
// Copyright (C) 1996 by id Software, Inc.
// //
// This program is free software distributed under the // This program is free software distributed under the
// terms of the GNU General Public License, version 2. // terms of the GNU General Public License, version 2.

View file

@ -1,3 +1,13 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2016 by Matthew "Kaito Sinclaire" Walsh.
// Copyright (C) 2020 by Sonic Team Junior.
//
// 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 k_menudraw.c /// \file k_menudraw.c
/// \brief SRB2Kart's menu drawer functions /// \brief SRB2Kart's menu drawer functions

View file

@ -1,3 +1,13 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2016 by Matthew "Kaito Sinclaire" Walsh.
// Copyright (C) 2020 by Sonic Team Junior.
//
// 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 k_menufunc.c /// \file k_menufunc.c
/// \brief SRB2Kart's menu functions /// \brief SRB2Kart's menu functions

View file

@ -1,7 +1,8 @@
// SONIC ROBO BLAST 2 // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 1998-2000 by DooM Legacy Team. // Copyright (C) 2024 by "Lat'".
// Copyright (C) 1999-2020 by Sonic Team Junior. // Copyright (C) 2024 by AJ "Tyron" Martinez.
// Copyright (C) 2024 by Kart Krew.
// //
// This program is free software distributed under the // This program is free software distributed under the
// terms of the GNU General Public License, version 2. // terms of the GNU General Public License, version 2.

View file

@ -1,9 +1,8 @@
// SONIC ROBO BLAST 2 // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 1993-1996 by id Software, Inc. // Copyright (C) 2024 by "Lat'".
// Copyright (C) 1998-2000 by DooM Legacy Team. // Copyright (C) 2024 by AJ "Tyron" Martinez.
// Copyright (C) 2011-2016 by Matthew "Inuyasha" Walsh. // Copyright (C) 2024 by Kart Krew.
// Copyright (C) 1999-2018 by Sonic Team Junior.
// //
// This program is free software distributed under the // This program is free software distributed under the
// terms of the GNU General Public License, version 2. // terms of the GNU General Public License, version 2.

View file

@ -1,10 +1,7 @@
// SONIC ROBO BLAST 2 // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 1993-1996 by id Software, Inc. // Copyright (C) 2024 by AJ "Tyron" Martinez.
// Copyright (C) 1998-2000 by DooM Legacy Team. // Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2011-2016 by Matthew "Inuyasha" Walsh.
// Copyright (C) 1999-2018 by Sonic Team Junior.
// Copyright (C) 2023 by AJ "Tyron" Martinez
// //
// This program is free software distributed under the // This program is free software distributed under the
// terms of the GNU General Public License, version 2. // terms of the GNU General Public License, version 2.

View file

@ -1,9 +1,11 @@
// SONIC ROBO BLAST 2 // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 1993-1996 by id Software, Inc. // Copyright (C) 2024 by Sally "TehRealSalt" Cochenour.
// Copyright (C) 1998-2000 by DooM Legacy Team. // Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2012-2016 by Matthew "Kaito Sinclaire" Walsh. // Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 1999-2020 by Sonic Team Junior. // Copyright (C) 2016 by Matthew "Kaito Sinclaire" Walsh.
// Copyright (C) 2000 by DooM Legacy Team.
// Copyright (C) 1996 by id Software, Inc.
// //
// This program is free software distributed under the // This program is free software distributed under the
// terms of the GNU General Public License, version 2. // terms of the GNU General Public License, version 2.

View file

@ -1,9 +1,11 @@
// SONIC ROBO BLAST 2 // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 1993-1996 by id Software, Inc. // Copyright (C) 2024 by Sally "TehRealSalt" Cochenour.
// Copyright (C) 1998-2000 by DooM Legacy Team. // Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2012-2016 by Matthew "Kaito Sinclaire" Walsh. // Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 1999-2020 by Sonic Team Junior. // Copyright (C) 2016 by Matthew "Kaito Sinclaire" Walsh.
// Copyright (C) 2000 by DooM Legacy Team.
// Copyright (C) 1996 by id Software, Inc.
// //
// This program is free software distributed under the // This program is free software distributed under the
// terms of the GNU General Public License, version 2. // terms of the GNU General Public License, version 2.

View file

@ -1,3 +1,12 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by "Lat'".
// 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 menus/options-profiles-1.c /// \file menus/options-profiles-1.c
/// \brief Profiles Menu /// \brief Profiles Menu

View file

@ -1,3 +1,12 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by "Lat'".
// 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 menus/options-profiles-edit-1.c /// \file menus/options-profiles-edit-1.c
/// \brief Profile Editor /// \brief Profile Editor

View file

@ -1,5 +1,6 @@
// DR. ROBOTNIK'S RING RACERS // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2024 by James Robert Roman.
// Copyright (C) 2024 by Kart Krew. // Copyright (C) 2024 by Kart Krew.
// //
// This program is free software distributed under the // This program is free software distributed under the

View file

@ -1,3 +1,13 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by James Robert Roman.
// Copyright (C) 2024 by "Lat'".
// 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 menus/options-profiles-edit-controls.c /// \file menus/options-profiles-edit-controls.c
/// \brief Profile Controls Editor /// \brief Profile Controls Editor

View file

@ -1,3 +1,14 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour.
// Copyright (C) 2024 by "Lat'".
// Copyright (C) 2024 by Vivian "toastergrl" Grannell.
// 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 menus/play-char-select.c /// \file menus/play-char-select.c
/// \brief Character Select /// \brief Character Select

View file

@ -1,3 +1,12 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by James Robert Roman.
// 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 menus/play-online-1.c /// \file menus/play-online-1.c
/// \brief MULTIPLAYER OPTION SELECT /// \brief MULTIPLAYER OPTION SELECT

View file

@ -1,3 +1,12 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by James Robert Roman.
// 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 menus/play-online-host.c /// \file menus/play-online-host.c
/// \brief MULTIPLAYER HOST SCREEN -- see mhost_e /// \brief MULTIPLAYER HOST SCREEN -- see mhost_e

View file

@ -1,3 +1,12 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by James Robert Roman.
// 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 menus/play-online-join-ip.c /// \file menus/play-online-join-ip.c
/// \brief MULTIPLAYER JOIN BY IP /// \brief MULTIPLAYER JOIN BY IP

View file

@ -1,3 +1,13 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2016 by Matthew "Kaito Sinclaire" Walsh.
// Copyright (C) 2020 by Sonic Team Junior.
//
// 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 menus/play-online-server-browser.c /// \file menus/play-online-server-browser.c
/// \brief MULTIPLAYER ROOM FETCH / REFRESH THREADS /// \brief MULTIPLAYER ROOM FETCH / REFRESH THREADS

View file

@ -1,3 +1,13 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour.
// Copyright (C) 2024 by Vivian "toastergrl" Grannell.
// 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 menus/transient/cup-select.c /// \file menus/transient/cup-select.c
/// \brief Cup Select /// \brief Cup Select

View file

@ -1,3 +1,12 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour.
// 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 menus/transient/explosions.c /// \file menus/transient/explosions.c
/// \brief Explosions used on the character select grid and /// \brief Explosions used on the character select grid and
/// challenges grid. /// challenges grid.

View file

@ -1,3 +1,12 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by Vivian "toastergrl" Grannell.
// 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 menus/transient/gametype.c /// \file menus/transient/gametype.c
/// \brief Gametype selection /// \brief Gametype selection

View file

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

View file

@ -1,3 +1,13 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by "Lat'".
// Copyright (C) 2024 by Vivian "toastergrl" Grannell.
// 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 menus/transient/pause-game.c /// \file menus/transient/pause-game.c
/// \brief In-game/pause menus /// \brief In-game/pause menus

View file

@ -1,3 +1,12 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by Vivian "toastergrl" Grannell.
// 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 menus/transient/pause-kick.c /// \file menus/transient/pause-kick.c
/// \brief Player Kick menu /// \brief Player Kick menu