AbstractMultidimensionalArray.st
changeset 25119 1dbc4341b4c0
parent 24675 4826b24634fa
--- a/AbstractMultidimensionalArray.st	Fri Dec 13 20:41:55 2019 +0100
+++ b/AbstractMultidimensionalArray.st	Fri Dec 13 21:31:26 2019 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2018 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:libbasic' }"
 
 "{ NameSpace: Smalltalk }"
@@ -9,6 +20,22 @@
 	category:'Collections-MultiDimensional'
 !
 
+!AbstractMultidimensionalArray class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2018 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.
+
+"
+! !
 
 !AbstractMultidimensionalArray class methodsFor:'queries'!