]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/fannkuch/fannkuch.factor
Switch to https urls
[factor.git] / extra / benchmark / fannkuch / fannkuch.factor
index 4f10e20a0f56fc1ffbfede3f8365dc7b997ca24c..cb8e8a49137e9a70d4a858441de85fa01102e740 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: kernel math math.combinatorics math.order sequences
 io prettyprint ;
 IN: benchmark.fannkuch