]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/intervals/intervals.factor
Switch to https urls
[factor.git] / basis / math / intervals / intervals.factor
index 2c55496f05eb806a1f01bcd01d26746aadb22ec7..09855855fb47ebfb790f4ac794d0aa739198cb24 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2007, 2009 Slava Pestov, Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 ! Based on Slate's src/unfinished/interval.slate by Brian Rice.
 USING: accessors kernel sequences arrays math math.order
 combinators combinators.short-circuit generic layouts memoize ;