diff -r 4e2ab5e77344 -r 6f127dd5e578 InspectorList.st --- a/InspectorList.st Thu Apr 23 14:32:21 1998 +0200 +++ b/InspectorList.st Sat Apr 25 13:11:50 1998 +0200 @@ -1,3 +1,16 @@ +" + COPYRIGHT (c) 1997 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. +" + + "{ NameSpace: NewInspector }" Object subclass:#InspectorList @@ -7,6 +20,22 @@ category:'Inspector' ! +!InspectorList class methodsFor:'documentation'! + +copyright +" + COPYRIGHT (c) 1997 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. +" + +! ! !InspectorList class methodsFor:'instance creation'!