Copyright fixup: SteelT

This commit is contained in:
James R 2024-03-28 20:11:37 -07:00
parent f82277be7b
commit e26a1f4f03

View file

@ -1,3 +1,14 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by SteelT.
// 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.
//-----------------------------------------------------------------------------
#include <algorithm>
#include <cstddef>
#include <iterator>