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