TextView.st
changeset 174 d80a6cc3f9b2
parent 164 5ab02ff0d9ae
child 185 3bcf27f3ac8a
--- a/TextView.st	Wed Nov 01 15:53:21 1995 +0100
+++ b/TextView.st	Sat Nov 11 17:23:54 1995 +0100
@@ -29,13 +29,6 @@
        category:'Views-Text'
 !
 
-TextView comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	     All Rights Reserved
-
-$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.25 1995-10-23 20:06:51 cg Exp $
-'!
-
 !TextView class methodsFor:'documentation'!
 
 copyright
@@ -53,9 +46,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.25 1995-10-23 20:06:51 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.26 1995-11-11 16:23:18 cg Exp $'
 !
 
 documentation