FuzzyMatcher.st
changeset 5376 61b8a719febd
parent 4493 3961346f8256
--- a/FuzzyMatcher.st	Fri Dec 13 21:31:57 2019 +0100
+++ b/FuzzyMatcher.st	Fri Dec 13 21:32:03 2019 +0100
@@ -1,3 +1,16 @@
+"{ Encoding: utf8 }"
+
+"
+ COPYRIGHT (c) 2018 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:libbasic2' }"
 
 "{ NameSpace: Smalltalk }"
@@ -11,6 +24,20 @@
 
 !FuzzyMatcher class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2018 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
 "
     FuzzyMatcher is an approximate string matching algorithm that can determine if a string includes a given pattern.