]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tools/file-to-directory/file-to-directory.factor
Switch to https urls
[factor.git] / extra / tools / file-to-directory / file-to-directory.factor
index fed70273533eb1d6cfb2f2181013dd70271756a1..034ccef4b0329c676da07a5a02be9635167d1b99 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2018 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: base91 combinators command-line fry io.directories
 io.encodings.binary io.encodings.utf8 io.files io.pathnames
 kernel modern modern.out namespaces sequences splitting strings ;