From 6cc2de1e33773f7c8a4dde97ac1cb9a4d2321c07 Mon Sep 17 00:00:00 2001 From: Andriy Shinkarchuck Date: Sun, 24 Jul 2011 18:09:46 +0300 Subject: [PATCH] Added license notification --- error.h | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/error.h b/error.h index 02a7265..6e4e61d 100644 --- a/error.h +++ b/error.h @@ -1,5 +1,27 @@ -// Error handling - -void ERR_failinit(char *,...); -void ERR_fatal(char *,...); -void ERR_quit(void); +/* + Copyright (C) Prikol Software 1996-1997 + Copyright (C) Aleksey Volynskov 1996-1997 + Copyright (C) 2011 + + This file is part of the Doom2D:Rembo project. + + Doom2D:Rembo is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + Doom2D:Rembo is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, see or + write to the Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + +// Error handling + +void ERR_failinit(char *,...); +void ERR_fatal(char *,...); +void ERR_quit(void); -- 2.29.2