]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/z-algorithm/z-algorithm.factor
Switch to https urls
[factor.git] / extra / z-algorithm / z-algorithm.factor
index 778976d73e476d459b087607a3e2c1272138be9a..c504f122ea69271cf08c02fa7388fc421638f5b5 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: arrays kernel math ranges sequences sequences.private ;
 IN: z-algorithm