annotate README.txt @ 376:8e32cd2af755

Add Doxyfile
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 21 Oct 2013 11:38:40 +0100
parents 4a5aea3dae81
children 7ab3539e92e3
rev   line source
c@309 1
c@309 2
c@309 3 QM-DSP library
c@309 4 ==============
c@309 5
c@309 6 This is a C++ library of functions for DSP and Music Informatics
c@309 7 purposes developed at Queen Mary, University of London.
c@309 8 It is used by the QM Vamp Plugins (q.v.) amongst other things.
c@309 9
c@309 10 This code is Copyright (c) 2006-2010 Queen Mary, University of London,
c@309 11 with the following exceptions:
c@309 12
c@309 13 maths/pca.c -- Fionn Murtagh, from StatLib; with permission
c@309 14
c@309 15 maths/Polyfit.h -- Allen Miller, David J Taylor and others; also for
c@309 16 Delphi in the the JEDI Math Library, under the Mozilla Public License
c@309 17
c@313 18 thread/BlockAllocator.h -- derived from FSB Allocator by Juha Nieminen,
c@313 19 under BSD-style license
c@313 20
c@309 21 See individual files for further authorship details.
c@309 22
c@309 23
c@309 24 License
c@309 25 =======
c@309 26
c@311 27 This program is free software; you can redistribute it and/or
c@311 28 modify it under the terms of the GNU General Public License as
c@311 29 published by the Free Software Foundation; either version 2 of the
c@311 30 License, or (at your option) any later version. See the file
c@311 31 COPYING included with this distribution for more information.
c@309 32
c@311 33