Tools_HierarchicalProjectList.st
changeset 6179 182d948dcf05
parent 5793 23aa2ad9b7b4
child 6690 7fe60b199314
--- a/Tools_HierarchicalProjectList.st	Wed Feb 02 11:59:04 2005 +0100
+++ b/Tools_HierarchicalProjectList.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 }"
@@ -20,6 +32,20 @@
 
 !HierarchicalProjectList 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
 "
     Like a ClassList, but shows classes hierarchical.
@@ -491,5 +517,5 @@
 !HierarchicalProjectList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_HierarchicalProjectList.st,v 1.4 2004-03-24 10:27:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_HierarchicalProjectList.st,v 1.5 2005-02-02 11:03:33 cg Exp $'
 ! !