]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/peg/expr/expr.factor
Switch to https urls
[factor.git] / extra / peg / expr / expr.factor
index 77c9425362766e187876782d5e6d02f7ff7f7f5a..f754f3ac0fddc15c35787ce53df131cb95ac645f 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 Chris Double.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: kernel math math.parser multiline peg.ebnf sequences ;
 IN: peg.expr