changeset 149:c45f74550f38

Copyright dates
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 02 Sep 2013 12:57:45 +0100
parents 88c05c0ac438
children 7c7881bbb6ca
files plugins/BarBeatTrack.cpp plugins/BeatTrack.cpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/BarBeatTrack.cpp	Mon Sep 02 11:50:04 2013 +0100
+++ b/plugins/BarBeatTrack.cpp	Mon Sep 02 12:57:45 2013 +0100
@@ -110,7 +110,7 @@
 string
 BarBeatTracker::getCopyright() const
 {
-    return "Plugin by Matthew Davies, Christian Landone and Chris Cannam.  Copyright (c) 2006-2009 QMUL - All Rights Reserved";
+    return "Plugin by Matthew Davies, Christian Landone and Chris Cannam.  Copyright (c) 2006-2013 QMUL - All Rights Reserved";
 }
 
 BarBeatTracker::ParameterList
--- a/plugins/BeatTrack.cpp	Mon Sep 02 11:50:04 2013 +0100
+++ b/plugins/BeatTrack.cpp	Mon Sep 02 12:57:45 2013 +0100
@@ -105,7 +105,7 @@
 string
 BeatTracker::getCopyright() const
 {
-    return "Plugin by Christian Landone and Matthew Davies.  Copyright (c) 2006-2012 QMUL - All Rights Reserved";
+    return "Plugin by Christian Landone and Matthew Davies.  Copyright (c) 2006-2013 QMUL - All Rights Reserved";
 }
 
 BeatTracker::ParameterList