]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compression/lzw/lzw-docs.factor
Switch to https urls
[factor.git] / basis / compression / lzw / lzw-docs.factor
index 4456365938b1d790f1ffc13545486d089a122cb9..3819b78def6ffb7752db7f7e976c9059516ab28f 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Keith Lazuka
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: bitstreams byte-arrays classes help.markup help.syntax
 kernel math quotations sequences ;
 IN: compression.lzw