WarningBox.st
changeset 174 d80a6cc3f9b2
parent 109 0f014b33eba2
child 184 cbc75a3ba885
--- a/WarningBox.st	Wed Nov 01 15:53:21 1995 +0100
+++ b/WarningBox.st	Sat Nov 11 17:23:54 1995 +0100
@@ -17,13 +17,6 @@
        category:'Views-DialogBoxes'
 !
 
-WarningBox comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.9 1995-03-20 11:52:01 claus Exp $
-'!
-
 !WarningBox class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.9 1995-03-20 11:52:01 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.10 1995-11-11 16:23:48 cg Exp $'
 !
 
 documentation