# HG changeset patch # User cannam # Date 1225300510 0 # Node ID 2d713ece8dbfda9602b9e15cb3961530964c29ee # Parent 80bac7a7b667282d876a41d03bb7e458156a9296 * Add copyright note, use long string form for description (and copyright note) diff -r 80bac7a7b667 -r 2d713ece8dbf rdf/generator/template-generator.cpp --- a/rdf/generator/template-generator.cpp Wed Oct 29 16:14:51 2008 +0000 +++ b/rdf/generator/template-generator.cpp Wed Oct 29 17:15:10 2008 +0000 @@ -108,8 +108,9 @@ "plugbase:"+plugin->getIdentifier()+" a vamp:Plugin ;\n\ dc:title \""+plugin->getName()+"\" ;\n\ vamp:name \""+plugin->getName()+"\" ;\n\ - dc:description \""+plugin->getDescription()+"\" ;\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\ # cc:license ; \n\ vamp:identifier \""+plugin->getIdentifier()+"\" ;\n\ vamp:vamp_API_version vamp:api_version_"+to_string(plugin->getVampApiVersion())+" ;\n\