]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/ryu/ryu.factor
stomp.cli: simplify
[factor.git] / extra / ryu / ryu.factor
index 899e7b03dad3d0105b40c5a6cffa5a52d3f595e1..918e74c42a7fdc2373be96d68279101e04d44f8c 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2018 Alexander Ilin.
-! See http://factorcode.org/license.txt for BSD license.
-USING: combinators.smart kernel locals math math.bitwise
+! See https://factorcode.org/license.txt for BSD license.
+USING: combinators.smart kernel math math.bitwise
 math.functions math.order math.parser ryu.data sequences
 sequences.private ;