#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 15 Feb 2017 22:06:45 +0100
changeset 4327 e93faaf4e55a
parent 4326 5aca213f1a71
child 4328 90ffb6ec8a72
#DOCUMENTATION by cg class: LazyCons added: #copyright
LazyCons.st
--- a/LazyCons.st	Wed Feb 15 22:06:09 2017 +0100
+++ b/LazyCons.st	Wed Feb 15 22:06:45 2017 +0100
@@ -1,5 +1,18 @@
+"
+ 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 }"
+
 Cons subclass:#LazyCons
 	instanceVariableNames:''
 	classVariableNames:''
@@ -9,6 +22,20 @@
 
 !LazyCons 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
 "
     This is an experimental (academic ?) goody for demonstration purposes.
@@ -89,10 +116,10 @@
 !LazyCons class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/LazyCons.st,v 1.7 2014-06-25 17:19:02 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/LazyCons.st,v 1.7 2014-06-25 17:19:02 cg Exp $'
+    ^ '$Header$'
 ! !