]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/regexp/negation/negation.factor
Switch to https urls
[factor.git] / basis / regexp / negation / negation.factor
index 45e35df1fd4ce460d202746a0fbd778ee003c735..830b1937147992f7045c66922dd6f65dc9f1efad 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Daniel Ehrenberg.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors assocs hashtables kernel namespaces regexp.ast
 regexp.classes regexp.dfa regexp.disambiguate regexp.minimize
 regexp.nfa regexp.transition-tables sequences sets vectors ;