MultipleItemSelectionWidget.st
changeset 2787 559ae498c994
parent 2520 83dce5294ade
child 3199 d8a392eaf97c
--- a/MultipleItemSelectionWidget.st	Fri Jan 28 14:00:56 2005 +0100
+++ b/MultipleItemSelectionWidget.st	Wed Feb 02 12:02:43 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:libwidg2' }"
 
 ApplicationModel subclass:#MultipleItemSelectionWidget
@@ -15,6 +27,20 @@
 
 !MultipleItemSelectionWidget 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
 "
     Replacement for a multiSelectionInList widget;
@@ -587,5 +613,5 @@
 !MultipleItemSelectionWidget class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/MultipleItemSelectionWidget.st,v 1.6 2003-05-28 13:49:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/MultipleItemSelectionWidget.st,v 1.7 2005-02-02 11:02:43 cg Exp $'
 ! !