]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/threads/threads.factor
Switch to https urls
[factor.git] / basis / compiler / threads / threads.factor
index f87d3a1f1503702ac94c9b6b1954be5c91ee8b5b..d1bbbe8f18a57b6a5ecbcff16f0bd92d615265a1 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2011 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: alien.private compiler.utilities kernel namespaces
 stack-checker.alien threads threads.private ;
 IN: compiler.threads