]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/regexp/nfa/nfa.factor
Switch to https urls
[factor.git] / basis / regexp / nfa / nfa.factor
index 044313f5e44485f216d7e33156fdb75d0e42c6de..0275384a2352ec21cd65ed905d8fb015b536ba7a 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 assocs combinators.short-circuit kernel
 math namespaces regexp.ast regexp.classes
 regexp.transition-tables sequences sets unicode vectors ;