]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/codegen/codegen.factor
Switch to https urls
[factor.git] / basis / compiler / codegen / codegen.factor
index 00c05d5c387a2b2e3056d45fc310e7f3526c8ee9..ea5e013859b6f282a95a2ffaea756ef55bbc30a3 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2011 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs byte-arrays combinators
 compiler.cfg compiler.cfg.comparisons compiler.cfg.instructions
 compiler.cfg.linearization compiler.codegen.gc-maps