# HG changeset patch # User Chris Cannam # Date 1424688181 0 # Node ID 5316fa4b0f33cab7eb4e5cf4d727ef3cd6a39c0f # Parent f898c901c055ca281330aa963e56de1b3545462b Comments diff -r f898c901c055 -r 5316fa4b0f33 README.txt --- a/README.txt Mon Feb 23 10:42:54 2015 +0000 +++ b/README.txt Mon Feb 23 10:43:01 2015 +0000 @@ -7,9 +7,11 @@ purposes developed at Queen Mary, University of London. It is used by the QM Vamp Plugins (q.v.) amongst other things. -This code is Copyright (c) 2006-2010 Queen Mary, University of London, +This code is Copyright (c) 2006-2015 Queen Mary, University of London, with the following exceptions: +ext/kissfft -- Copyright (c) 2003-2010 Mark Borgerding + maths/pca.c -- Fionn Murtagh, from StatLib; with permission maths/Polyfit.h -- Allen Miller, David J Taylor and others; also for diff -r f898c901c055 -r 5316fa4b0f33 dsp/transforms/FFT.cpp --- a/dsp/transforms/FFT.cpp Mon Feb 23 10:42:54 2015 +0000 +++ b/dsp/transforms/FFT.cpp Mon Feb 23 10:43:01 2015 +0000 @@ -4,7 +4,6 @@ QM DSP Library Centre for Digital Music, Queen Mary, University of London. - This file is based on Don Cross's public domain FFT implementation. */ #include "FFT.h"