]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/linear-scan/linear-scan.factor
Switch to https urls
[factor.git] / basis / compiler / cfg / linear-scan / linear-scan.factor
index b159502cf10ac01ff188e0ba7d225247f28aa674..fda1bd6c69de72707ed845d14fb42b2de0b29623 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 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.linear-scan.allocation
 compiler.cfg.linear-scan.assignment
 compiler.cfg.linear-scan.live-intervals