diff -r 2cd2752646a7 -r a7ff7d66ee85 Tools__BrowserListWithFilter.st --- a/Tools__BrowserListWithFilter.st Sun Jan 29 18:58:38 2012 +0000 +++ b/Tools__BrowserListWithFilter.st Mon Jan 30 17:49:41 2012 +0000 @@ -1,3 +1,14 @@ +" + COPYRIGHT (c) 2006 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:libtool' }" "{ NameSpace: Tools }" @@ -11,6 +22,20 @@ !BrowserListWithFilter class methodsFor:'documentation'! +copyright +" + COPYRIGHT (c) 2006 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 " Abstract superclass for a browser list with user filter. @@ -192,9 +217,13 @@ !BrowserListWithFilter class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools__BrowserListWithFilter.st,v 1.3 2011/12/01 10:53:42 vrany Exp $' + ^ '$Id: Tools__BrowserListWithFilter.st 7854 2012-01-30 17:49:41Z vranyj1 $' ! version_CVS ^ '§Header: /cvs/stx/stx/libtool/Tools__BrowserListWithFilter.st,v 1.3 2011/12/01 10:53:42 vrany Exp §' -! ! \ No newline at end of file +! + +version_SVN + ^ '$Id: Tools__BrowserListWithFilter.st 7854 2012-01-30 17:49:41Z vranyj1 $' +! !