JavaUnresolvedConstant.st
changeset 454 38f590639d65
parent 399 94d37f2032a1
child 628 c72908723a98
--- a/JavaUnresolvedConstant.st	Mon Nov 16 15:13:04 1998 +0000
+++ b/JavaUnresolvedConstant.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.
+"
+
+
+
 Object subclass:#JavaUnresolvedConstant
 	instanceVariableNames:'nextUnresolved prevUnresolved constantPool constantPoolIndex'
 	classVariableNames:'PatchLists'
@@ -5,6 +19,23 @@
 	category:'Java-Reader-Support'
 !
 
+!JavaUnresolvedConstant 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.
+"
+
+
+! !
 
 !JavaUnresolvedConstant class methodsFor:'instance creation'!
 
@@ -207,5 +238,5 @@
 !JavaUnresolvedConstant class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedConstant.st,v 1.9 1998/10/20 16:45:16 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedConstant.st,v 1.10 1998/11/16 15:16:44 cg Exp $'
 ! !