changeset 408:5316fa4b0f33

Comments
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 23 Feb 2015 10:43:01 +0000
parents f898c901c055
children 1f1999b0f577
files README.txt dsp/transforms/FFT.cpp
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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"