]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/binpack/binpack-tests.factor
Switch to https urls
[factor.git] / extra / math / binpack / binpack-tests.factor
index 64d701633182e7c9d61417dbbb28e6f84fbfaf62..d02586345fe4d5803bdb20373919339545ce7f56 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 
 USING: kernel math.binpack sequences tools.test ;