Reference.st
changeset 1450 8c466a8a125a
parent 1265 13013cdf0bc8
--- a/Reference.st	Fri Aug 29 20:28:24 2003 +0200
+++ b/Reference.st	Fri Aug 29 21:21:52 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:libcomp' }"
 
 Object variableSubclass:#Reference
@@ -30,6 +42,20 @@
 
 !Reference 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.
+"
+!
+
 example1
     |foo ref|
 
@@ -93,3 +119,8 @@
     ^ context varAt:index put:newValue
 ! !
 
+!Reference class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libcomp/Reference.st,v 1.3 2003-08-29 19:21:52 cg Exp $'
+! !