copyright added
authorClaus Gittinger <cg@exept.de>
Thu, 31 Aug 2000 00:01:45 +0200
changeset 5569 109bc06e4438
parent 5568 826390eef742
child 5570 e6e14f50d721
copyright added
TimeoutError.st
--- a/TimeoutError.st	Wed Aug 30 23:24:57 2000 +0200
+++ b/TimeoutError.st	Thu Aug 31 00:01:45 2000 +0200
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1999 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:#TimeoutError
 	instanceVariableNames:''
 	classVariableNames:''
@@ -7,6 +21,20 @@
 
 !TimeoutError class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1999 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
 "
     TimeoutError may be raised, when a timeout on some operation occures.
@@ -49,6 +77,6 @@
 !TimeoutError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/TimeoutError.st,v 1.1 1999-10-18 21:05:39 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/TimeoutError.st,v 1.2 2000-08-30 22:01:45 cg Exp $'
 ! !
 TimeoutError initialize!