HierarchicalVersionDiffBrowser.st
changeset 2626 4ee750caddab
parent 2614 6358729321c5
child 12123 4bde08cebd48
--- a/HierarchicalVersionDiffBrowser.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/HierarchicalVersionDiffBrowser.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+
 ApplicationModel subclass:#HierarchicalVersionDiffBrowser
 	instanceVariableNames:'versionDiffBrowser classTree treeSelectionHolder classHolder'
 	classVariableNames:''
@@ -7,8 +21,26 @@
 
 !HierarchicalVersionDiffBrowser class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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
 "
+    This is not yet finished (work in progress) - do not use.
+
     A hierarchical version diff browser, allowing easy comparison
     between a classes versions; will also eventually add capabilities
     to checkIn / load classes into / from the repository.
@@ -609,5 +641,5 @@
 !HierarchicalVersionDiffBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/HierarchicalVersionDiffBrowser.st,v 1.8 2000-02-15 16:50:37 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/HierarchicalVersionDiffBrowser.st,v 1.9 2000-02-18 14:06:52 cg Exp $'
 ! !