Tools_BrowserList.st
changeset 6179 182d948dcf05
parent 6006 6bc518b7aa2f
child 6260 9e7aa671f1b9
--- a/Tools_BrowserList.st	Wed Feb 02 11:59:04 2005 +0100
+++ b/Tools_BrowserList.st	Wed Feb 02 12:03:33 2005 +0100
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2004 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.
+"
+
 "{ Package: 'stx:libtool' }"
 
 "{ NameSpace: Tools }"
@@ -16,6 +28,20 @@
 
 !BrowserList class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2004 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.
+"
+!
+
 documentation
 "
     embeddable application displaying the class-categories.
@@ -1214,5 +1240,5 @@
 !BrowserList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_BrowserList.st,v 1.6 2004-09-12 14:45:31 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_BrowserList.st,v 1.7 2005-02-02 11:01:44 cg Exp $'
 ! !