]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/images/gif/gif.factor
Switch to https urls
[factor.git] / extra / images / gif / gif.factor
index 5141c7fa8f8f569e2be5b28dd85ccc3e283b0eae..0c751fbf035449fe8e3a98360f7b290d132758cf 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyrigt (C) 2009 Doug Coleman, Keith Lazuka
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays combinators compression.lzw constructors
 endian grouping images images.loader io io.encodings.string
 io.encodings.utf8 kernel make math math.bitwise sequences ;