]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/propagation/inlining/inlining.factor
Switch to https urls
[factor.git] / basis / compiler / tree / propagation / inlining / inlining.factor
index 658c92ea017238bea00ffcc254afbef753ac8e2f..00b1cb4ddae9ce55f2aff37019396a602c26ebd9 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 arrays assocs classes.algebra combinators
 combinators.short-circuit compiler.tree compiler.tree.builder
 compiler.tree.normalization compiler.tree.propagation.info