*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 30 Aug 2003 14:33:27 +0200
changeset 2564 7fcb30131855
parent 2563 b04147223487
child 2565 d70e11fc3830
*** empty log message ***
ModelListEntry.st
--- a/ModelListEntry.st	Fri Aug 29 17:46:15 2003 +0200
+++ b/ModelListEntry.st	Sat Aug 30 14:33:27 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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:libwidg2' }"
 
 ListEntry subclass:#ModelListEntry
@@ -9,6 +21,20 @@
 
 !ModelListEntry class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2002 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
 "
     Use this class, if you provide some SelectionInListView, ComboBox, etc. with
@@ -93,5 +119,5 @@
 !ModelListEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ModelListEntry.st,v 1.1 2002-09-18 19:28:38 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ModelListEntry.st,v 1.2 2003-08-30 12:33:27 cg Exp $'
 ! !