diff TempogramPlugin.cpp @ 40:df696e57a150

Add category and RDF description files, fill in copyright stuff
author Chris Cannam
date Fri, 12 Sep 2014 15:51:39 +0100
parents 2b2e707c8c20
children 89af6709f562
line wrap: on
line diff
--- a/TempogramPlugin.cpp	Fri Sep 12 15:09:38 2014 +0100
+++ b/TempogramPlugin.cpp	Fri Sep 12 15:51:39 2014 +0100
@@ -60,33 +60,25 @@
 string
 TempogramPlugin::getDescription() const
 {
-    // Return something helpful here!
     return "Cyclic Tempogram as described by Peter Grosche and Meinard Muller";
 }
 
 string
 TempogramPlugin::getMaker() const
 {
-    //Your name here
     return "Carl Bussey";
 }
 
 int
 TempogramPlugin::getPluginVersion() const
 {
-    // Increment this each time you release a version that behaves
-    // differently from the previous one
     return 1;
 }
 
 string
 TempogramPlugin::getCopyright() const
 {
-    // This function is not ideally named.  It does not necessarily
-    // 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 "Copyright 2014 Queen Mary University of London. GPL licence.";
 }
 
 TempogramPlugin::InputDomain