]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/linear-scan/assignment/assignment.factor
Switch to https urls
[factor.git] / basis / compiler / cfg / linear-scan / assignment / assignment.factor
index ee93caf7b8a362e71c3d61c459945defca9ea04d..c1f264b3f467cb66e0aa97170d4c1c2b577afbc8 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 arrays assocs combinators compiler.cfg
 compiler.cfg.instructions compiler.cfg.linear-scan.allocation.state
 compiler.cfg.linear-scan.live-intervals