SmalltalkAppletStub.st
changeset 545 6a841644c5e9
parent 259 1bb7cdea6c46
child 713 75e92ac63bf1
--- a/SmalltalkAppletStub.st	Sat Jan 23 15:28:24 1999 +0000
+++ b/SmalltalkAppletStub.st	Fri Jan 29 15:30:31 1999 +0000
@@ -1,3 +1,18 @@
+"
+ 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:#SmalltalkAppletStub
 	instanceVariableNames:'parameter documentBase codeBase appletContext'
 	classVariableNames:''
@@ -5,6 +20,33 @@
 	category:'Java-Views-Support'
 !
 
+!SmalltalkAppletStub 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.
+"
+
+
+
+!
+
+documentation
+"
+    [Author:]
+        Claus Gittinger
+"
+
+
+! !
 
 !SmalltalkAppletStub methodsFor:'accessing'!
 
@@ -142,5 +184,5 @@
 !SmalltalkAppletStub class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/SmalltalkAppletStub.st,v 1.7 1998/01/12 22:57:46 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/SmalltalkAppletStub.st,v 1.8 1999/01/29 15:30:21 cg Exp $'
 ! !