RadioButton.st
changeset 174 d80a6cc3f9b2
parent 119 59758ff5b841
child 205 6814c0bf8df8
--- a/RadioButton.st	Wed Nov 01 15:53:21 1995 +0100
+++ b/RadioButton.st	Sat Nov 11 17:23:54 1995 +0100
@@ -19,13 +19,6 @@
 	 category:'Views-Interactors'
 !
 
-RadioButton comment:'
-COPYRIGHT (c) 1991 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.9 1995-05-03 00:37:17 claus Exp $
-'!
-
 !RadioButton class methodsFor:'documentation'!
 
 copyright
@@ -43,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.9 1995-05-03 00:37:17 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.10 1995-11-11 16:22:24 cg Exp $'
 !
 
 documentation