*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 29 Aug 2003 21:30:47 +0200
changeset 7591 19fa013c1c58
parent 7590 e318df34c74e
child 7592 aaa6a17f80a4
*** empty log message ***
AbstractObjectCoder.st
AllocationFailure.st
--- a/AbstractObjectCoder.st	Fri Aug 29 21:23:45 2003 +0200
+++ b/AbstractObjectCoder.st	Fri Aug 29 21:30:47 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' }"
 
 Object subclass:#AbstractObjectCoder
@@ -9,6 +21,20 @@
 
 !AbstractObjectCoder 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
 "
     This class is defines #encodeXXX:with: messages for various kinds of objects.
@@ -268,5 +294,5 @@
 !AbstractObjectCoder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/AbstractObjectCoder.st,v 1.8 2003-05-07 15:14:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/AbstractObjectCoder.st,v 1.9 2003-08-29 19:30:02 cg Exp $'
 ! !
--- a/AllocationFailure.st	Fri Aug 29 21:23:45 2003 +0200
+++ b/AllocationFailure.st	Fri Aug 29 21:30:47 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' }"
 
 Error subclass:#AllocationFailure
@@ -7,6 +19,21 @@
 	category:'System-Support'
 !
 
+!AllocationFailure 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.
+"
+! !
 
 !AllocationFailure class methodsFor:'testing'!
 
@@ -21,5 +48,5 @@
 !AllocationFailure class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AllocationFailure.st,v 1.2 2001-10-25 17:31:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AllocationFailure.st,v 1.3 2003-08-29 19:30:47 cg Exp $'
 ! !