]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/fftw/fftw.factor
Switch to https urls
[factor.git] / extra / fftw / fftw.factor
index a3bbdbf4bd4bb093ea9b03d16d7463d17c60dde5..6296a9e0fcf8a871caf5b7e3f0a9d991e977a145 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (c) 2014 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 
 USING: alien.c-types destructors fftw.ffi kernel math
 math.vectors sequences sequences.private specialized-arrays ;