]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/yuv-to-rgb/yuv-to-rgb.factor
Switch to https urls
[factor.git] / extra / benchmark / yuv-to-rgb / yuv-to-rgb.factor
index bd45f3ee2dd486ee80875626404db4f97f97f466..cf03b38fba9d3b61febc23f73f359dea83010f4f 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) Chris Double.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors alien.accessors alien.c-types alien.data
 byte-arrays classes.struct destructors generalizations kernel
 libc math math.order sequences sequences.private typed ;