From 8d2f8ef479b56929a2ebcadeddbde7623fcb76f8 Mon Sep 17 00:00:00 2001 From: James R Date: Thu, 28 Mar 2024 19:20:59 -0700 Subject: [PATCH] Copyright fixup: Kart Krew - menus --- src/menus/extras-egg-tv.cpp | 9 +++++++++ src/menus/main-profile-select.c | 8 ++++++++ src/menus/options-data-1.c | 8 ++++++++ src/menus/options-data-advanced-1.c | 8 ++++++++ src/menus/options-data-advanced-addon.c | 9 +++++++++ src/menus/options-data-screenshots.c | 8 ++++++++ src/menus/options-gameplay-1.c | 8 ++++++++ src/menus/options-hud-1.c | 8 ++++++++ src/menus/options-hud-online.c | 8 ++++++++ src/menus/options-profiles-edit-accessibility.cpp | 8 ++++++++ src/menus/options-server-1.c | 8 ++++++++ src/menus/options-server-advanced.c | 8 ++++++++ src/menus/options-video-1.c | 8 ++++++++ src/menus/options-video-advanced.c | 8 ++++++++ src/menus/play-1.c | 8 ++++++++ src/menus/play-local-1.c | 8 ++++++++ src/menus/play-local-race-1.c | 8 ++++++++ src/menus/play-local-race-difficulty.c | 8 ++++++++ src/menus/play-online-room-select.c | 8 ++++++++ 19 files changed, 154 insertions(+) diff --git a/src/menus/extras-egg-tv.cpp b/src/menus/extras-egg-tv.cpp index 20082e98f..9b9885c15 100644 --- a/src/menus/extras-egg-tv.cpp +++ b/src/menus/extras-egg-tv.cpp @@ -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 #include "class-egg-tv/EggTV.hpp" diff --git a/src/menus/main-profile-select.c b/src/menus/main-profile-select.c index 2765a6750..7702899fa 100644 --- a/src/menus/main-profile-select.c +++ b/src/menus/main-profile-select.c @@ -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 /// \brief Duplicate for main profile select. diff --git a/src/menus/options-data-1.c b/src/menus/options-data-1.c index af6e7829d..195fbc090 100644 --- a/src/menus/options-data-1.c +++ b/src/menus/options-data-1.c @@ -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 /// \brief Data Options -- see dopt_e diff --git a/src/menus/options-data-advanced-1.c b/src/menus/options-data-advanced-1.c index 4edc26ae9..366cbf0bf 100644 --- a/src/menus/options-data-advanced-1.c +++ b/src/menus/options-data-advanced-1.c @@ -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 /// \brief Advanced Data Options diff --git a/src/menus/options-data-advanced-addon.c b/src/menus/options-data-advanced-addon.c index 159fe6061..77b10e003 100644 --- a/src/menus/options-data-advanced-addon.c +++ b/src/menus/options-data-advanced-addon.c @@ -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 "../filesrch.h" // addons cvars diff --git a/src/menus/options-data-screenshots.c b/src/menus/options-data-screenshots.c index 515b25505..0bf15fb7a 100644 --- a/src/menus/options-data-screenshots.c +++ b/src/menus/options-data-screenshots.c @@ -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 /// \brief Screeshot Options diff --git a/src/menus/options-gameplay-1.c b/src/menus/options-gameplay-1.c index 38aeb4925..67ab572ed 100644 --- a/src/menus/options-gameplay-1.c +++ b/src/menus/options-gameplay-1.c @@ -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 /// \brief Gameplay Options -- see gopt_e diff --git a/src/menus/options-hud-1.c b/src/menus/options-hud-1.c index f8a7c0e45..35eb45895 100644 --- a/src/menus/options-hud-1.c +++ b/src/menus/options-hud-1.c @@ -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 /// \brief HUD Options diff --git a/src/menus/options-hud-online.c b/src/menus/options-hud-online.c index 4eda3528e..5df03d8a4 100644 --- a/src/menus/options-hud-online.c +++ b/src/menus/options-hud-online.c @@ -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 /// \brief Online HUD Options diff --git a/src/menus/options-profiles-edit-accessibility.cpp b/src/menus/options-profiles-edit-accessibility.cpp index 1c8d6ca88..81e2e5d42 100644 --- a/src/menus/options-profiles-edit-accessibility.cpp +++ b/src/menus/options-profiles-edit-accessibility.cpp @@ -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 /// \brief Profile Accessibibility Options diff --git a/src/menus/options-server-1.c b/src/menus/options-server-1.c index 0fc6ae996..288fa3a47 100644 --- a/src/menus/options-server-1.c +++ b/src/menus/options-server-1.c @@ -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 /// \brief Server Options diff --git a/src/menus/options-server-advanced.c b/src/menus/options-server-advanced.c index 7488e2d33..fa22a0997 100644 --- a/src/menus/options-server-advanced.c +++ b/src/menus/options-server-advanced.c @@ -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 /// \brief Advanced Server Options diff --git a/src/menus/options-video-1.c b/src/menus/options-video-1.c index 8c2e34537..e4965ca29 100644 --- a/src/menus/options-video-1.c +++ b/src/menus/options-video-1.c @@ -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 /// \brief Video Options diff --git a/src/menus/options-video-advanced.c b/src/menus/options-video-advanced.c index 60e48756b..b3e76ab8f 100644 --- a/src/menus/options-video-advanced.c +++ b/src/menus/options-video-advanced.c @@ -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 /// \brief OpenGL Options diff --git a/src/menus/play-1.c b/src/menus/play-1.c index 135227634..10b70a484 100644 --- a/src/menus/play-1.c +++ b/src/menus/play-1.c @@ -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 /// \brief Play Menu diff --git a/src/menus/play-local-1.c b/src/menus/play-local-1.c index 93d57c1f8..b3844f785 100644 --- a/src/menus/play-local-1.c +++ b/src/menus/play-local-1.c @@ -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 /// \brief Local Play, gamemode selection menu diff --git a/src/menus/play-local-race-1.c b/src/menus/play-local-race-1.c index 799420520..2e9a610b4 100644 --- a/src/menus/play-local-race-1.c +++ b/src/menus/play-local-race-1.c @@ -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 /// \brief Race Mode Menu diff --git a/src/menus/play-local-race-difficulty.c b/src/menus/play-local-race-difficulty.c index e8874c8e3..0bf1b4c02 100644 --- a/src/menus/play-local-race-difficulty.c +++ b/src/menus/play-local-race-difficulty.c @@ -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 /// \brief difficulty selection -- see drace_e diff --git a/src/menus/play-online-room-select.c b/src/menus/play-online-room-select.c index ec98c268b..56bdc1eaf 100644 --- a/src/menus/play-online-room-select.c +++ b/src/menus/play-online-room-select.c @@ -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 /// \brief MULTIPLAYER ROOM SELECT MENU