ApplicationSubView.st
changeset 1353 cb8d9c20dd51
parent 1288 7e2e44cea290
child 1433 527262f8f026
--- a/ApplicationSubView.st	Thu Feb 17 16:00:56 2000 +0100
+++ b/ApplicationSubView.st	Fri Feb 18 15:29:14 2000 +0100
@@ -1,3 +1,16 @@
+"
+ 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.
+"
+
+
 View subclass:#ApplicationSubView
 	instanceVariableNames:'application'
 	classVariableNames:''
@@ -7,6 +20,21 @@
 
 !ApplicationSubView 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
 "
     needed sometimes, when a full application is embeded into an ExtendedComboBox
@@ -48,5 +76,5 @@
 !ApplicationSubView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationSubView.st,v 1.2 1999-12-08 19:56:31 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationSubView.st,v 1.3 2000-02-18 14:29:14 cg Exp $'
 ! !