]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/fftw/ffi/ffi.factor
Switch to https urls
[factor.git] / extra / fftw / ffi / ffi.factor
index 195aa501cf3dc25a1fc3a1a85f0f7f03920772ae..92ec64129564f45739a1ceb03a6fb35009a2f28c 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 alien.c-types alien.destructors alien.libraries
 alien.libraries.finder alien.syntax combinators system ;