]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/tree.factor
Switch to https urls
[factor.git] / basis / compiler / tree / tree.factor
index 0fb955afc087c0f4b207a5d99bccd83c2353fc04..0ddf282167dfdf1a9585aa07f6dddbd088c7b7b9 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2004, 2010 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs kernel namespaces sequences
 stack-checker.visitor vectors ;
 IN: compiler.tree