DEADSOFTWARE

Added license notification
authorAndriy Shinkarchuck <adriano32.gnu@gmail.com>
Sun, 24 Jul 2011 15:09:46 +0000 (18:09 +0300)
committerAndriy Shinkarchuck <adriano32.gnu@gmail.com>
Sun, 24 Jul 2011 15:09:46 +0000 (18:09 +0300)
error.h

diff --git a/error.h b/error.h
index 02a7265391d3f03fbf13c82ec86dcbc9bd4e1102..6e4e61db504e80afeab2d1c350d470885aee7728 100644 (file)
--- a/error.h
+++ b/error.h
@@ -1,5 +1,27 @@
-// Error handling\r
-\r
-void ERR_failinit(char *,...);\r
-void ERR_fatal(char *,...);\r
-void ERR_quit(void);\r
+/*
+   Copyright (C) Prikol Software 1996-1997
+   Copyright (C) Aleksey Volynskov 1996-1997
+   Copyright (C) <ARembo@gmail.com> 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 <http://www.gnu.org/licenses/> 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);