UnitConverter.st
changeset 884 1345b2f1cf43
parent 868 4e5ee397a268
child 886 e2f639b6b0f6
--- a/UnitConverter.st	Fri Feb 18 15:37:36 2000 +0100
+++ b/UnitConverter.st	Fri Feb 18 15:40:57 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1996 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:#UnitConverter
 	instanceVariableNames:''
 	classVariableNames:'Conversions Scaling Aliases Constants'
@@ -7,6 +21,22 @@
 
 !UnitConverter class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1996 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
 "
     In order to collect various unit conversions into one central
@@ -817,5 +847,5 @@
 !UnitConverter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/UnitConverter.st,v 1.15 2000-01-18 15:21:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/UnitConverter.st,v 1.16 2000-02-18 14:40:57 cg Exp $'
 ! !