]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/logic/examples/fib2/fib2.factor
Switch to https urls
[factor.git] / extra / logic / examples / fib2 / fib2.factor
index 1e4bd94906a2ad4764fc5b7865e571e4822308b1..8e0a4c5c225bccea1f2e84b03ed3f5ef48f5e141 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2020 KUSUMOTO Norio.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: assocs kernel logic math ;
 IN: logic.examples.fib2