]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/backend/unix/multiplexers/kqueue/kqueue.factor
Switch to https urls
[factor.git] / basis / io / backend / unix / multiplexers / kqueue / kqueue.factor
index 9f9ed6ad5ab51ee1ab4b2d50748bd004a6bf5a83..bbc6b383a4f3b3e13802f5ffd279ec2816b93184 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors alien.c-types alien.data combinators
 destructors io.backend.unix libc kernel math.bitwise sequences
 specialized-arrays unix unix.kqueue unix.time assocs