diff --git a/src/taglist.c b/src/taglist.c index bc5a166fd..3c75f293f 100644 --- a/src/taglist.c +++ b/src/taglist.c @@ -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" diff --git a/src/taglist.h b/src/taglist.h index 896344c13..ab69787dd 100644 --- a/src/taglist.h +++ b/src/taglist.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__