JavaMethodWithHandler.st
changeset 454 38f590639d65
parent 427 a7083b7a8724
child 610 1f3f6ca7d71f
--- a/JavaMethodWithHandler.st	Mon Nov 16 15:13:04 1998 +0000
+++ b/JavaMethodWithHandler.st	Mon Nov 16 15:17:54 1998 +0000
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1997 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.
+"
+
+
 JavaMethodWithException variableSubclass:#JavaMethodWithHandler
 	instanceVariableNames:'exceptionHandlerTable'
 	classVariableNames:''
@@ -5,6 +18,22 @@
 	category:'Java-Classes'
 !
 
+!JavaMethodWithHandler class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1997 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.
+"
+
+! !
 
 !JavaMethodWithHandler methodsFor:'accessing'!
 
@@ -40,5 +69,5 @@
 !JavaMethodWithHandler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodWithHandler.st,v 1.3 1998/11/10 00:22:29 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodWithHandler.st,v 1.4 1998/11/16 15:17:24 cg Exp $'
 ! !