Queue.st
changeset 112 3e18f2cfe430
parent 85 df13b436b54e
child 122 c379960395f6
--- a/Queue.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/Queue.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Collections-Ordered'
 !
 
-Queue comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Queue.st,v 1.12 1995-08-10 18:36:06 claus Exp $
-'!
-
 !Queue class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Queue.st,v 1.12 1995-08-10 18:36:06 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Queue.st,v 1.13 1995-11-11 15:21:32 cg Exp $'
 !
 
 documentation