ComboBoxView.st
changeset 332 78dcd3cacbfd
parent 311 d790d0524822
child 519 9ab4fc771a7f
--- a/ComboBoxView.st	Sat Mar 29 11:27:08 1997 +0100
+++ b/ComboBoxView.st	Sat Mar 29 11:56:37 1997 +0100
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
+              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.
+"
+
+
 ComboView subclass:#ComboBoxView
 	instanceVariableNames:''
 	classVariableNames:''
@@ -7,6 +20,21 @@
 
 !ComboBoxView class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
+              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
 "
     A ComboBoxView combines an inputField with a drop down list of default inputs;
@@ -216,5 +244,5 @@
 !ComboBoxView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.15 1997-02-28 13:02:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.16 1997-03-29 10:56:26 cg Exp $'
 ! !