]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compression/lzw/lzw.factor
Switch to https urls
[factor.git] / basis / compression / lzw / lzw.factor
index 01ad507ee3851a282386bf7f6e2cd6615bf6051c..cd4a49cb18b8efb4772ee4201e9bd7aa238343e5 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors combinators kernel math math.order
 sequences vectors ;
 QUALIFIED-WITH: bitstreams bs