JavaTopView.st
changeset 545 6a841644c5e9
parent 482 08fd07acb9b7
child 596 1649256b9b6d
--- a/JavaTopView.st	Sat Jan 23 15:28:24 1999 +0000
+++ b/JavaTopView.st	Fri Jan 29 15:30:31 1999 +0000
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1999 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.
+"
+
+
+
 StandardSystemView subclass:#JavaTopView
 	instanceVariableNames:'eventReceiver updateRegions javaPeer'
 	classVariableNames:''
@@ -5,6 +19,32 @@
 	category:'Java-Views-Support'
 !
 
+!JavaTopView class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1999 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
+"
+    [Author:]
+        Claus Gittinger
+"
+
+
+! !
 
 !JavaTopView methodsFor:'accessing'!
 
@@ -91,5 +131,5 @@
 !JavaTopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaTopView.st,v 1.4 1998/12/04 14:34:32 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaTopView.st,v 1.5 1999/01/29 15:30:27 cg Exp $'
 ! !