AbstractVersionDiffBrowserItem.st
changeset 2626 4ee750caddab
parent 2625 d70f0361a027
child 12123 4bde08cebd48
--- a/AbstractVersionDiffBrowserItem.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/AbstractVersionDiffBrowserItem.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.
+"
+
+
+
 HierarchicalItem subclass:#AbstractVersionDiffBrowserItem
 	instanceVariableNames:''
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !AbstractVersionDiffBrowserItem 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.
@@ -124,5 +154,5 @@
 !AbstractVersionDiffBrowserItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractVersionDiffBrowserItem.st,v 1.4 2000-02-18 14:01:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractVersionDiffBrowserItem.st,v 1.5 2000-02-18 14:09:49 cg Exp $'
 ! !