]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/io/encodings/detect/detect-tests.factor
Switch to https urls
[factor.git] / extra / io / encodings / detect / detect-tests.factor
index 78c8b1a55b85730093c5ea4e314e8173c4ab98fa..2fd1b3057b11e3fe105da6db8c7980eae48152e2 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2010 Joe Groff.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: byte-arrays io.encodings.8-bit io.encodings.binary
 io.encodings.detect io.encodings.latin1 io.encodings.utf16
 io.encodings.utf32 io.encodings.utf8 namespaces tools.test ;