NoByteCodeError.st
changeset 7587 89864caa2665
parent 7231 5e1250b3f7f6
child 7602 d048f13cd50a
--- a/NoByteCodeError.st	Fri Aug 29 21:15:21 2003 +0200
+++ b/NoByteCodeError.st	Fri Aug 29 21:16:52 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' }"
 
 InvalidCodeError subclass:#NoByteCodeError
@@ -9,6 +21,20 @@
 
 !NoByteCodeError 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
 "
     Triggered by the VM, if an method/block without code is to be executed
@@ -18,5 +44,5 @@
 !NoByteCodeError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/NoByteCodeError.st,v 1.2 2003-04-24 08:17:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/NoByteCodeError.st,v 1.3 2003-08-29 19:16:33 cg Exp $'
 ! !