ClassInspectorView.st
changeset 2236 257f587ad7dc
parent 165 df29ee4514c1
child 2271 0cf238543cb1
--- a/ClassInspectorView.st	Wed Jul 07 02:22:33 1999 +0200
+++ b/ClassInspectorView.st	Wed Jul 07 02:26:33 1999 +0200
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
+              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
@@ -10,19 +10,21 @@
  hereby transferred.
 "
 
+
+
 InspectorView subclass:#ClassInspectorView
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Interface-Inspector'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Interface-Inspector'
 !
 
-!ClassInspectorView methodsFor:'documentation'!
+!ClassInspectorView class methodsFor:'documentation'!
 
 copyright
 "
  COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
+              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
@@ -31,17 +33,8 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libtool/ClassInspectorView.st,v 1.6 1995-11-11 15:39:25 cg Exp $'
-!
 
-documentation
-"
-    modified Inspector for Classes; in addition to instance variables,
-    also shows ClassVariables in its left SelectionList.
-"
+
 ! !
 
 !ClassInspectorView methodsFor:'accessing'!
@@ -70,4 +63,37 @@
     ^ aList
 ! !
 
+!ClassInspectorView methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1994 by Claus Gittinger
+	      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
+"
+    modified Inspector for Classes; in addition to instance variables,
+    also shows ClassVariables in its left SelectionList.
+"
+!
+
+version
+    ^ '$Header: /cvs/stx/stx/libtool/ClassInspectorView.st,v 1.7 1999-07-07 00:25:16 cg Exp $'
+! !
+
+!ClassInspectorView class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libtool/ClassInspectorView.st,v 1.7 1999-07-07 00:25:16 cg Exp $'
+
+
+! !