ConversionError.st
changeset 7587 89864caa2665
parent 6689 c8b2e0131e12
child 7935 b2d6aaeba8e8
--- a/ConversionError.st	Fri Aug 29 21:15:21 2003 +0200
+++ b/ConversionError.st	Fri Aug 29 21:16:52 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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' }"
 
 Error subclass:#ConversionError
@@ -9,6 +21,20 @@
 
 !ConversionError class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2002 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.
+"
+!
+
 documentation
 "
     raised when an error occurs while converting from/to character representation.
@@ -25,6 +51,7 @@
 !ConversionError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ConversionError.st,v 1.3 2002-07-31 14:32:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ConversionError.st,v 1.4 2003-08-29 19:16:52 cg Exp $'
 ! !
+
 ConversionError initialize!