]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/matrices/elimination/elimination.factor
Switch to https urls
[factor.git] / extra / math / matrices / elimination / elimination.factor
index 970e316f638d7ac794289bb7e05490a11af52dd6..6bdf20fbae73a99e2b6125bd1b936b71fb561f33 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2006, 2010 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: kernel math math.matrices math.vectors namespaces
 sequences ;
 IN: math.matrices.elimination