]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/boyer-moore/boyer-moore.factor
Switch to https urls
[factor.git] / extra / boyer-moore / boyer-moore.factor
index 922666742505450a3a60d26922669025f4f82a57..2e929ebfd7eacf72d900fcc6c8a0ed07041a9115 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2010 Dmitry Shubin.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs kernel math math.order ranges
 sequences sequences.private z-algorithm ;
 IN: boyer-moore