13e2ce1a0a99 — Chris Cannam 9 months ago
Correct FFTW description
2 files changed, 3 insertions(+), 3 deletions(-)

M COMPILING.md
M README.md
M COMPILING.md +1 -1
@@ 299,7 299,7 @@ vDSP        -Dfft=vdsp      -DHAVE_VDSP 
 
 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

          
M README.md +2 -2
@@ 55,8 55,8 @@ licences for some relevant library code 
 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