diff --git a/authors.txt b/authors.txt
index 1f38f82..be24535 100644
--- a/authors.txt
+++ b/authors.txt
@@ -1,9 +1,10 @@
-Listed are the authors of actual ZEngine code, these authors make no claim to
-have written any of the SDL dependencies nor code in the external or zlib
-directories.
-
-James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
-Gamer Tazar tazar@conceptofzero.net - OpenGL assistance
-Sean sean@conceptofzero.net - MSVC++6 Project Files
-Kevin Watters kwatters@adelphia.net - Fix to ZImage::SetColorKey
-Atani atani@atani-software.net - Revised Linux Build System
\ No newline at end of file
+Listed are the authors of actual ZEngine code, these authors make no claim to
+have written any of the SDL dependencies nor code in the external or zlib
+directories.
+
+James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
+Gamer Tazar tazar@conceptofzero.net - OpenGL assistance
+Sean sean@conceptofzero.net - MSVC++6 Project Files
+Kevin Watters kwatters@adelphia.net - Fix to ZImage::SetColorKey
+Atani atani@atani-software.net - Revised Linux Build System
+Stinus Petersen (bison@flytlet.dk) - Fix for ZImage::OpenFromImage with alpha images
\ No newline at end of file
diff --git a/include/ZEngine.h b/include/ZEngine.h
index d00f2d4..9ffaa30 100644
--- a/include/ZEngine.h
+++ b/include/ZEngine.h
@@ -3,7 +3,7 @@
\brief Header file for ZEngine.
Public header file for ZEngine, this is the file that programs that wish to utilize ZEngine should include.
-
$Id: ZEngine.h,v 1.36 2003/11/23 19:29:01 cozman Exp $
+
$Id: ZEngine.h,v 1.37 2003/11/23 19:34:02 cozman Exp $
\author James Turk
**/
@@ -44,6 +44,7 @@
Sean sean@conceptofzero.net - MSVC++6 Project Files
Kevin Watters kwatters@adelphia.net - Fix to ZImage::SetColorKey
Atani atani@atani-software.net - Revised Linux Build System
+ Stinus Petersen bison@flytlet.dk - Fix for ZImage::OpenFromImage with alpha images
**/
#ifndef __zengine_h__