]> gitweb.factorcode.org Git - factor.git/blobdiff - core/strings/parser/parser.factor
Switch to https urls
[factor.git] / core / strings / parser / parser.factor
index bff33f24298e41399267fca112eaff63282f2af3..1638db25b7dd8160af770eb0a5ff14db27598894 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2009 Slava Pestov, Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors assocs combinators kernel kernel.private lexer
 math math.order math.parser namespaces sbufs sequences splitting
 strings ;