Tools__StringSearchToolForTextView.st
changeset 8276 43b76fabaa23
parent 8085 e050190fee76
child 8910 7c30cd06ddf4
--- a/Tools__StringSearchToolForTextView.st	Tue Sep 23 01:29:37 2008 +0200
+++ b/Tools__StringSearchToolForTextView.st	Tue Sep 23 01:29:40 2008 +0200
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2008 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 }"
@@ -9,6 +20,21 @@
 	category:'Interface-Tools'
 !
 
+!StringSearchToolForTextView class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2008 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.
+"
+! !
 
 !StringSearchToolForTextView class methodsFor:'interface specs'!
 
@@ -411,5 +437,5 @@
 !StringSearchToolForTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.8 2008-04-28 10:48:02 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.9 2008-09-22 23:29:40 cg Exp $'
 ! !