]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/nbody-simd/nbody-simd.factor
Switch to https urls
[factor.git] / extra / benchmark / nbody-simd / nbody-simd.factor
index c50481de5d08ecbe773cc45df3ca8d0f90bb62c5..7e400aa404611521db9ae6c28c0f63daf9d79ea3 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2010 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 kernel math math.constants
 math.functions math.vectors math.vectors.simd.cords math.parser
 combinators.smart sequences classes.struct specialized-arrays io ;