]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/complex/complex.factor
Switch to https urls
[factor.git] / basis / math / complex / complex.factor
index 0c551dc971e906b0f298467eca1ef186a6e84e2d..c51d2da7383bb848ed0c26d26f82c45054fffe27 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2006, 2009 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors kernel kernel.private math math.private
 math.functions arrays math.functions.private sequences
 sequences.private parser ;