]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/escape-analysis/check/check.factor
Switch to https urls
[factor.git] / basis / compiler / tree / escape-analysis / check / check.factor
index c363923fbb2b617d86cc5a5f7a2c15e82ae0f4b8..ce98ffbd1da38142a2c3717634ef77e1a0e83709 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2009 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors classes classes.tuple combinators.short-circuit
 compiler.tree compiler.tree.propagation.info kernel math
 sequences ;