mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-06 09:21:27 +00:00
Update copyrights
This commit is contained in:
parent
19f2535403
commit
b65d8d1010
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
// SONIC ROBO BLAST 2
|
// SONIC ROBO BLAST 2
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
// Copyright (C) 1998-2006 by Randy Heit.
|
||||||
// Copyright (C) 2023 by Sonic Team Junior.
|
// Copyright (C) 2023 by Sonic Team Junior.
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
|
@ -7,7 +8,7 @@
|
||||||
// See the 'LICENSE' file for more details.
|
// See the 'LICENSE' file for more details.
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
/// \file r_translation.c
|
/// \file r_translation.c
|
||||||
/// \brief Translations
|
/// \brief Translation table handling
|
||||||
|
|
||||||
#include "r_translation.h"
|
#include "r_translation.h"
|
||||||
#include "r_data.h"
|
#include "r_data.h"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
// SONIC ROBO BLAST 2
|
// SONIC ROBO BLAST 2
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
// Copyright (C) 1998-2006 by Randy Heit.
|
||||||
// Copyright (C) 2023 by Sonic Team Junior.
|
// Copyright (C) 2023 by Sonic Team Junior.
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
|
@ -7,7 +8,7 @@
|
||||||
// See the 'LICENSE' file for more details.
|
// See the 'LICENSE' file for more details.
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
/// \file r_translation.h
|
/// \file r_translation.h
|
||||||
/// \brief Translations
|
/// \brief Translation table handling
|
||||||
|
|
||||||
#ifndef __R_TRANSLATION__
|
#ifndef __R_TRANSLATION__
|
||||||
#define __R_TRANSLATION__
|
#define __R_TRANSLATION__
|
||||||
|
|
Loading…
Reference in a new issue