VariableArray.st
changeset 4 1f66800df351
parent 3 c9936b5a86a1
child 28 350f8e9493a4
--- a/VariableArray.st	Wed Oct 13 01:18:58 1993 +0100
+++ b/VariableArray.st	Wed Oct 13 03:14:30 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-92 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,14 +19,14 @@
 
 VariableArray comment:'
 
-COPYRIGHT (c) 1989-92 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 VariableArrays can grow and shrink - in contrast to Arrays which are
 fixed in size - this may change in the future.
 (make Array be FixedArray, and this one named Array
 
-$Header: /cvs/stx/stx/libbasic2/VariableArray.st,v 1.3 1993-10-13 00:18:56 claus Exp $
+$Header: /cvs/stx/stx/libbasic2/VariableArray.st,v 1.4 1993-10-13 02:14:28 claus Exp $
 '!
 
 !VariableArray class methodsFor:'instance creation'!