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__