From ede77dbbd1c9be992b1b0ce47f6d347358499326 Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Sun, 31 Mar 2024 15:59:50 -0700 Subject: [PATCH] Director copyright --- src/k_director.cpp | 7 +++++++ src/k_director.h | 7 +++++++ 2 files changed, 14 insertions(+) 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.