]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/json/writer/writer.factor
Switch to https urls
[factor.git] / basis / json / writer / writer.factor
index c7160d9ae0812146e84bd1909f2a22ae447af064..bdc80c06bc5754c7ad9fc24234f94ae697b0e0a2 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2006 Chris Double.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors ascii assocs combinators formatting hashtables
 io io.encodings.utf16.private io.streams.string json kernel math
 math.parser mirrors namespaces sequences strings tr words ;