f53b05968cdd — Chris Cannam tip 22 days ago
Dates
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-2021 Particular Programs Ltd.
+Copyright 2007-2025 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-2021 Particular Programs Ltd.
+    Copyright 2012-2025 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-2021 Particular Programs Ltd.
+    Copyright 2012-2025 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 +1 -1
@@ 3,7 3,7 @@ 
 /*
     MiniBPM
     A fixed-tempo BPM estimator for music audio
-    Copyright 2012-2021 Particular Programs Ltd.
+    Copyright 2012-2025 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/jni/MiniBpmJNI.cpp +1 -1
@@ 3,7 3,7 @@ 
 /*
     MiniBPM
     A fixed-tempo BPM estimator for music audio
-    Copyright 2012-2021 Particular Programs Ltd.
+    Copyright 2012-2025 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-2021 Particular Programs Ltd.
+    Copyright 2012-2025 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-2021 Particular Programs Ltd.
+    Copyright 2012-2025 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-2021 Particular Programs Ltd.
+    Copyright 2012-2025 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-2021 Particular Programs Ltd.
+    Copyright 2012-2025 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