]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/streams/byte-array/fast/fast.factor
Switch to https urls
[factor.git] / basis / io / streams / byte-array / fast / fast.factor
index 26dae5f4bf5126f28750000eb06d16010827bc09..ab7c5c5809532a301555f2395e6f1652bde8f150 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2010 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: alien byte-arrays byte-vectors io kernel libc math
 sequences ;