ReindexedCollection.st
changeset 1924 4f84cb037a21
parent 1753 f9be6a841a22
child 2931 0c2ab359a232
--- a/ReindexedCollection.st	Mon Jan 21 13:43:07 2008 +0100
+++ b/ReindexedCollection.st	Tue Jan 22 16:54:20 2008 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 "{ Package: 'stx:libbasic2' }"
 
 SequenceableCollection subclass:#ReindexedCollection
@@ -9,6 +20,20 @@
 
 !ReindexedCollection class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2006 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
 documentation
 "
     ReindexedCollection is a wrapper around a sequenceable collection that remaps the indices 
@@ -293,5 +318,5 @@
 !ReindexedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ReindexedCollection.st,v 1.5 2006-09-29 15:17:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ReindexedCollection.st,v 1.6 2008-01-22 15:54:20 cg Exp $'
 ! !