annotate README.txt @ 309:d5014ab8b0e5

* Add GPL and README; some tidying
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 13 Dec 2010 14:55:28 +0000
parents
children b09f4ecd363d
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@309 18 See individual files for further authorship details.
c@309 19
c@309 20
c@309 21 License
c@309 22 =======
c@309 23
c@309 24 This code is provided under the terms of the GNU General Public
c@309 25 License. You may use, modify and redistribute it in source or
c@309 26 binary form, provided you comply with the terms given by the GNU
c@309 27 General Public License. See the file COPYING for more details.
c@309 28