From 792f440b85f28eda8dd6a430eac8ccdd2fe6c2c7 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Fri, 5 Apr 2024 10:08:52 -0400 Subject: [PATCH] SRB2 -> DRRR copyright in math folder --- src/math/fixed.hpp | 3 ++- src/math/line_equation.hpp | 3 ++- src/math/line_segment.hpp | 3 ++- src/math/traits.hpp | 3 ++- src/math/vec.hpp | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/math/fixed.hpp b/src/math/fixed.hpp index c39a0aba6..01a6b8756 100644 --- a/src/math/fixed.hpp +++ b/src/math/fixed.hpp @@ -1,6 +1,7 @@ // DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// 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. diff --git a/src/math/line_equation.hpp b/src/math/line_equation.hpp index ec4b69d52..beedd2cec 100644 --- a/src/math/line_equation.hpp +++ b/src/math/line_equation.hpp @@ -1,6 +1,7 @@ // DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// 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. diff --git a/src/math/line_segment.hpp b/src/math/line_segment.hpp index 0094acf60..9e63902e8 100644 --- a/src/math/line_segment.hpp +++ b/src/math/line_segment.hpp @@ -1,6 +1,7 @@ // DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// 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. diff --git a/src/math/traits.hpp b/src/math/traits.hpp index fbb6aaa5b..43ec8905d 100644 --- a/src/math/traits.hpp +++ b/src/math/traits.hpp @@ -1,6 +1,7 @@ // DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// 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. diff --git a/src/math/vec.hpp b/src/math/vec.hpp index 935725b3c..73023d484 100644 --- a/src/math/vec.hpp +++ b/src/math/vec.hpp @@ -1,6 +1,7 @@ // DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// 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.