61d26b090add — Chris Cannam 5 years ago
Fill in a couple of previously-blank fields
1 files changed, 2 insertions(+), 2 deletions(-)

M vamp/MiniBpmVamp.cpp
M vamp/MiniBpmVamp.cpp +2 -2
@@ 63,7 63,7 @@ string
 MiniBpmVamp::getMaker() const
 {
     // Your name here
-    return "";
+    return "Breakfast Quay";
 }
 
 int

          
@@ 81,7 81,7 @@ MiniBpmVamp::getCopyright() const
     // need to say who made the plugin -- getMaker does that -- but it
     // should indicate the terms under which it is distributed.  For
     // example, "Copyright (year). All Rights Reserved", or "GPL"
-    return "";
+    return "GPL";
 }
 
 MiniBpmVamp::InputDomain