changeset 221:2d713ece8dbf

* Add copyright note, use long string form for description (and copyright note)
author cannam
date Wed, 29 Oct 2008 17:15:10 +0000
parents 80bac7a7b667
children 87ec761c7513
files rdf/generator/template-generator.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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            <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\