From 92eb3e0c63db623c6868aa9054818d7478520a1a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 31 Jan 2015 17:34:33 +0100 Subject: [PATCH] libmain.cpp, plugins/: update to GPLv3 --- libmain.cpp | 19 ++++++++++++++----- plugins/Notes.cpp | 19 ++++++++++++++----- plugins/Notes.h | 19 ++++++++++++++----- plugins/Onset.cpp | 19 ++++++++++++++----- plugins/Onset.h | 19 ++++++++++++++----- plugins/Pitch.cpp | 19 ++++++++++++++----- plugins/Pitch.h | 19 ++++++++++++++----- plugins/Silence.cpp | 20 +++++++++++++++----- plugins/Silence.h | 19 ++++++++++++++----- plugins/Tempo.cpp | 19 ++++++++++++++----- plugins/Tempo.h | 19 ++++++++++++++----- plugins/Types.cpp | 19 ++++++++++++++----- plugins/Types.h | 19 ++++++++++++++----- 13 files changed, 183 insertions(+), 65 deletions(-) diff --git a/libmain.cpp b/libmain.cpp index 7a97f34..4da6501 100644 --- a/libmain.cpp +++ b/libmain.cpp @@ -6,11 +6,20 @@ Centre for Digital Music, Queen Mary, University of London. This file copyright 2006 Chris Cannam. - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. See the file - COPYING included with this distribution for more information. + This file is part of vamp-aubio-plugins. + + vamp-aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + vamp-aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . */ diff --git a/plugins/Notes.cpp b/plugins/Notes.cpp index 5d32eaf..0f65110 100644 --- a/plugins/Notes.cpp +++ b/plugins/Notes.cpp @@ -6,11 +6,20 @@ Centre for Digital Music, Queen Mary, University of London. This file copyright 2006-2008 Chris Cannam and QMUL. - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. See the file - COPYING included with this distribution for more information. + This file is part of vamp-aubio-plugins. + + vamp-aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + vamp-aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . */ diff --git a/plugins/Notes.h b/plugins/Notes.h index 16977fa..8597fd8 100644 --- a/plugins/Notes.h +++ b/plugins/Notes.h @@ -6,11 +6,20 @@ Centre for Digital Music, Queen Mary, University of London. This file copyright 2006 Chris Cannam. - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. See the file - COPYING included with this distribution for more information. + This file is part of vamp-aubio-plugins. + + vamp-aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + vamp-aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . */ diff --git a/plugins/Onset.cpp b/plugins/Onset.cpp index 49cd566..cb93366 100644 --- a/plugins/Onset.cpp +++ b/plugins/Onset.cpp @@ -6,11 +6,20 @@ Centre for Digital Music, Queen Mary, University of London. This file copyright 2006 Chris Cannam. - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. See the file - COPYING included with this distribution for more information. + This file is part of vamp-aubio-plugins. + + vamp-aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + vamp-aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . */ diff --git a/plugins/Onset.h b/plugins/Onset.h index 961b44c..00b9815 100644 --- a/plugins/Onset.h +++ b/plugins/Onset.h @@ -6,11 +6,20 @@ Centre for Digital Music, Queen Mary, University of London. This file copyright 2006 Chris Cannam. - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. See the file - COPYING included with this distribution for more information. + This file is part of vamp-aubio-plugins. + + vamp-aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + vamp-aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . */ diff --git a/plugins/Pitch.cpp b/plugins/Pitch.cpp index 10a91c0..4201508 100644 --- a/plugins/Pitch.cpp +++ b/plugins/Pitch.cpp @@ -6,11 +6,20 @@ Centre for Digital Music, Queen Mary, University of London. This file copyright 2006 Chris Cannam. - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. See the file - COPYING included with this distribution for more information. + This file is part of vamp-aubio-plugins. + + vamp-aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + vamp-aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . */ diff --git a/plugins/Pitch.h b/plugins/Pitch.h index 86c9b61..b42671f 100644 --- a/plugins/Pitch.h +++ b/plugins/Pitch.h @@ -6,11 +6,20 @@ Centre for Digital Music, Queen Mary, University of London. This file copyright 2006 Chris Cannam. - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. See the file - COPYING included with this distribution for more information. + This file is part of vamp-aubio-plugins. + + vamp-aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + vamp-aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . */ diff --git a/plugins/Silence.cpp b/plugins/Silence.cpp index c58e217..c1d7f99 100644 --- a/plugins/Silence.cpp +++ b/plugins/Silence.cpp @@ -6,11 +6,21 @@ Centre for Digital Music, Queen Mary, University of London. This file copyright 2006-2008 Chris Cannam and QMUL. - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. See the file - COPYING included with this distribution for more information. + This file is part of vamp-aubio-plugins. + + vamp-aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + vamp-aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . + */ #include diff --git a/plugins/Silence.h b/plugins/Silence.h index 369b489..9f36e2e 100644 --- a/plugins/Silence.h +++ b/plugins/Silence.h @@ -6,11 +6,20 @@ Centre for Digital Music, Queen Mary, University of London. This file copyright 2006 Chris Cannam. - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. See the file - COPYING included with this distribution for more information. + This file is part of vamp-aubio-plugins. + + vamp-aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + vamp-aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . */ diff --git a/plugins/Tempo.cpp b/plugins/Tempo.cpp index 85b1e9d..5695bda 100644 --- a/plugins/Tempo.cpp +++ b/plugins/Tempo.cpp @@ -6,11 +6,20 @@ Centre for Digital Music, Queen Mary, University of London. This file copyright 2006 Chris Cannam. - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. See the file - COPYING included with this distribution for more information. + This file is part of vamp-aubio-plugins. + + vamp-aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + vamp-aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . */ diff --git a/plugins/Tempo.h b/plugins/Tempo.h index 9eff510..d4c9e20 100644 --- a/plugins/Tempo.h +++ b/plugins/Tempo.h @@ -6,11 +6,20 @@ Centre for Digital Music, Queen Mary, University of London. This file copyright 2006 Chris Cannam. - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. See the file - COPYING included with this distribution for more information. + This file is part of vamp-aubio-plugins. + + vamp-aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + vamp-aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . */ diff --git a/plugins/Types.cpp b/plugins/Types.cpp index 1534d1b..1af71f9 100644 --- a/plugins/Types.cpp +++ b/plugins/Types.cpp @@ -6,11 +6,20 @@ Centre for Digital Music, Queen Mary, University of London. This file copyright 2012 Queen Mary, University of London. - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. See the file - COPYING included with this distribution for more information. + This file is part of vamp-aubio-plugins. + + vamp-aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + vamp-aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . */ diff --git a/plugins/Types.h b/plugins/Types.h index 58b1bb5..e005a8a 100644 --- a/plugins/Types.h +++ b/plugins/Types.h @@ -6,11 +6,20 @@ Centre for Digital Music, Queen Mary, University of London. This file copyright 2012 Queen Mary, University of London. - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. See the file - COPYING included with this distribution for more information. + This file is part of vamp-aubio-plugins. + + vamp-aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + vamp-aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . */ -- 2.11.0