]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/heaps/heaps.factor
Switch to https urls
[factor.git] / basis / heaps / heaps.factor
index 2c6d4c8102b06ebf247a540cdfb92b7d2ba6a31d..97186ffd98e0897d196b7ceb0942051bef9b9e5e 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2007, 2008 Ryan Murphy, Doug Coleman,
 ! Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs fry kernel kernel.private
 math math.order math.private sequences sequences.private summary
 vectors ;