JavaClassPointerRef.st
changeset 454 38f590639d65
parent 229 b91c9462ac83
child 565 3e8984edfedb
--- a/JavaClassPointerRef.st	Mon Nov 16 15:13:04 1998 +0000
+++ b/JavaClassPointerRef.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.
+"
+
+
+
 JavaClassRef subclass:#JavaClassPointerRef
 	instanceVariableNames:'deref'
 	classVariableNames:''
@@ -5,6 +19,23 @@
 	category:'Java-Reader-Support'
 !
 
+!JavaClassPointerRef 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.
+"
+
+
+! !
 
 !JavaClassPointerRef methodsFor:'accessing'!
 
@@ -56,5 +87,5 @@
 !JavaClassPointerRef class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaClassPointerRef.st,v 1.6 1997/08/18 10:40:41 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaClassPointerRef.st,v 1.7 1998/11/16 15:16:49 cg Exp $'
 ! !