]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/sequences/windowed/windowed-tests.factor
Switch to https urls
[factor.git] / basis / sequences / windowed / windowed-tests.factor
index f8c8881aabeba5d5bd7324c87dd4ec3ac28fd58b..67cc057dc29c767a131ed7d2b869e9018a2d96ce 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2012 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: arrays sequences sequences.windowed tools.test ;
 
 { { { 1 } { 1 2 } { 1 2 3 } { 2 3 4 } { 3 4 5 } { 4 5 6 } } }