diff -r 31072e3cb2e3 -r 67342904af11 Collection.st --- a/Collection.st Wed Oct 13 01:20:27 1993 +0100 +++ b/Collection.st Wed Oct 13 03:14:32 1993 +0100 @@ -1,5 +1,5 @@ " - COPYRIGHT (c) 1989-93 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 @@ Collection comment:' -COPYRIGHT (c) 1989-93 by Claus Gittinger +COPYRIGHT (c) 1989 by Claus Gittinger All Rights Reserved Abstract superclass for all collections -$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.3 1993-10-13 00:15:24 claus Exp $ +$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.4 1993-10-13 02:11:35 claus Exp $ '! !Collection class methodsFor:'instance creation'!