ReadStream.st
changeset 88 81dacba7a63a
parent 59 4a86aad06603
child 93 e31220cb391f
--- a/ReadStream.st	Thu Jun 02 13:36:22 1994 +0200
+++ b/ReadStream.st	Thu Jun 02 18:22:49 1994 +0200
@@ -18,15 +18,38 @@
 !
 
 ReadStream comment:'
+COPYRIGHT (c) 1988 by Claus Gittinger
+              All Rights Reserved
+'!
 
-COPYRIGHT (c) 1988 by Claus Gittinger
+!ReadStream class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1988 by Claus Gittinger
               All Rights Reserved
 
-ReadStream defines protocol for reading streamwise over collections. Code here
-is specially tuned for streaming over strings.
+ 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.
+"
+!
 
-$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.7 1994-02-25 13:03:33 claus Exp $
-'!
+version
+"
+$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.8 1994-06-02 16:21:32 claus Exp $
+"
+!
+
+documentation
+"
+    ReadStream defines protocol for reading streamwise over collections. 
+    Code here is specially tuned for streaming over strings.
+"
+! !
 
 !ReadStream methodsFor:'reading'!