Dictionary.st
changeset 528 a083413dfbe8
parent 399 c15cfaf3ed4d
child 609 12be97f6d5a7
--- a/Dictionary.st	Sat Nov 11 15:25:35 1995 +0100
+++ b/Dictionary.st	Sat Nov 11 15:28:26 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Collections-Unordered'
 !
 
-Dictionary comment:'
-COPYRIGHT (c) 1991 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic/Dictionary.st,v 1.27 1995-08-16 18:26:16 claus Exp $
-'!
-
 !Dictionary class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic/Dictionary.st,v 1.27 1995-08-16 18:26:16 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic/Dictionary.st,v 1.28 1995-11-11 14:28:21 cg Exp $'
 !
 
 documentation