]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/regexp/ast/ast.factor
Switch to https urls
[factor.git] / basis / regexp / ast / ast.factor
index ba206c6dac60570ac719f5ca3ec98e866823317d..d29b137d473597950a07a8ebc4ab7a4014e3c74b 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2009 Doug Coleman, Daniel Ehrenberg.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays kernel math regexp.classes sequences ;
 IN: regexp.ast