TextCollector.st
changeset 5 7b4fb1b170e5
parent 3 9d7eefb5e69f
child 7 15a9291b9bd0
--- a/TextCollector.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/TextCollector.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -21,14 +21,14 @@
 
 TextCollector comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 a view for editable text, which also understands some stream messages.
 Instances of this view can take the place of a stream and display the received
 text; it is used especially for Transcript.
 
-$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.2 1993-10-13 01:03:43 claus Exp $
+$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.3 1993-10-13 02:49:38 claus Exp $
 written winter-89 by claus
 '!