StandardSystemController.st
changeset 99 a656b0c9dd21
parent 96 948318b2fbd4
child 114 e577a2f332d0
--- a/StandardSystemController.st	Wed Aug 30 01:43:11 1995 +0200
+++ b/StandardSystemController.st	Wed Aug 30 19:54:43 1995 +0200
@@ -17,18 +17,36 @@
 	 category:'Interface-Support-Controllers'
 !
 
-StandardSystemController comment:'
+!StandardSystemController class methodsFor:'documentation'!
 
-COPYRIGHT (c) 1993 by Claus Gittinger
+copyright
+"
+ COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-Controller for StandardSystemViews i.e. top views. There is nothing done here
-since all action is done in window manager. This class exists for ST-80 com-
-patibility mainly.
+ 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/libview2/StandardSystemController.st,v 1.6 1995-08-29 17:44:50 claus Exp $
-written spring 93 by claus
-'!
+documentation
+"
+    Controller for StandardSystemViews i.e. top views. There is nothing done here
+    since all action is done in window manager. 
+    This class exists for ST-80 compatibility only 
+    (to allow for subclasses to be filed in).
+"
+!
+
+version
+"
+$Header: /cvs/stx/stx/libview2/StandardSystemController.st,v 1.7 1995-08-30 17:54:17 claus Exp $
+"
+! !
 
 !StandardSystemController methodsFor:'startup'!