*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 23 Sep 2008 01:29:37 +0200
changeset 8275 cfc1193bd6b3
parent 8274 31eb11f780e7
child 8276 43b76fabaa23
*** empty log message ***
Tools__StringSearchTool.st
--- a/Tools__StringSearchTool.st	Mon Sep 22 17:10:10 2008 +0200
+++ b/Tools__StringSearchTool.st	Tue Sep 23 01:29:37 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 }"
@@ -14,6 +25,20 @@
 
 !StringSearchTool 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.
+"
+!
+
 documentation
 "
     documentation to be added.
@@ -733,5 +758,5 @@
 !StringSearchTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchTool.st,v 1.9 2008-05-08 08:28:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchTool.st,v 1.10 2008-09-22 23:29:37 cg Exp $'
 ! !