]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/concurrency/distributed/distributed.factor
Switch to https urls
[factor.git] / basis / concurrency / distributed / distributed.factor
index ade25b60e3a599c5e389260feb2c7c376b8ead09..9f4470b44d3e52175afc09c50dcb125cf8da032b 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2005 Chris Double. All Rights Reserved.
 ! Copyright (C) 2018 Alexander Ilin.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs continuations destructors init io
 io.encodings.binary io.servers io.sockets io.streams.duplex
 kernel namespaces sequences serialize threads ;