TimedPromise.st
changeset 1522 7a569eca4d68
parent 1487 b243952bd3f1
child 3187 a5364888759b
--- a/TimedPromise.st	Wed Feb 02 11:59:43 2005 +0100
+++ b/TimedPromise.st	Wed Feb 02 12:03:54 2005 +0100
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2004 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:libbasic2' }"
 
 Promise subclass:#TimedPromise
@@ -9,6 +21,20 @@
 
 !TimedPromise class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2004 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
 "
     A TimedPromise is a Promise with a timeout.
@@ -105,5 +131,5 @@
 !TimedPromise class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/TimedPromise.st,v 1.1 2004-11-10 10:43:11 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/TimedPromise.st,v 1.2 2005-02-02 11:03:54 cg Exp $'
 ! !