diff --git a/src/k_director.cpp b/src/k_director.cpp index 764eac4a3..bbc9757a0 100644 --- a/src/k_director.cpp +++ b/src/k_director.cpp @@ -1,5 +1,12 @@ // SONIC ROBO BLAST 2 KART //----------------------------------------------------------------------------- +// Copyright (C) 2024 by AJ "Tyron" Martinez. +// Copyright (C) 2024 by James Robert Roman. +// +// 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 k_director.c /// \brief SRB2kart automatic spectator camera. diff --git a/src/k_director.h b/src/k_director.h index eeefb3e02..63b60a566 100644 --- a/src/k_director.h +++ b/src/k_director.h @@ -1,5 +1,12 @@ // SONIC ROBO BLAST 2 KART //----------------------------------------------------------------------------- +// Copyright (C) 2024 by AJ "Tyron" Martinez. +// Copyright (C) 2024 by James Robert Roman. +// +// 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 k_director.h /// \brief SRB2kart automatic spectator camera.