TextColl.st
changeset 174 d80a6cc3f9b2
parent 155 d6f3836d2b51
child 308 b216a5efa2c8
--- a/TextColl.st	Wed Nov 01 15:53:21 1995 +0100
+++ b/TextColl.st	Sat Nov 11 17:23:54 1995 +0100
@@ -19,13 +19,6 @@
        category:'Views-Text'
 !
 
-TextCollector comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libwidg/Attic/TextColl.st,v 1.23 1995-09-07 12:46:10 claus Exp $
-'!
-
 !TextCollector class methodsFor:'documentation'!
 
 copyright
@@ -43,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libwidg/Attic/TextColl.st,v 1.23 1995-09-07 12:46:10 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/TextColl.st,v 1.24 1995-11-11 16:23:12 cg Exp $'
 !
 
 documentation