]> git.saurik.com Git - wxWidgets.git/commitdiff
clarified legal stuff
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 21 Jan 2002 23:29:38 +0000 (23:29 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 21 Jan 2002 23:29:38 +0000 (23:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/imagiff.cpp

index 68dc35b1afda58931b67f4f67bd7ce95f523f596..affbd43967ac48604f8c5baeacef30be75e06ebd 100644 (file)
@@ -1,14 +1,16 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        imagiff.h
 // Purpose:     wxImage handler for Amiga IFF images
-// Author:      Steffen Gutmann
+// Author:      Steffen Gutmann, Thomas Meyer
 // RCS-ID:      $Id$
 // Copyright:   (c) Steffen Gutmann, 2002
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-//        parts of the source are based on xviff by Thomas Meyer
-//        Permission for use in wxWindows has been gratefully given.
+// Parts of this source are based on the iff loading algorithm found
+// in xviff.c.  Permission by the original author, Thomas Meyer, and
+// by the author of xv, John Bradley for using the iff loading part
+// in wxWindows has been gratefully given.
 
 #ifdef __GNUG__
 #pragma implementation "imagiff.h"