]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/encodings/utf7/utf7.factor
Switch to https urls
[factor.git] / basis / io / encodings / utf7 / utf7.factor
index 1777c94d29f1661b1a05adf1e6d0837324470297..6f31da8c10adbc9f760a80e8b1a1eaac5237dedd 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2013-2014 Björn Lindqvist
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 USING: accessors ascii base64 io io.encodings
 io.encodings.string io.encodings.utf16 kernel make math
 math.functions sequences splitting strings ;