]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/factorials/factorials.factor
Switch to https urls
[factor.git] / extra / math / factorials / factorials.factor
index 06d3eac0285a4db4d38dd3a502fd3c9cdaf02c80..c8e46c15bca4a115746c4a254fc39d43d027c22f 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2013 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 
 USING: combinators combinators.short-circuit inverse kernel
 math math.functions math.primes ranges sequences ;