# HG changeset patch # User Claus Gittinger # Date 950884154 -3600 # Node ID cb8d9c20dd51b9e7bbcbd4c60f912cc8aac9a18e # Parent cd83d6348a3670fad0046ff290bd04bfe00ec3de copyrights diff -r cd83d6348a36 -r cb8d9c20dd51 ApplicationSubView.st --- 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 $' ! !