]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/checksums/crc16/crc16.factor
Switch to https urls
[factor.git] / basis / checksums / crc16 / crc16.factor
index 372998d5547822f789981a23257ea9729bcffe04..56aa5400a8e7c0163825636b199ae0ea91dd05d0 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2016 Alexander Ilin.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: checksums endian kernel literals math sequences sequences.private ;
 IN: checksums.crc16