]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/bits/bits-tests.factor
Switch to https urls
[factor.git] / basis / math / bits / bits-tests.factor
index 160c040cc1dab4d0b78067936b3596106c22df82..c7d1aeae82c7755caf740a17900354cedf195fd9 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Daniel Ehrenberg
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: tools.test math math.bits sequences arrays ;
 
 { t } [ 0b111111 3 <bits> second ] unit-test