]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/streams/byte-array/byte-array.factor
Switch to https urls
[factor.git] / core / io / streams / byte-array / byte-array.factor
index 008fbd06d0281f0acde9c5279581acdd525d3665..47156dc5a31a0605ae0cff143d91f649db8a98ac 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 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 byte-vectors destructors io
 io.encodings io.streams.sequence kernel sequences
 sequences.private ;