*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 29 Aug 2003 21:21:35 +0200
changeset 7589 2ac0ac814fc8
parent 7588 1819a1c408f3
child 7590 e318df34c74e
*** empty log message ***
CannotResumeError.st
CannotReturnError.st
ContextError.st
VarArgBlock.st
VarArgCheapBlock.st
--- a/CannotResumeError.st	Fri Aug 29 21:19:07 2003 +0200
+++ b/CannotResumeError.st	Fri Aug 29 21:21:35 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2001 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' }"
 
 ContextError subclass:#CannotResumeError
@@ -9,6 +21,20 @@
 
 !CannotResumeError class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2001 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 if a method which was compiled non-resumable is asked to do so.
@@ -21,5 +47,5 @@
 !CannotResumeError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CannotResumeError.st,v 1.3 2003-04-24 08:25:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CannotResumeError.st,v 1.4 2003-08-29 19:21:21 cg Exp $'
 ! !
--- a/CannotReturnError.st	Fri Aug 29 21:19:07 2003 +0200
+++ b/CannotReturnError.st	Fri Aug 29 21:21:35 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2001 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' }"
 
 ContextError subclass:#CannotReturnError
@@ -9,6 +21,20 @@
 
 !CannotReturnError class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2001 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 if a method which was compiled non-resumable is asked to return.
@@ -21,5 +47,5 @@
 !CannotReturnError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CannotReturnError.st,v 1.3 2003-04-24 08:25:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CannotReturnError.st,v 1.4 2003-08-29 19:21:05 cg Exp $'
 ! !
--- a/ContextError.st	Fri Aug 29 21:19:07 2003 +0200
+++ b/ContextError.st	Fri Aug 29 21:21:35 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2001 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:#ContextError
@@ -9,6 +21,20 @@
 
 !ContextError class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2001 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
 "
     The parent of context related resumability errors.
@@ -18,5 +44,5 @@
 !ContextError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ContextError.st,v 1.3 2003-04-24 08:26:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ContextError.st,v 1.4 2003-08-29 19:21:35 cg Exp $'
 ! !
--- a/VarArgBlock.st	Fri Aug 29 21:19:07 2003 +0200
+++ b/VarArgBlock.st	Fri Aug 29 21:21:35 2003 +0200
@@ -241,6 +241,7 @@
 !VarArgBlock class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/VarArgBlock.st,v 1.4 2000-04-03 13:19:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/VarArgBlock.st,v 1.5 2003-08-29 19:21:32 cg Exp $'
 ! !
+
 VarArgBlock initialize!
--- a/VarArgCheapBlock.st	Fri Aug 29 21:19:07 2003 +0200
+++ b/VarArgCheapBlock.st	Fri Aug 29 21:21:35 2003 +0200
@@ -203,6 +203,7 @@
 !VarArgCheapBlock class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/VarArgCheapBlock.st,v 1.3 2000-04-03 13:19:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/VarArgCheapBlock.st,v 1.4 2003-08-29 19:20:55 cg Exp $'
 ! !
+
 VarArgCheapBlock initialize!