comparison plugins/Notes.cpp @ 112:f80b207ccd15

libmain.cpp, plugins/: update to GPLv3
author Paul Brossier <piem@piem.org>
date Sat, 31 Jan 2015 17:34:33 +0100
parents 35305d617a31
children
comparison
equal deleted inserted replaced
111:01c4c91e8a85 112:f80b207ccd15
4 Vamp feature extraction plugins using Paul Brossier's Aubio library. 4 Vamp feature extraction plugins using Paul Brossier's Aubio library.
5 5
6 Centre for Digital Music, Queen Mary, University of London. 6 Centre for Digital Music, Queen Mary, University of London.
7 This file copyright 2006-2008 Chris Cannam and QMUL. 7 This file copyright 2006-2008 Chris Cannam and QMUL.
8 8
9 This program is free software; you can redistribute it and/or 9 This file is part of vamp-aubio-plugins.
10 modify it under the terms of the GNU General Public License as 10
11 published by the Free Software Foundation; either version 2 of the 11 vamp-aubio is free software: you can redistribute it and/or modify
12 License, or (at your option) any later version. See the file 12 it under the terms of the GNU General Public License as published by
13 COPYING included with this distribution for more information. 13 the Free Software Foundation, either version 3 of the License, or
14 (at your option) any later version.
15
16 vamp-aubio is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with aubio. If not, see <http://www.gnu.org/licenses/>.
14 23
15 */ 24 */
16 25
17 #include <math.h> 26 #include <math.h>
18 #include "Notes.h" 27 #include "Notes.h"