]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/encodings/utf16/utf16.factor
Switch to https urls
[factor.git] / core / io / encodings / utf16 / utf16.factor
index 01fc02c1bb499406438a1ec7d32727c4203d3c6e..09e05bb83aec8fd87174ada1765d9fe87dad76be 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2006, 2009 Daniel Ehrenberg.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors alien.accessors byte-arrays io io.encodings
 kernel math math.private sequences sequences.private strings
 strings.private ;