]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/sequences/parser/parser.factor
Switch to https urls
[factor.git] / basis / sequences / parser / parser.factor
index b9fd4dd1d4cc3929ba6a3b2d7264fb3f476133f8..f7ed06c164480547208979aeb60627a33911c85c 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2005, 2009 Daniel Ehrenberg, Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors circular combinators.short-circuit io kernel
 math math.order sequences sequences.parser sequences.private
 sorting.functor sorting.slots unicode ;