copyright
authorClaus Gittinger <cg@exept.de>
Wed, 02 Feb 2005 11:59:58 +0100
changeset 8727 533d79aac561
parent 8726 3eeeb7f22720
child 8728 d70396dc4e96
copyright
InvalidModeError.st
ReadError.st
StreamNotOpenError.st
--- a/InvalidModeError.st	Tue Feb 01 16:37:47 2005 +0100
+++ b/InvalidModeError.st	Wed Feb 02 11:59:58 2005 +0100
@@ -1,4 +1,14 @@
-"{ Encoding: utf8 }"
+"
+ 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:libbasic' }"
 
@@ -9,9 +19,24 @@
 	category:'Kernel-Exceptions-Errors'
 !
 
+!InvalidModeError 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.
+"
+! !
 
 !InvalidModeError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/InvalidModeError.st,v 1.1 2004-03-04 16:49:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/InvalidModeError.st,v 1.2 2005-02-02 10:59:58 cg Exp $'
 ! !
--- a/ReadError.st	Tue Feb 01 16:37:47 2005 +0100
+++ b/ReadError.st	Wed Feb 02 11:59:58 2005 +0100
@@ -1,4 +1,14 @@
-"{ Encoding: utf8 }"
+"
+ 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:libbasic' }"
 
@@ -9,9 +19,24 @@
 	category:'Kernel-Exceptions-Errors'
 !
 
+!ReadError 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.
+"
+! !
 
 !ReadError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadError.st,v 1.1 2004-03-04 16:43:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadError.st,v 1.2 2005-02-02 10:59:36 cg Exp $'
 ! !
--- a/StreamNotOpenError.st	Tue Feb 01 16:37:47 2005 +0100
+++ b/StreamNotOpenError.st	Wed Feb 02 11:59:58 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:libbasic' }"
 
 StreamError subclass:#StreamNotOpenError
@@ -7,6 +19,21 @@
 	category:'Kernel-Exceptions-Errors'
 !
 
+!StreamNotOpenError 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.
+"
+! !
 
 !StreamNotOpenError methodsFor:'printing & storing'!
 
@@ -17,5 +44,5 @@
 !StreamNotOpenError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/StreamNotOpenError.st,v 1.2 2004-09-03 11:30:56 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StreamNotOpenError.st,v 1.3 2005-02-02 10:59:49 cg Exp $'
 ! !