Fix various tooltip markup (ampersand) entity-escape:
[ardour.git] / libs / qm-dsp / README.txt
1 This is a stripped down version of the Queen Mary DSP library
2
3 https://github.com/c4dm/qm-dsp  -- see gitrev.txt for version
4
5 ---
6
7
8 QM-DSP library
9 ==============
10
11 This is a C++ library of functions for DSP and Music Informatics
12 purposes developed at Queen Mary, University of London.
13 It is used by the QM Vamp Plugins (q.v.) amongst other things.
14
15 This code is Copyright (c) 2006-2015 Queen Mary, University of London,
16 with the following exceptions:
17
18 ext/kissfft -- Copyright (c) 2003-2010 Mark Borgerding
19
20 maths/pca.c -- Fionn Murtagh, from StatLib; with permission
21
22 maths/Polyfit.h -- Allen Miller, David J Taylor and others; also for
23 Delphi in the the JEDI Math Library, under the Mozilla Public License
24
25 See individual files for further authorship details.
26
27
28 License
29 =======
30
31 This program is free software; you can redistribute it and/or
32 modify it under the terms of the GNU General Public License as
33 published by the Free Software Foundation; either version 2 of the
34 License, or (at your option) any later version.  See the file
35 COPYING included with this distribution for more information.