JavaMethodref.st
changeset 454 38f590639d65
parent 425 86623cfee842
child 619 b4868e432de3
--- a/JavaMethodref.st	Mon Nov 16 15:13:04 1998 +0000
+++ b/JavaMethodref.st	Mon Nov 16 15:17:54 1998 +0000
@@ -1,3 +1,17 @@
+"
+ 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.
+"
+
+
+
 JavaRef subclass:#JavaMethodref
 	instanceVariableNames:'method sel lastClass lastMethod'
 	classVariableNames:''
@@ -5,6 +19,23 @@
 	category:'Java-Reader-Support'
 !
 
+!JavaMethodref 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.
+"
+
+
+! !
 
 !JavaMethodref class methodsFor:'flushing'!
 
@@ -205,5 +236,5 @@
 !JavaMethodref class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.33 1998/11/10 00:16:01 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.34 1998/11/16 15:16:56 cg Exp $'
 ! !