]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/dce/dce.factor
Switch to https urls
[factor.git] / basis / compiler / cfg / dce / dce.factor
index d2d776e39319c31223a71dac4692dd3344f1e3d6..57cabd4b7ac8386ebe3419bd6e2d69794cc1f679 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2010 Slava Pestov, Daniel Ehrenberg.
-! 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.def-use
 compiler.cfg.instructions compiler.cfg.predecessors
 compiler.cfg.rpo kernel namespaces sequences sets ;