]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/infix/parser/parser.factor
Switch to https urls
[factor.git] / extra / infix / parser / parser.factor
index ce47d7d8af87d5416a5c25379dafe1d9557bf4c8..63f6202cd8031593097ee3488b95f34ff1894dc8 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Philipp Brüschweiler
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: infix.ast infix.tokenizer kernel multiline peg.ebnf
 sequences strings vectors ;
 IN: infix.parser