]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/build-stack-frame/build-stack-frame.factor
Switch to https urls
[factor.git] / basis / compiler / cfg / build-stack-frame / build-stack-frame.factor
index 96d4f881a8cb05b40f591169eba0028129fb3773..54ef6da0c91f04000a66618cdb6938475e14c395 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 compiler.cfg.instructions
 compiler.cfg.linearization cpu.architecture kernel layouts math
 math.order namespaces sequences ;