]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/distances/distances.factor
Switch to https urls
[factor.git] / extra / math / distances / distances.factor
index 7f56d6da19bfd7f1c244ae4e933ea8a3438c01e5..a54035a424f563cbadf7e5c279f8142651fa44e8 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2012 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 
 USING: kernel math math.functions math.similarity
 math.statistics math.vectors sequences sequences.extras ;