]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/interval-sets/interval-sets.factor
Switch to https urls
[factor.git] / basis / interval-sets / interval-sets.factor
index 593ad17fd30ef64ae80270eccb3ba51207ce11e8..420f099572b286b695df6d0f230d8ba53a5094dd 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 alien.c-types arrays assocs binary-search
 classes combinators kernel make math math.order sequences
 sequences.private sorting specialized-arrays ;