From e82accd199d054cc1a61fa797d12f5138620afdd Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 18 Jul 2024 16:35:26 +0100 Subject: [PATCH] Correct FFTW description --- COMPILING.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/COMPILING.md b/COMPILING.md index 11e295bd..0e25ee0b 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -299,7 +299,7 @@ vDSP -Dfft=vdsp -DHAVE_VDSP Default on macOS/iOS (in FFTW3 -Dfft=fftw -DHAVE_FFTW3 A bit faster than built-in, a bit slower than vDSP. - GPL licence. + GPL with commercial option. SLEEF -Dfft=sleef -DHAVE_SLEEF Usually very fast. Not as widely distributed as FFTW3. Requires diff --git a/README.md b/README.md index 0b344f85..9307e230 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ licences for some relevant library code are as follows, to the best of our knowledge. See also the file [COMPILING.md](COMPILING.md) for more details. - * FFTW3 - GPL; proprietary licence needed for redistribution - * Intel IPP - Proprietary; licence needed for redistribution + * FFTW3 - GPL with commercial proprietary option + * Intel IPP - Proprietary of some nature * SLEEF - BSD-like * KissFFT - BSD-like * libsamplerate - BSD-like from version 0.1.9 onwards