changeset 182:8e64d3da52f5

Versions, copyrights
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 08 Sep 2015 13:09:58 +0100
parents 1ab84ec46c15
children 8978216d837a
files README vamp/CQChromaVamp.cpp vamp/CQVamp.cpp
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Sep 07 16:23:29 2015 +0100
+++ b/README	Tue Sep 08 13:09:58 2015 +0100
@@ -40,8 +40,8 @@
 using multiple kernel atoms per time block. The inverse transform is
 approximate rather than exact (see the paper for details).
 
-The C++ implementation is by Chris Cannam, Copyright 2014 Queen Mary,
-University of London.
+The C++ implementation is by Chris Cannam, Copyright 2014-2015 Queen
+Mary, University of London.
 
 The library is provided under a liberal BSD/MIT-style open source
 licence. See the file COPYING for more information.
--- a/vamp/CQChromaVamp.cpp	Mon Sep 07 16:23:29 2015 +0100
+++ b/vamp/CQChromaVamp.cpp	Tue Sep 08 13:09:58 2015 +0100
@@ -89,13 +89,13 @@
 int
 CQChromaVamp::getPluginVersion() const
 {
-    return 1;
+    return 2;
 }
 
 string
 CQChromaVamp::getCopyright() const
 {
-    return "Plugin by Chris Cannam. Method by Christian Schörkhuber and Anssi Klapuri. Copyright (c) 2014 QMUL. BSD/MIT licence.";
+    return "Plugin by Chris Cannam. Method by Christian Schörkhuber and Anssi Klapuri. Copyright (c) 2015 QMUL. BSD/MIT licence.";
 }
 
 CQChromaVamp::ParameterList
--- a/vamp/CQVamp.cpp	Mon Sep 07 16:23:29 2015 +0100
+++ b/vamp/CQVamp.cpp	Tue Sep 08 13:09:58 2015 +0100
@@ -114,13 +114,13 @@
 int
 CQVamp::getPluginVersion() const
 {
-    return 1;
+    return 2;
 }
 
 string
 CQVamp::getCopyright() const
 {
-    return "Plugin by Chris Cannam. Method by Christian Schörkhuber and Anssi Klapuri. Copyright (c) 2014 QMUL. BSD/MIT licence.";
+    return "Plugin by Chris Cannam. Method by Christian Schörkhuber and Anssi Klapuri. Copyright (c) 2015 QMUL. BSD/MIT licence.";
 }
 
 CQVamp::ParameterList