Copyright fixup: Kart Krew - menus

This commit is contained in:
James R 2024-03-28 19:20:59 -07:00
parent 75bc7ce5f9
commit 8d2f8ef479
19 changed files with 154 additions and 0 deletions

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.
//-----------------------------------------------------------------------------
/// \brief Extras Menu: Egg TV /// \brief Extras Menu: Egg TV
#include "class-egg-tv/EggTV.hpp" #include "class-egg-tv/EggTV.hpp"

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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/main-profile-select.c /// \file menus/main-profile-select.c
/// \brief Duplicate for main profile select. /// \brief Duplicate for main profile select.

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-data-1.c /// \file menus/options-data-1.c
/// \brief Data Options -- see dopt_e /// \brief Data Options -- see dopt_e

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-data-advanced.c /// \file menus/options-data-advanced.c
/// \brief Advanced Data Options /// \brief Advanced Data Options

View file

@ -1,3 +1,12 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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.
//-----------------------------------------------------------------------------
#include "../k_menu.h" #include "../k_menu.h"
#include "../filesrch.h" // addons cvars #include "../filesrch.h" // addons cvars

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-data-screenshots.c /// \file menus/options-data-screenshots.c
/// \brief Screeshot Options /// \brief Screeshot Options

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-gameplay-1.c /// \file menus/options-gameplay-1.c
/// \brief Gameplay Options -- see gopt_e /// \brief Gameplay Options -- see gopt_e

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-hud-1.c /// \file menus/options-hud-1.c
/// \brief HUD Options /// \brief HUD Options

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-hud-inline.c /// \file menus/options-hud-inline.c
/// \brief Online HUD Options /// \brief Online HUD Options

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-accessibility.c /// \file menus/options-profiles-edit-accessibility.c
/// \brief Profile Accessibibility Options /// \brief Profile Accessibibility Options

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-server-1.c /// \file menus/options-server-1.c
/// \brief Server Options /// \brief Server Options

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-server-advanced.c /// \file menus/options-server-advanced.c
/// \brief Advanced Server Options /// \brief Advanced Server Options

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-video-1.c /// \file menus/options-video-1.c
/// \brief Video Options /// \brief Video Options

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-video-gl.c /// \file menus/options-video-gl.c
/// \brief OpenGL Options /// \brief OpenGL Options

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-1.c /// \file menus/play-1.c
/// \brief Play Menu /// \brief Play Menu

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-local-1.c /// \file menus/play-local-1.c
/// \brief Local Play, gamemode selection menu /// \brief Local Play, gamemode selection menu

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-local-race-1.c /// \file menus/play-local-race-1.c
/// \brief Race Mode Menu /// \brief Race Mode Menu

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-local-race-difficulty.c /// \file menus/play-local-race-difficulty.c
/// \brief difficulty selection -- see drace_e /// \brief difficulty selection -- see drace_e

View file

@ -1,3 +1,11 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// 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-room-select.c /// \file menus/play-online-room-select.c
/// \brief MULTIPLAYER ROOM SELECT MENU /// \brief MULTIPLAYER ROOM SELECT MENU