# HG changeset patch # User Chris Cannam # Date 1424688181 0 # Node ID 7ab3539e92e3c8845e3c392f470c7020247d3174 # Parent 5ec47007b8734b586fcc4586f05d0b3cefcb4818 Comments diff -r 5ec47007b873 -r 7ab3539e92e3 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 5ec47007b873 -r 7ab3539e92e3 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"