aa008596444d — Chris Cannam tip 3 years ago
Update rubric
M README.md +1 -1
@@ 6,7 6,7 @@ implemented in C++ with few external dep
 
 Written by Chris Cannam, chris.cannam@breakfastquay.com.
 Published by Particular Programs Ltd t/a Breakfast Quay.
-Copyright 2007-2020 Particular Programs Ltd.
+Copyright 2007-2021 Particular Programs Ltd.
 
 * About MiniBPM: https://breakfastquay.com/minibpm/
 * Code repository: https://hg.sr.ht/~breakfastquay/minibpm

          
M com/breakfastquay/minibpm/MiniBpm.java +1 -1
@@ 3,7 3,7 @@ 
 /*
     MiniBPM
     A fixed-tempo BPM estimator for music audio
-    Copyright 2012-2014 Particular Programs Ltd.
+    Copyright 2012-2021 Particular Programs Ltd.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License as

          
M src/MiniBpm.cpp +1 -1
@@ 3,7 3,7 @@ 
 /*
     MiniBPM
     A fixed-tempo BPM estimator for music audio
-    Copyright 2012-2014 Particular Programs Ltd.
+    Copyright 2012-2021 Particular Programs Ltd.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License as

          
M src/MiniBpm.h +3 -3
@@ 3,7 3,7 @@ 
 /*
     MiniBPM
     A fixed-tempo BPM estimator for music audio
-    Copyright 2012-2014 Particular Programs Ltd.
+    Copyright 2012-2021 Particular Programs Ltd.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License as

          
@@ 21,8 21,8 @@ 
     valid commercial licence before doing so.
 */
 
-#ifndef _BQ_MINI_BPM_H_
-#define _BQ_MINI_BPM_H_
+#ifndef BQ_MINI_BPM_H
+#define BQ_MINI_BPM_H
 
 #include <vector>
 

          
M src/jni/MiniBpmJNI.cpp +1 -1
@@ 3,7 3,7 @@ 
 /*
     MiniBPM
     A fixed-tempo BPM estimator for music audio
-    Copyright 2012-2014 Particular Programs Ltd.
+    Copyright 2012-2021 Particular Programs Ltd.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License as

          
M tests/TestMiniBpm.cpp +1 -1
@@ 3,7 3,7 @@ 
 /*
     MiniBPM
     A fixed-tempo BPM estimator for music audio
-    Copyright 2012-2014 Particular Programs Ltd.
+    Copyright 2012-2021 Particular Programs Ltd.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License as

          
M vamp/MiniBpmVamp.cpp +1 -1
@@ 3,7 3,7 @@ 
 /*
     MiniBPM
     A fixed-tempo BPM estimator for music audio
-    Copyright 2012-2014 Particular Programs Ltd.
+    Copyright 2012-2021 Particular Programs Ltd.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License as

          
M vamp/MiniBpmVamp.h +1 -1
@@ 3,7 3,7 @@ 
 /*
     MiniBPM
     A fixed-tempo BPM estimator for music audio
-    Copyright 2012-2014 Particular Programs Ltd.
+    Copyright 2012-2021 Particular Programs Ltd.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License as

          
M vamp/libmain.cpp +1 -1
@@ 3,7 3,7 @@ 
 /*
     MiniBPM
     A fixed-tempo BPM estimator for music audio
-    Copyright 2012-2014 Particular Programs Ltd.
+    Copyright 2012-2021 Particular Programs Ltd.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License as