# HG changeset patch # User Claus Gittinger # Date 950884452 -3600 # Node ID 1dad283c525627c555464750612e0533977d8937 # Parent 63e66f4da9fe890fea5935665992e89acc69ad4c copyrights diff -r 63e66f4da9fe -r 1dad283c5256 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 $' ! !