]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/linux/epoll/epoll.factor
Switch to https urls
[factor.git] / basis / unix / linux / epoll / epoll.factor
index 24b1a562dfd489bb62074ac89f3e19b757d376ce..60ffa05e56ca23c66b511f5ae88684879c58368d 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2011 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 IN: unix.linux.epoll
 USING: alien.c-types alien.syntax classes.struct math
 unix.types ;