From 7912cca801ed1a5a2884ddd0e169c07a833b19b6 Mon Sep 17 00:00:00 2001 From: cozman Date: Fri, 1 Aug 2003 20:57:25 +0000 Subject: [PATCH] Added Atani to authors list --- authors.txt | 3 ++- include/Gewi.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/authors.txt b/authors.txt index f5f87eb..a5c09d8 100755 --- a/authors.txt +++ b/authors.txt @@ -1 +1,2 @@ -James Turk james@conceptofzero.net - GewiEngine and all base widgets. \ No newline at end of file +James Turk james@conceptofzero.net - GewiEngine and all base widgets. +Atani atani@atani-software.net - Revised Linux Build System \ No newline at end of file diff --git a/include/Gewi.h b/include/Gewi.h index 0dea646..0a990bd 100755 --- a/include/Gewi.h +++ b/include/Gewi.h @@ -4,7 +4,7 @@ Header file for the Gewi GUI lib, an addon for the ZEngine Game Engine, both from Concept of Zero, this is the file that programs that wish to use should include. -
$Id: Gewi.h,v 1.3 2003/07/13 02:30:46 cozman Exp $
+
$Id: Gewi.h,v 1.4 2003/08/01 20:57:25 cozman Exp $
\author James Turk **/ @@ -30,7 +30,6 @@     -The Gewi website : http://zengine.sourceforge.net/gewi/.
    -The ZEngine website : http://zengine.sourceforge.net/.
    -The ZEngine tutorials : http://conceptofzero.net/tutorials/zengine/.
-     -The ZEngine forums : http://www.conceptofzero.net/forums/index.php?act=SF&f=15 \section Licensing Licensing
@@ -45,6 +44,7 @@ \section Authors Contributing Authors
James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
+ Atani atani@atani-software.net - Revised Linux Build System
**/ #ifndef __gewi_h__