Mercurial > hg > vamp-plugin-sdk
diff rdf/generator/template-generator.cpp @ 224:11588ad1cc3b
* Remove vamp:copyright_note -- the existing dc:rights is suitable, it
seems
author | cannam |
---|---|
date | Tue, 04 Nov 2008 17:13:25 +0000 |
parents | 2d713ece8dbf |
children | 90e3acb4a728 |
line wrap: on
line diff
--- a/rdf/generator/template-generator.cpp Tue Nov 04 16:59:25 2008 +0000 +++ b/rdf/generator/template-generator.cpp Tue Nov 04 17:13:25 2008 +0000 @@ -110,7 +110,7 @@ vamp:name \""+plugin->getName()+"\" ;\n\ dc:description \"\"\""+plugin->getDescription()+"\"\"\" ;\n\ foaf:maker [ foaf:name \""+plugin->getMaker()+"\" ] ; # FIXME could give plugin author's URI here\n\ - vamp:copyright_note \"\"\""+plugin->getCopyright()+"\"\"\" ;\n\ + dc:rights \"\"\""+plugin->getCopyright()+"\"\"\" ;\n\ # cc:license <Place plugin license URI here and uncomment> ; \n\ vamp:identifier \""+plugin->getIdentifier()+"\" ;\n\ vamp:vamp_API_version vamp:api_version_"+to_string(plugin->getVampApiVersion())+" ;\n\