Form.st
changeset 219 9ff0660f447f
parent 162 0f14db5e47c1
child 278 15e2959e1e58
--- a/Form.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Form.st	Sat Nov 11 16:54:10 1995 +0100
@@ -21,13 +21,6 @@
        category:'Graphics-Display Objects'
 !
 
-Form comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Form.st,v 1.30 1995-08-08 01:23:52 claus Exp $
-'!
-
 !Form class methodsFor:'documentation'!
 
 copyright
@@ -45,9 +38,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Form.st,v 1.30 1995-08-08 01:23:52 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.31 1995-11-11 15:50:25 cg Exp $'
 !
 
 documentation