FramedBox.st
changeset 174 d80a6cc3f9b2
parent 155 d6f3836d2b51
child 195 fb03114fa1c3
--- a/FramedBox.st	Wed Nov 01 15:53:21 1995 +0100
+++ b/FramedBox.st	Sat Nov 11 17:23:54 1995 +0100
@@ -20,13 +20,6 @@
 	 category:'Views-Layout'
 !
 
-FramedBox comment:'
-COPYRIGHT (c) 1991 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.15 1995-09-07 12:44:58 claus Exp $
-'!
-
 !FramedBox class methodsFor:'documentation'!
 
 copyright
@@ -44,9 +37,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.15 1995-09-07 12:44:58 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.16 1995-11-11 16:20:28 cg Exp $'
 !
 
 documentation