ComboView.st
changeset 332 78dcd3cacbfd
parent 331 d6fad4b27a9a
child 411 5a32b4247011
--- a/ComboView.st	Sat Mar 29 11:27:08 1997 +0100
+++ b/ComboView.st	Sat Mar 29 11:56:37 1997 +0100
@@ -1,3 +1,17 @@
+"
+ 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.
+"
+
+
+
 View subclass:#ComboView
 	instanceVariableNames:'field pullDownButton list listHolder listMsg action'
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !ComboView 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 ComboView combines some field (typically an enterField or Label)
@@ -401,5 +431,5 @@
 !ComboView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.26 1997-03-29 10:27:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.27 1997-03-29 10:56:03 cg Exp $'
 ! !