EnterFieldGroup.st
changeset 174 d80a6cc3f9b2
parent 130 338e856bddc9
child 199 b560339667cf
--- a/EnterFieldGroup.st	Wed Nov 01 15:53:21 1995 +0100
+++ b/EnterFieldGroup.st	Sat Nov 11 17:23:54 1995 +0100
@@ -18,13 +18,6 @@
 	 category:'Interface-Support'
 !
 
-EnterFieldGroup comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.12 1995-06-06 04:12:53 claus Exp $
-'!
-
 !EnterFieldGroup class methodsFor:'documentation'!
 
 copyright
@@ -42,9 +35,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.12 1995-06-06 04:12:53 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.13 1995-11-11 16:19:33 cg Exp $'
 !
 
 documentation