ShadowView.st
changeset 46 7b331e9012fd
parent 12 9f0995fac1fa
child 54 29a6b2f8e042
--- a/ShadowView.st	Thu Jun 02 23:21:42 1994 +0200
+++ b/ShadowView.st	Fri Jun 03 02:54:39 1994 +0200
@@ -18,17 +18,38 @@
 !
 
 ShadowView comment:'
+COPYRIGHT (c) 1991 by Claus Gittinger
+              All Rights Reserved
+'!
 
-COPYRIGHT (c) 1991 by Claus Gittinger
+!ShadowView class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
-just to give PopUps and ModalBoxes a shadow. A ShadowView just paints black.
-The instance variable myView is the view, the shadow is for.
+ 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.
+"
+!
 
-$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.5 1993-12-11 01:32:53 claus Exp $
-written nov 91 by claus.
-real shadow added jun-93 by claus (if shadowColor is nil)
-'!
+version
+"
+$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.6 1994-06-03 00:53:37 claus Exp $
+"
+!
+
+documentation
+"
+    just to give PopUps and ModalBoxes a shadow. A ShadowView just paints black.
+    The instance variable myView is the view, the shadow is for.
+"
+! !
 
 !ShadowView methodsFor:'initialization'!