mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Add copyright notices.
This commit is contained in:
parent
fb9432ae57
commit
1d542d3676
2 changed files with 26 additions and 0 deletions
|
@ -1,3 +1,16 @@
|
|||
// SONIC ROBO BLAST 2
|
||||
//-----------------------------------------------------------------------------
|
||||
// Copyright (C) 1998-2000 by DooM Legacy Team.
|
||||
// Copyright (C) 1999-2020 by Sonic Team Junior.
|
||||
// Copyright (C) 2020 by Nev3r.
|
||||
//
|
||||
// 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 taglist.c
|
||||
/// \brief Ingame sector/line/mapthing tagging.
|
||||
|
||||
#include "taglist.h"
|
||||
#include "z_zone.h"
|
||||
#include "r_data.h"
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
// SONIC ROBO BLAST 2
|
||||
//-----------------------------------------------------------------------------
|
||||
// Copyright (C) 1998-2000 by DooM Legacy Team.
|
||||
// Copyright (C) 1999-2020 by Sonic Team Junior.
|
||||
// Copyright (C) 2020 by Nev3r.
|
||||
//
|
||||
// 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 taglist.h
|
||||
/// \brief Tag iteration and reading functions and macros' declarations.
|
||||
|
||||
#ifndef __R_TAGLIST__
|
||||
#define __R_TAGLIST__
|
||||
|
||||
|
|
Loading…
Reference in a new issue