SetInspectorView.st
changeset 2627 e633d9928ddd
parent 2271 0cf238543cb1
child 2717 dc997032a34e
--- a/SetInspectorView.st	Fri Feb 18 15:10:15 2000 +0100
+++ b/SetInspectorView.st	Fri Feb 18 15:37:00 2000 +0100
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1996 by Claus Gittinger / 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.
+"
+
+
 InspectorView subclass:#SetInspectorView
 	instanceVariableNames:'keys'
 	classVariableNames:''
@@ -7,6 +20,21 @@
 
 !SetInspectorView class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1996 by Claus Gittinger / 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
 "
     A modified inspector for Sets
@@ -142,5 +170,5 @@
 !SetInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.13 1999-07-16 17:25:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.14 2000-02-18 14:37:00 cg Exp $'
 ! !