FLIReader.st
changeset 514 6b18ed409057
parent 512 e1f0a68c218d
child 552 18b8aa74622d
--- a/FLIReader.st	Sat Apr 05 01:59:02 1997 +0200
+++ b/FLIReader.st	Sat Apr 05 11:27:54 1997 +0200
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1997 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+
 ImageReader subclass:#FLIReader
 	instanceVariableNames:'frames nframes frameBuffer frameBufferSize imageBuffer redPalette
 		greenPalette bluePalette flags frameDelay'
@@ -10,6 +23,21 @@
 
 !FLIReader class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1997 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+!
+
 documentation
 "
     Read frames from a FLI/FLC file.
@@ -492,6 +520,6 @@
 !FLIReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FLIReader.st,v 1.3 1997-04-04 20:46:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FLIReader.st,v 1.4 1997-04-05 09:27:54 cg Exp $'
 ! !
 FLIReader initialize!