*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 28 Aug 2003 12:38:35 +0200
changeset 1797 88aea9574f9d
parent 1796 26780a84bcad
child 1798 367bc8d647b0
*** empty log message ***
IndirectValue.st
--- a/IndirectValue.st	Thu Aug 28 12:38:04 2003 +0200
+++ b/IndirectValue.st	Thu Aug 28 12:38:35 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2003 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:libview2' }"
 
 ValueModel subclass:#IndirectValue
@@ -9,6 +21,20 @@
 
 !IndirectValue class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2003 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
 "
     IndirectValue referes to another valueHolder and presents that holders value
@@ -105,5 +131,5 @@
 !IndirectValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.1 2003-08-28 10:38:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.2 2003-08-28 10:38:35 cg Exp $'
 ! !