copyrights
authorClaus Gittinger <cg@exept.de>
Fri, 18 Feb 2000 15:39:34 +0100
changeset 1717 ad30640ff659
parent 1716 0e31e721d4ab
child 1718 33c03d41f04e
copyrights
TreeItemWithImage.st
--- a/TreeItemWithImage.st	Fri Feb 18 15:33:04 2000 +0100
+++ b/TreeItemWithImage.st	Fri Feb 18 15:39:34 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1999 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.
+"
+
+
+
 TreeItem subclass:#TreeItemWithImage
 	instanceVariableNames:'icon'
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !TreeItemWithImage class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1999 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 regular TreeItem, but provides its own icon image.
@@ -43,5 +73,5 @@
 !TreeItemWithImage class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/TreeItemWithImage.st,v 1.3 1999-02-11 18:09:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/TreeItemWithImage.st,v 1.4 2000-02-18 14:39:34 cg Exp $'
 ! !