]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/encodings/encodings.factor
Switch to https urls
[factor.git] / core / io / encodings / encodings.factor
index 7c97c67b247723ab64acbaaa4ba0dc680bec1685..c37825a4483d059ac91f1a8992e986b5d1337c4a 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2010 Daniel Ehrenberg, Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors byte-arrays combinators destructors io
 io.streams.plain kernel kernel.private math namespaces sbufs
 sequences sequences.private strings strings.private ;