ArrayedCollection.st
changeset 5 67342904af11
parent 3 24d81bf47225
child 27 d98f9dd437f7
--- a/ArrayedCollection.st	Wed Oct 13 01:20:27 1993 +0100
+++ b/ArrayedCollection.st	Wed Oct 13 03:14:32 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,12 +19,12 @@
 
 ArrayedCollection comment:'
 
-COPYRIGHT (c) 1989-92 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
              All Rights Reserved
 
 ArrayedCollections are collections where the elements can be accessed via an integer index.
 
-$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.3 1993-10-13 00:14:35 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.4 1993-10-13 02:10:47 claus Exp $
 written spring 89 by claus
 '!