FindFileApplication.st
changeset 5140 36c7da05d814
parent 5010 27aa6fa93dcd
child 5176 b76af7e92feb
--- a/FindFileApplication.st	Fri Aug 29 21:24:45 2003 +0200
+++ b/FindFileApplication.st	Fri Aug 29 21:29:24 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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' }"
 
 AbstractFileApplicationNoteBookComponent subclass:#FindFileApplication
@@ -12,6 +24,21 @@
 	category:'Interface-Tools-File'
 !
 
+!FindFileApplication class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2002 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.
+"
+! !
 
 !FindFileApplication class methodsFor:'instance creation'!
 
@@ -921,5 +948,5 @@
 !FindFileApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.13 2003-06-30 13:24:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.14 2003-08-29 19:27:54 cg Exp $'
 ! !