]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/value-numbering/comparisons/comparisons.factor
Switch to https urls
[factor.git] / basis / compiler / cfg / value-numbering / comparisons / comparisons.factor
index 43eac3b9da84bf1f6f3a06c20cbf20c330fa94cb..0b2bd45da0d71607255875a46bbd66eb102dc338 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 combinators combinators.short-circuit
 compiler.cfg compiler.cfg.comparisons compiler.cfg.instructions
 compiler.cfg.registers compiler.cfg.value-numbering.graph