]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/interpolate/interpolate.factor
Switch to https urls
[factor.git] / basis / interpolate / interpolate.factor
index cd300a585c73791bc08121fa464a880f61418cfe..40934b0f8e06bbf354e0b79246d186b097edcec0 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2009 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors fry generalizations io io.streams.string kernel
 make math math.order math.parser multiline namespaces present
 sequences splitting strings vocabs.parser ;