#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 15 Feb 2017 22:07:18 +0100
changeset 4328 90ffb6ec8a72
parent 4327 e93faaf4e55a
child 4329 a9d435360ebb
#DOCUMENTATION by cg class: LazyArray added: #copyright
LazyArray.st
--- a/LazyArray.st	Wed Feb 15 22:06:45 2017 +0100
+++ b/LazyArray.st	Wed Feb 15 22:07:18 2017 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2003 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 }"
@@ -18,6 +29,20 @@
 
 !LazyArray class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2003 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
 "
     An Array which computes its values lazily (on demand) and remembers them.