SegmentedOrderedCollection.st
changeset 4282 241919ca22f1
parent 4241 c1649b2bb8f7
--- a/SegmentedOrderedCollection.st	Thu Jan 26 11:55:16 2017 +0100
+++ b/SegmentedOrderedCollection.st	Thu Jan 26 11:59:02 2017 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2013 by Claus Gittinger
+              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' }"
 
 "{ NameSpace: Smalltalk }"
@@ -11,6 +22,20 @@
 
 !SegmentedOrderedCollection class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2013 by Claus Gittinger
+              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
 "
     SegmentedOrderedCollections are intended as a replacement for huge OrderedCollections or Lists.