Mercurial > hg > qm-vamp-plugins
comparison libmain.cpp @ 135:dcf5800f0f00
* Add GPL
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 13 Dec 2010 14:03:46 +0000 |
parents | 52d84f7f6ad3 |
children |
comparison
equal
deleted
inserted
replaced
134:0a005b5ca35b | 135:dcf5800f0f00 |
---|---|
2 | 2 |
3 /* | 3 /* |
4 QM Vamp Plugin Set | 4 QM Vamp Plugin Set |
5 | 5 |
6 Centre for Digital Music, Queen Mary, University of London. | 6 Centre for Digital Music, Queen Mary, University of London. |
7 All rights reserved. | 7 |
8 This program is free software; you can redistribute it and/or | |
9 modify it under the terms of the GNU General Public License as | |
10 published by the Free Software Foundation; either version 2 of the | |
11 License, or (at your option) any later version. See the file | |
12 COPYING included with this distribution for more information. | |
8 */ | 13 */ |
9 | 14 |
10 #include <vamp/vamp.h> | 15 #include <vamp/vamp.h> |
11 #include <vamp-sdk/PluginAdapter.h> | 16 #include <vamp-sdk/PluginAdapter.h> |
12 | 17 |