]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/propagation/copy/copy.factor
Switch to https urls
[factor.git] / basis / compiler / tree / propagation / copy / copy.factor
index 1e412bb7011254c8a861422f0b93c13432278488..1dbce7be9d8e1dca190b6713889b3311f4b1e896 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors assocs compiler.tree compiler.tree.def-use
 compiler.utilities grouping kernel namespaces sequences sets
 stack-checker.branches ;