]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/streams/sequence/sequence.factor
Switch to https urls
[factor.git] / core / io / streams / sequence / sequence.factor
index 8326e25a8ab9f56a88c32b920f9781dfd3fc5aba..9829d068d05dfeb27fe95da52c78e14910da1568 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Daniel Ehrenberg
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors byte-arrays classes combinators destructors
 growable io io.private io.streams.plain kernel math math.order
 sequences sequences.private strings ;