AllocationFailure.st
changeset 7591 19fa013c1c58
parent 6108 6a8332c136e2
child 7966 bd7113e2fb0d
--- 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 $'
 ! !