From 75bc7ce5f9e2fc69cd8372f7e8e3c615115934f6 Mon Sep 17 00:00:00 2001 From: James R Date: Thu, 28 Mar 2024 19:02:01 -0700 Subject: [PATCH] Copyright fixup: Kart Krew --- src/k_objects.h | 9 +++++++++ src/menus/options-sound.cpp | 8 ++++++++ src/objects/objects.hpp | 9 +++++++++ src/p_mapthing.cpp | 12 ++++++++++++ 4 files changed, 38 insertions(+) diff --git a/src/k_objects.h b/src/k_objects.h index 746bccb0b..abc5913cf 100644 --- a/src/k_objects.h +++ b/src/k_objects.h @@ -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. +//----------------------------------------------------------------------------- + /* object-specific code */ #ifndef k_objects_H #define k_objects_H diff --git a/src/menus/options-sound.cpp b/src/menus/options-sound.cpp index 7a78aa11b..1f73a0d14 100644 --- a/src/menus/options-sound.cpp +++ b/src/menus/options-sound.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-sound.c /// \brief Sound Options diff --git a/src/objects/objects.hpp b/src/objects/objects.hpp index dd8869ccc..18b97184b 100644 --- a/src/objects/objects.hpp +++ b/src/objects/objects.hpp @@ -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. +//----------------------------------------------------------------------------- + #ifndef objects_objects_hpp #define objects_objects_hpp diff --git a/src/p_mapthing.cpp b/src/p_mapthing.cpp index 4163307fe..f851490a4 100644 --- a/src/p_mapthing.cpp +++ b/src/p_mapthing.cpp @@ -1,3 +1,15 @@ +// DR. ROBOTNIK'S RING RACERS +//----------------------------------------------------------------------------- +// Copyright (C) 1993-1996 by id Software, Inc. +// Copyright (C) 1998-2000 by DooM Legacy Team. +// Copyright (C) 1999-2020 by Sonic Team Junior. +// 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 #include #include