CCReader.st
changeset 88 81dacba7a63a
parent 68 59faa75185ba
child 92 0c73b48551ac
--- a/CCReader.st	Thu Jun 02 13:36:22 1994 +0200
+++ b/CCReader.st	Thu Jun 02 18:22:49 1994 +0200
@@ -18,15 +18,39 @@
 !
 
 ClassCategoryReader comment:'
-
 COPYRIGHT (c) 1989 by Claus Gittinger
              All Rights Reserved
+'!
 
-a helper class for fileIn - keeps track of class and category to filein for.
+!ClassCategoryReader class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1989 by Claus Gittinger
+              All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/Attic/CCReader.st,v 1.7 1994-03-30 09:30:13 claus Exp $
-written 89 by claus
-'!
+ 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.
+"
+!
+
+version
+"
+$Header: /cvs/stx/stx/libbasic/Attic/CCReader.st,v 1.8 1994-06-02 16:19:33 claus Exp $
+"
+!
+
+documentation
+"
+    a helper class for fileIn - keeps track of class and category to filein for.
+    Instances of this are created by the #methodsFor: methods in Class, to
+    read the next chunk(s) from a stream.
+"
+! !
 
 !ClassCategoryReader class methodsFor:'instance creation'!