*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 29 Aug 2003 21:19:07 +0200
changeset 7588 1819a1c408f3
parent 7587 89864caa2665
child 7589 2ac0ac814fc8
*** empty log message ***
AbortAllOperationRequest.st
AbortOperationRequest.st
BreakPointInterrupt.st
ControlInterrupt.st
ControlRequest.st
HaltInterrupt.st
RestartProcessRequest.st
SystemNotification.st
TerminateProcessRequest.st
UserInformation.st
UserInterrupt.st
--- a/AbortAllOperationRequest.st	Fri Aug 29 21:16:52 2003 +0200
+++ b/AbortAllOperationRequest.st	Fri Aug 29 21:19:07 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' }"
 
 ControlRequest subclass:#AbortAllOperationRequest
@@ -9,6 +21,20 @@
 
 !AbortAllOperationRequest 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 by some dialogs 'Cancel All' button.
@@ -30,5 +56,5 @@
 !AbortAllOperationRequest class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbortAllOperationRequest.st,v 1.3 2002-11-21 09:21:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbortAllOperationRequest.st,v 1.4 2003-08-29 19:18:08 cg Exp $'
 ! !
--- a/AbortOperationRequest.st	Fri Aug 29 21:16:52 2003 +0200
+++ b/AbortOperationRequest.st	Fri Aug 29 21:19:07 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' }"
 
 ControlRequest subclass:#AbortOperationRequest
@@ -9,6 +21,20 @@
 
 !AbortOperationRequest 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 when the CTRL-y (abort operation) Key is pressed,
@@ -27,5 +53,5 @@
 !AbortOperationRequest class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbortOperationRequest.st,v 1.2 2001-11-17 10:01:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbortOperationRequest.st,v 1.3 2003-08-29 19:18:18 cg Exp $'
 ! !
--- a/BreakPointInterrupt.st	Fri Aug 29 21:16:52 2003 +0200
+++ b/BreakPointInterrupt.st	Fri Aug 29 21:19:07 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' }"
 
 HaltInterrupt subclass:#BreakPointInterrupt
@@ -9,6 +21,20 @@
 
 !BreakPointInterrupt 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 by the breakpoint wrapper code.
@@ -19,5 +45,5 @@
 !BreakPointInterrupt class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/BreakPointInterrupt.st,v 1.2 2001-11-17 10:02:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/BreakPointInterrupt.st,v 1.3 2003-08-29 19:18:16 cg Exp $'
 ! !
--- a/ControlInterrupt.st	Fri Aug 29 21:16:52 2003 +0200
+++ b/ControlInterrupt.st	Fri Aug 29 21:19:07 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' }"
 
 GenericException subclass:#ControlInterrupt
@@ -9,6 +21,20 @@
 
 !ControlInterrupt 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
 "
     Parent of all control-related interrupts (halt, breakpoint etc.)
@@ -26,5 +52,5 @@
 !ControlInterrupt class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ControlInterrupt.st,v 1.4 2003-04-24 08:21:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ControlInterrupt.st,v 1.5 2003-08-29 19:18:09 cg Exp $'
 ! !
--- a/ControlRequest.st	Fri Aug 29 21:16:52 2003 +0200
+++ b/ControlRequest.st	Fri Aug 29 21:19:07 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' }"
 
 GenericException subclass:#ControlRequest
@@ -9,6 +21,20 @@
 
 !ControlRequest 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
 "
     Parent of all control-related requests
@@ -18,5 +44,5 @@
 !ControlRequest class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ControlRequest.st,v 1.2 2003-04-24 08:21:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ControlRequest.st,v 1.3 2003-08-29 19:18:15 cg Exp $'
 ! !
--- a/HaltInterrupt.st	Fri Aug 29 21:16:52 2003 +0200
+++ b/HaltInterrupt.st	Fri Aug 29 21:19:07 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' }"
 
 ControlInterrupt subclass:#HaltInterrupt
@@ -9,6 +21,20 @@
 
 !HaltInterrupt 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 by the #halt methods.
@@ -19,5 +45,5 @@
 !HaltInterrupt class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/HaltInterrupt.st,v 1.2 2001-11-17 10:02:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/HaltInterrupt.st,v 1.3 2003-08-29 19:18:06 cg Exp $'
 ! !
--- a/RestartProcessRequest.st	Fri Aug 29 21:16:52 2003 +0200
+++ b/RestartProcessRequest.st	Fri Aug 29 21:19:07 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' }"
 
 ControlRequest subclass:#RestartProcessRequest
@@ -9,6 +21,20 @@
 
 !RestartProcessRequest 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
 "
     Request to restart a process.
@@ -19,5 +45,5 @@
 !RestartProcessRequest class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/RestartProcessRequest.st,v 1.1 2001-11-17 10:10:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/RestartProcessRequest.st,v 1.2 2003-08-29 19:18:11 cg Exp $'
 ! !
--- a/SystemNotification.st	Fri Aug 29 21:16:52 2003 +0200
+++ b/SystemNotification.st	Fri Aug 29 21:19:07 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' }"
 
 ControlInterrupt subclass:#SystemNotification
@@ -7,9 +19,24 @@
 	category:'Kernel-Exceptions'
 !
 
+!SystemNotification 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.
+"
+! !
 
 !SystemNotification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SystemNotification.st,v 1.1 2001-09-07 10:01:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SystemNotification.st,v 1.2 2003-08-29 19:18:47 cg Exp $'
 ! !
--- a/TerminateProcessRequest.st	Fri Aug 29 21:16:52 2003 +0200
+++ b/TerminateProcessRequest.st	Fri Aug 29 21:19:07 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' }"
 
 ControlRequest subclass:#TerminateProcessRequest
@@ -9,6 +21,20 @@
 
 !TerminateProcessRequest 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
 "
     Request to terminate a process.
@@ -21,5 +47,5 @@
 !TerminateProcessRequest class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/TerminateProcessRequest.st,v 1.1 2001-11-17 10:02:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/TerminateProcessRequest.st,v 1.2 2003-08-29 19:18:14 cg Exp $'
 ! !
--- a/UserInformation.st	Fri Aug 29 21:16:52 2003 +0200
+++ b/UserInformation.st	Fri Aug 29 21:19:07 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2003 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' }"
 
 UserNotification subclass:#UserInformation
@@ -9,6 +21,20 @@
 
 !UserInformation class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2003 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
 "    
     UserInformation is similar to UserNotification,
@@ -39,7 +65,7 @@
 !UserInformation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserInformation.st,v 1.2 2003-02-18 13:45:34 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserInformation.st,v 1.3 2003-08-29 19:19:07 cg Exp $'
 ! !
 
 UserInformation initialize!
--- a/UserInterrupt.st	Fri Aug 29 21:16:52 2003 +0200
+++ b/UserInterrupt.st	Fri Aug 29 21:19:07 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' }"
 
 ControlInterrupt subclass:#UserInterrupt
@@ -9,6 +21,20 @@
 
 !UserInterrupt 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 when the user presses the Interrupt-Key,
@@ -19,5 +45,5 @@
 !UserInterrupt class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserInterrupt.st,v 1.2 2001-11-17 10:02:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserInterrupt.st,v 1.3 2003-08-29 19:18:12 cg Exp $'
 ! !