]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/matrices/matrices.factor
Switch to https urls
[factor.git] / basis / math / matrices / matrices.factor
index 847ba1e0280322795a3c927bb6660e13c31a33e5..573ba45c09127b0e48816bd3b1fab9fd90fd1339 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2005, 2010, 2018, 2020 Slava Pestov, Joe Groff, and Cat Stevens.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: arrays combinators combinators.short-circuit kernel math
 math.functions math.order math.private math.vectors ranges
 sequences sequences.deep sequences.private slots.private ;