]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/representations/coalescing/coalescing.factor
Switch to https urls
[factor.git] / basis / compiler / cfg / representations / coalescing / coalescing.factor
index 2893101ff6e4c66cde8026940da9eaf1a8e75821..66a75d4929bd906acc7ca01d1eaf50caaae2e13c 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2010 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors assocs compiler.cfg.def-use
 compiler.cfg.instructions compiler.cfg.rpo disjoint-sets kernel
 namespaces sequences ;