copyrights
authorClaus Gittinger <cg@exept.de>
Fri, 18 Feb 2000 15:34:12 +0100
changeset 5272 1dad283c5256
parent 5271 63e66f4da9fe
child 5273 7fc2109a0ed0
copyrights
InterestConverter.st
--- a/InterestConverter.st	Fri Feb 18 15:30:29 2000 +0100
+++ b/InterestConverter.st	Fri Feb 18 15:34:12 2000 +0100
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1996 by Claus Gittinger / 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.
+"
+
+
 Object subclass:#InterestConverter
 	instanceVariableNames:'destination selector aspect'
 	classVariableNames:''
@@ -7,6 +20,21 @@
 
 !InterestConverter class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1996 by Claus Gittinger / 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
 "
     instances convert update messages into messages as setup via
@@ -165,5 +193,5 @@
 !InterestConverter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/InterestConverter.st,v 1.8 1997-06-24 17:26:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/InterestConverter.st,v 1.9 2000-02-18 14:34:12 cg Exp $'
 ! !