UIHelpTool.st
changeset 156 b332d7117c40
parent 151 8768bf518383
child 172 10e8e0510baa
--- a/UIHelpTool.st	Tue Jun 17 12:34:33 1997 +0200
+++ b/UIHelpTool.st	Tue Jun 17 12:39:23 1997 +0200
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1995 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.
+"
+
+
+
 ApplicationModel subclass:#UIHelpTool
 	instanceVariableNames:'dictionary list model'
 	classVariableNames:''
@@ -7,10 +21,29 @@
 
 !UIHelpTool class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1995 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
 "
     used by the UIPainter to add help text to any component which will be shown
     during runing an application with enabled activeHelp mode.
+
+    [author:]
+        Claus Atzkern
 "
 ! !