]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/quoted-printable/quoted-printable.factor
Switch to https urls
[factor.git] / basis / quoted-printable / quoted-printable.factor
index 0453fe7f60a4cd7f40c15c1538831ca912c4d665..5e04a0d72748f762243baad23d86caf92652d7c8 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Daniel Ehrenberg
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: sequences strings kernel io.encodings.string
 math.order ascii math io io.encodings.utf8 io.streams.string
 combinators.short-circuit math.parser arrays ;