Update copyrights

This commit is contained in:
Lactozilla 2023-10-31 15:52:10 -03:00
parent 19f2535403
commit b65d8d1010
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,6 @@
// SONIC ROBO BLAST 2
//-----------------------------------------------------------------------------
// Copyright (C) 1998-2006 by Randy Heit.
// Copyright (C) 2023 by Sonic Team Junior.
//
// This program is free software distributed under the
@ -7,7 +8,7 @@
// See the 'LICENSE' file for more details.
//-----------------------------------------------------------------------------
/// \file r_translation.c
/// \brief Translations
/// \brief Translation table handling
#include "r_translation.h"
#include "r_data.h"

View file

@ -1,5 +1,6 @@
// SONIC ROBO BLAST 2
//-----------------------------------------------------------------------------
// Copyright (C) 1998-2006 by Randy Heit.
// Copyright (C) 2023 by Sonic Team Junior.
//
// This program is free software distributed under the
@ -7,7 +8,7 @@
// See the 'LICENSE' file for more details.
//-----------------------------------------------------------------------------
/// \file r_translation.h
/// \brief Translations
/// \brief Translation table handling
#ifndef __R_TRANSLATION__
#define __R_TRANSLATION__