*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 16 Feb 2005 16:31:43 +0100
changeset 8746 5d75855c2d07
parent 8745 6f60fb28db05
child 8747 0cbc897606c2
*** empty log message ***
ArithmeticError.st
--- a/ArithmeticError.st	Wed Feb 16 13:30:54 2005 +0100
+++ b/ArithmeticError.st	Wed Feb 16 16:31:43 2005 +0100
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2005 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:libbasic' }"
 
 ProceedableError subclass:#ArithmeticError
@@ -7,9 +19,24 @@
 	category:'Kernel-Exceptions-Errors'
 !
 
+!ArithmeticError class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2005 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.
+"
+! !
 
 !ArithmeticError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticError.st,v 1.6 2004-08-22 17:47:23 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticError.st,v 1.7 2005-02-16 15:31:43 cg Exp $'
 ! !